* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 微软雅黑, serif;
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #2f6ea2;
    text-decoration: none;
}

body {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    min-width: 1250px;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner {
    background: url("/gdywdt/zwzt/gdjyqsjs/images/banner.jpg") center center no-repeat;
    width: 100%;
    overflow: hidden;
}
.banner h2{
    width: 1200px;
    height: 780px;
    margin: 0 auto;
}
.banner img {
    display: block;
    margin: 200px auto 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.part1 {
    width: 1220px;
    margin: 50px auto;
}

.part1 .title {
    margin: 50px auto;
}

.part1 .section {
    width: 588px;
    margin: 10px;
    box-shadow: 0 0 10px #dadada;
    border-radius: 10px;
    height: 182px;
}

.part1 .section h5 {
    border-bottom: 1px solid #dadada;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    height: 80px;
    padding: 10px 16px;
}

.part1 .section p {
    line-height: 26px;
    height: 90px;
    padding: 10px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
    font-size: 15px;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
}

.ywdt .list {
    margin: 10px;
}

.ywdt .list li {
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part1 .list li a {
    display: inline-block;
}

.part1 .list li a img {
    margin-right: 10px;
    display: inline-block;
}

.part1 .list li span.time {
    color: #919191;
    display: inline-block;
    float: right;
}

.part2 {
    width: 1200px;
    margin: 50px auto;
}

.part2 .title {
    margin: 50px auto;
}

.part2 .content {
    position: relative;
}

.part2 .content .arrow-left {
    background: url(/gdywdt/zwzt/gdjyqsjs/images/left.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 36%;
    width: 40px;
    height: 40px;
}

.part2 .content .arrow-right {
    background: url(/gdywdt/zwzt/gdjyqsjs/images/right.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 36%;
    width: 40px;
    height: 40px;
}

.part2 .swiper-container1 {
    height: 260px;
    width: 1100px;
    margin: 0 auto;
}

.part2 .swiper-container1 .swiper-slide {
    width: 160px;
}

.part3 {
    width: 1220px;
    margin: 50px auto;
}


.part3 .box {
    width: 588px;
    margin: 20px 10px;
}

.part3 .box h5 {
    background: url("/gdywdt/zwzt/gdjyqsjs/images/h5_bg.jpg") no-repeat;
    font-size: 20px;
    height: 74px;

}

.part3 .box h5 img {
    display: inline-block;
    margin: 14px 16px;
}

.part3 .box h5 a {
    display: inline-block;
    vertical-align: -4px;
    font-weight: bold;
    margin-left: 12px;
}

.part3 ul.list {
    border: 1px solid #e9e9e9;
    border-top: none;
}

.part3 ul.list li {
    height: 50px;
    line-height: 50px;
    padding:0 10px;
    font-size: 16px;
    text-align: justify;
    border-bottom: 1px dashed #e9e9e9;
}
.part3 ul.list li a{
    display: inline-block;
    overflow: hidden;
    width: 460px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part3 ul.list li:last-child {
    border-bottom: none;
}

.part3 ul.list li.active {
    background: #3f79cf;
    color: #ffffff;
}
.part3 ul.list li span.time{
    float: right;
    display: inline-block;
    color: #919191;
}