﻿@font-face {
    /* font-test*/
    font-family: fzqk;
    src: url("../font/fzqk.TTF");
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 微软雅黑, serif;
}

li {
    list-style: none
}

a {
    text-decoration: none;
}

body {
    background: url("../images/cwhyzt/bg.jpg") no-repeat;
    width: 100%;
    margin: 0 auto;
    background-size: 100% auto;
    min-width: 1300px;
}

.header {
    width: 1200px;
    margin: 50px auto;
    background: url("../images/cwhyzt/title.png") no-repeat 0 0;
    height: 185px;
}

.import {
    width: 1228px;
    margin: 70px auto 36px;
    background: url("../images/cwhyzt/importx.png") no-repeat 0 0;
    padding: 60px;
    background-size:100% 100%;
}

.import a.title {
    width: 472px;
    margin: 0 auto 20px;
    display:block;
    background: #48a7f3;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    line-height: 56px;
    text-align: center;
    height: 56px;
}
.import a.title:hover{
    text-decoration: none;
}
.import p.time {
    text-align: center;
    color: #ffffff;
    font-size: 19px;
}

.import .section {
    background: #D2E6FA;
    border-radius: 15px;
    padding: 20px 36px;
    width: 900px;
    margin: 30px auto 0;
}

.import .section p{
    line-height: 32px;
    text-align: justify;
    font-size: 17px;
}

.import .section .more{
    width: 726px;
    margin: 0 auto;
}

.import .section .btn{
    display: inline-block;
    border-radius: 20px;
    line-height: 40px;
    width: 160px;
    text-align: center;
    margin: 30px 100px 16px;
    color: #2F6EA2;
    border: 1px solid #2F6EA2;
}

.import .section .btn:hover{
    text-decoration: none;
    background: #2F6EA2;
    color: #ffffff;
}

.videos {
    width: 1200px;
    margin: 0 auto;
}

.videos .title {
    border-bottom: 1px solid #ccc;
    height: 34px;
}

.videos .title h4 a img {
    border-bottom: 4px solid #2F6EA2;
    display: inline-block;
    padding-bottom: 8px;
}

.videos .title a.more {
    font-size: 14px;
    color: #2c414c;
    font-weight: normal;
    float: right;
}

.videos .box {
    display: inline-block;
    margin: 30px 13px 30px 0;
}

.videos .box a {
    display: inline-block;
}

.videos .box a img{
    display: inline-block;
    width:383px;
    height: 192px;
}
.history {
    margin: 0 auto 60px;
    width: 1200px;
}

.history .title {
    border-bottom: 1px solid #ccc;
    height: 34px;
}

.history .title h4 a img {
    border-bottom: 4px solid #2F6EA2;
    display: inline-block;
    padding-bottom: 8px;
}

.history .title h4 a.more {
    font-size: 14px;
    display: inline-block;
    color: #2c414c;
    font-weight: normal;
    float: right;
}

.history .calendar {
    background: url("../images/cwhyzt/calendar_bg.png") no-repeat;
    margin: 50px auto 16px;
    width: 1097px;
    padding: 0 100px;
    background-position: 0 27px;
}

.history .calendar li {
    display: inline-block;
    width: 93px;
    height: 126px;
    cursor: pointer;
    text-align: center;
    margin: 0 40px;
    box-sizing: border-box;
    padding: 20px 10px 30px;
    background: url("../images/cwhyzt/calendar.png") no-repeat;
}

.history .calendar li.active {
    color: #ffffff;
    background: url("../images/cwhyzt/calendar_atcive.png") no-repeat;
}

.history .events {
    position: relative;
    height: 360px;
}

.history .content {
    position: absolute;
    display: none;
    height: 360px;
}

.history .content.active {
    display: block;
}

.history .content .describe {
    display: inline-block;
    width: 600px;
    height: 400px;
    background: url("../images/cwhyzt/describe_bg.png") no-repeat;
}

.history .content .describe h5 {
    font-size: 26px;
    color: #ffffff;
    font-weight:bold;
    text-align: center;
    margin: 20px auto;
}

.history .content .describe p {
    font-size: 16px;
    margin: 60px auto 0;
    width: 400px;
    text-align:justify;
    font-family: "fzqk", 微软雅黑;
    line-height: 30px;
}

.history .content .pic {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 584px;
}