﻿* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}


body {
    background-color: #fff;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner {
    background: url("../images/banner1920X400.jpg") no-repeat center center;
    width: 100%;
    min-width: 1200px;
    height: 400px;
}

.main {
    width: 100%;
    min-width: 1200px;
    background: url("../images/bg.jpg");
    margin: 0 auto;
    padding: 30px 0;
}

.main .content {
    width: 1200px;
    margin: 0 auto;
}

.main .content .section {
    width: 750px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 30px;
}

.main .content .aside,.main .content .swiper {
    width: 420px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 30px;
}

.main .content .title {
    font-size: 24px;
    color: #2e6da1;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
    /*margin-bottom: 18px;*/
}

.main .content .title a {
    display: inline-block;
    border-bottom: 4px solid #2e6da1;
    padding: 0 4px 3px;
}
.main .content .title .topic_more {
    font-size: 18px;
    display: inline-block;
    border-bottom:0;
    padding: 0 4px 3px;
}
.main .content .title .topic_more:hover {
    color: rgba(46, 109, 161, 0.9);
}

.main .content .section .newsList {
    margin-bottom: 25px;
}

.main .content .section .newsList .list li {
    line-height: 24px;
    margin: 15px auto;
}

.main .content .section .newsList .list li a {
    width: 83%;
    font-size: 20px;
    text-align: justify;
    display: inline-block;
}

.main .content .section .newsList .list li a:hover {
    color: #2e6da1;
}

.main .content .section .newsList .list li span.line {
    width: 6px;
    height: 6px;
    background: #d2d2d2;
    margin-right: 6px;
    float: left;
    margin-top: 10px;
    display: inline-block;
}

.main .content .section .newsList .list li span.time {
    float: right;
    color: #9e9e9e;
}

.main .content .aside .box {
    margin-bottom: 20px;
}

.main .content .aside .box img {
    width: 360px;
    height: 216px;
    margin-bottom: 6px;
    display: block;
}

.main .content .aside .box p {
    text-align: justify;
    line-height: 24px;
}
.main .content .aside .swiper-slide img {
    width: 360px;
    height: 216px;
}

.newsPic {
    width: 100%;
    /* height: 67vw; */
    position: relative;
}

.newsPic .swiper-container1 {
    width: 100%;
    /* height: 66vw; */
}

.newsPic .swiper-container1 a {
    display: block;
    position: relative;
}

.newsPic .swiper-container1 a img {
    display: block;
    width: 100%;
}

.newsPic .swiper-container1 a p {
    position: absolute;
    width: 90%;
    height: 3rem;
    line-height: 3rem;
    bottom: 0;
    font-size: 1rem;
    color: #ffffff;
    padding-left: 1rem;
    padding-right: 25%;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.6);

}

.newsPic .pagination {
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 1.85rem;
    z-index: 10;
    width: 28%;
}

.newsPic .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #dadada;
    margin: 0 5px;
    cursor: pointer;
}

.newsPic .swiper-active-switch {
    background: #e9243c;
}
.main .content .clink {
    width: 100%;
    min-width: 1200px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 30px;
}
.main .content .clink .cbox {
    display: inline;
    margin-bottom: 20px;
}
.main .content .clink .cbox a,.main .content .clink .cbox img {
    width: 250px;
    height: 165px;
    margin: 12px 12px 12px 0;
    display: inline;
}
.main .content .clink .cbox img{
    border: 1px solid #eeeeee;
}
.main .content .clink .cbox img:hover{
    text-decoration: none;
    border: 2px solid #2e6da1;
    width: 250px;
    height: 165px;
    line-height: 165px;
    overflow: hidden;
}

.main .content .guidelineList__item{
    width: 100%;
    height: 195px;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
.main .content .f_zl_block_pic {
    border-bottom: 1px #999 dashed;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.main .content .guidelineList__item--pic {
    width: 260px;
    height: 165px;
    float: left;
    margin-right: 20px;
}
.main .content .guidelineList__item--msg {
    width: 75%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 150px;
}
.main .content .guidelineList__item--msg .title {
    font-size: 20px;
    color: #585858;
    line-height: 26px;
    padding: 10px 0;
}
.main .content .guidelineList__item--msg .author {
    color: #666666;
    text-align: left;
    line-height: 2;
    font-size: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.main .content .guidelineList__item--msg .state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999999;
    font-size: 18px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
}


.main .content .ai_card {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 80px;
}
.main .content .ai_card ul {
    padding-bottom: 70px;
}
.main .content .ai_card ul li {
    float: left;
    position: relative;
    width: 100%;
    height: 200px;
    /*border: 1px solid #e7e7e7;*/
    margin-left: -1px;
    z-index: 10;
}

.main .content .ai_card ul li:before {
    content: "";
    width: 0px;
    height: 2px;
    background: #2e6da1;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 999;
    transition: 1s;
}
.main .content .ai_card ul li .info {
    position: absolute;
    top: 15px;
    width: 100%;
    left: 0;
    transition: 0.5s;
}
.main .content .ai_card ul li a.btn {
    position: absolute;
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    top: 50%;
    left: 60%;
    margin-left: -60px;
    bottom: 10px;
    color: #fff;
    background: #2e6da1;
    opacity: 0;
    border-radius: 2px;
    transition: 0.5s;
    font-size: 16px;
    text-align: center;
}
.main .content .ai_card ul li.active {
    box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
}
.main .content .ai_card ul li.active:before {
    width: 100%;
    height: 2px;
}
.main .content .ai_card ul li.active .info {
    top: 5px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.main .content .ai_card ul li.active a.btn {
    opacity: 1;
}


.footer {
    background: #eeeeee;
    padding: 40px 0;
    font-size: 14px;
}
.footer .footerCon .right {
    padding-left: 50px;
    border-left: 1px solid #d1d1d1;
}
.footer .footerCon img,.footer .footerCon .right img {
    display: inline;
}
