@charset "utf-8";
/* banner */
.banner {
    width: 100%;
    position: relative;
    min-width: 1200px;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInDown;
}

/* 列表页 */
.list_tit{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    opacity: 0;
    visibility: hidden;
    position:relative;
     z-index:999999;
}
.list_tit .list_nav_sub ul{
    border-right: 1px solid #e6e6e6;
}
.list_tit .list_nav_sub ul li{
    float: left;
}
.list_tit .list_nav_sub ul li a{
    display: block;
    width: auto;
    height: 65px;
    font-size: 14px;
    color: #999999;
    line-height: 65px;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
    min-width: 100px;
}
.list_tit .list_nav_sub ul li a:hover,.list_tit .list_nav_sub ul li.hover a{
    color:#3064c1;
}
.list_tit .dqwz p,.list_tit .dqwz p a{
    font-size: 14px;
    color: #c0c0c0;
    line-height: 65px;
}
.list_tit .dqwz p a:hover{
     color:#3064c1;
}
.list_tit .list_nav_sub,.list_tit .dqwz{
    opacity: 0;
    visibility: hidden;
}
.list_tit.animation{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.list_tit.animation .list_nav_sub{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInLeft;
}
.list_tit.animation .dqwz{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInRight;
}
/* 列表内容 */
.search .w1200>h3,
.img_list .w1300>h3,
.list_con .w1360>h3{
    display: inline-block;
    position: relative;
    padding-left: 80px;
    padding-right:20px;
    line-height: 60px;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    margin: 45px 0 15px;
}
.search .w1200>h3 span,
.img_list .w1300>h3 span,
.list_con .w1360>h3 span{
    display: block;
    font-size: 24px;
    color: #3064c1;
    line-height: 25px;
    height: 25px;
}
.search .w1200>h3::before,
.img_list .w1300>h3::before,
.list_con .w1360>h3::before{
    position: absolute;
    content: "";
    display: block;
    width: calc(1280px - 100%);
    height: 1px;
    background: #f5f5f5;
    left: 100%;
    top: 55px;
}
.img_list .w1300>h3::before{
    width: calc(1237px - 100%);
}
.search .w1200>h3{
    padding: 0;
}
.search .w1200>h3::before{
    width: calc(1200px - 100%);
}
.search .w1200>h3::after,
.img_list .w1300>h3::after,
.list_con .w1360>h3::after{
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1px;
    background: #3064c1;
    left: 100%;
    top: 54px;
}
.list_con ul li {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.list_con ul li a{
    display: block;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
}
.list_con ul li a p.time{
    color: #b2b2b2;
    font-size: 24px;
    line-height: 26px;
}
.list_con ul li a p.tit{
    color: #666666;
    font-size: 18px;
    line-height: 20px;
    margin: 24px 0;
}
.list_con ul li a p.txt{
    color: #999999;
    font-size: 14px;
    line-height: 16px;
}
.list_con ul li:hover{
    background: #fafafa url(../img/list_hover.png) no-repeat right center;
}
.list_con ul li:hover a {
    border-bottom: 1px solid #fafafa;
}
.list_con ul li:hover a p.time{
    color: #3064c1;
}
.list_con ul li:hover a p.txt{
    color: #333333;
}
.list_con h3,.list_con ul{
    opacity: 0;
    visibility: hidden;
}
.list_con.animation h3{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.list_con.animation ul{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInUp;
}
.fy{
    padding: 50px 0;
    text-align: center;
}
/* 图片列表页 */
.img_list{
    padding: 50px 0;
    background: #f5f5f5;
}
.img_list .w1300{
    background: #fff;
}
.img_list .w1300>h3{
    padding-left: 63px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
}
.img_list.animation .w1300>h3{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.img_list ul.list{
    padding: 10px 40px 40px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
}
.img_list.animation ul.list{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.img_list ul.list li{
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    border-right: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
}
.img_list ul.list li:nth-child(3n),.img_list ul.list li:last-child{
    border-right: none;
}
.img_list ul.list li:nth-child(7),.img_list ul.list li:nth-child(8),.img_list ul.list li:nth-child(9){
    border-bottom: none;
}
.img_list ul.list li .pad {
    padding: 23px;
}
.img_list ul.list li .pad .img {
    margin-bottom: 21px;
    overflow: hidden;
    height: 202px;
}
.img_list ul.list li .pad .img img{
    display: block;
    width: 100%;
    height: 202px;
    object-fit: cover;
    transition: all 1s;
}
.img_list ul.list li .pad:hover .img img{
    transform: scale(1.2);
}
.img_list ul.list li .pad h3{
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    font-weight: bold;
}
.img_list ul.list li .pad h3 a{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}
.img_list ul.list li .pad:hover h3 a{
    color: #3064c1;
}
.img_list ul.list li .pad p.p{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
}
.img_list ul.list li .pad:hover p.p{
    color: #333;
}
.img_list ul.list li .pad p.date {
    font-size: 12px;
    line-height: 1.5;
    color: #b2b2b2;
    margin-top: 20px;
}
.img_list ul.list li .pad.no_picnews{
    height: 383px;
    box-sizing: border-box;
}
.img_list ul.list li .pad.no_picnews h3{
    margin-bottom: 40px;
    line-height: 32px;
}
.img_list ul.list li .pad.no_picnews h3 a{
    display: -webkit-box;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.img_list ul.list li .pad.no_picnews p.p{
    -webkit-line-clamp: 6;
    height: 180px;
    line-height: 30px;
}
.img_list ul.list li .pad.no_picnews p.date {
    margin-top: 35px;
}
/* 内容页 */
.content {
    margin-top: 75px;
    margin-bottom: 75px;
}
.content .w1200 h2,.content .w1200 .wzxx,.content .w1200 .con_sub{
    padding:0 50px;
    background: #fafafa;
    opacity: 0;
    visibility: hidden;
}
.content.animation .w1200 h2,
.content.animation .w1200 .wzxx,
.content.animation .w1200 .con_sub{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
/* 标题 */
.content .w1200 h2{
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    position: relative;
    padding: 20px 0 0;
}
.content .w1200 h2::before{
    position: absolute;
    display: block;
    content: "";
    width: 80%;
    height: 1px;
    background: #f0f3f7;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* 文章信息 */
.content .w1200 .wzxx{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 0;
    padding: 20px 50px;
    box-sizing: border-box;
}
.content .w1200 .wzxx p{
    display: inline-block;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 33px;
}
/* 内容 */
.content .w1200 .con_sub{
    padding: 0 50px 50px;
}
.content .con_sub p{
    font-size: 16px!important;
    line-height: 30px!important;
    color: #727272;
    text-indent: 2em!important;
    margin-bottom: 12px;
}
.content .con_sub p video{
    width:auto;
    height:auto;
    display:block;
    margin:0 auto;
    max-width: 80%;
}
.content .con_sub p.vsbcontent_img img{
    display: block;
    width: auto;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}
.content .con_sub p.vsbcontent_start img{
    display:inline;
}
.content .w1200 .next_prev{
    margin: 25px 0 0;
    width: 100%;
    padding: 0 40px;
    height: 86px;
    box-sizing: border-box;
    border-radius: 86px;
    background: #fafafa;
    opacity: 0;
    visibility: hidden;
}
.content .w1200 .next_prev.animation{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.content .w1200 .next_prev p{
    width: 50%;
}
.content .w1200 .next_prev p a{
    display: block;
    width: 100%;
    line-height: 86px;
    font-size: 16px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.content .w1200 .next_prev p.fr a{
    text-align: right;
    padding-left: 20px;
}
.content .w1200 .next_prev p.fl a{
    padding-right: 20px;
}
.content .w1200 .next_prev p a:hover{
    color: #3064c1;
}
#vsb_content table{border: 0px;border-left:1px solid #ddd;border-top:1px solid #ddd;width:80%;margin: 0 auto;}
#vsb_content table tr td{ border-left:0px; text-align: center;border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }
/* 检索结果页 */
.search{
    opacity: 0;
    visibility: hidden;
}
.search.animation{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.search ul li{
    width: 100%;
    color:#333;
    height: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}
.search ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 0;
}
.search ul li:hover{
    box-shadow: -1px -1px 20px 0px #f2f2f2;
}
.search ul li:hover .txt_list_date p:first-child{
    color:#3064c1;
}
.search ul li:hover .txt_list_date p:last-child{
    color:#333;
}
.search ul li .txt_list_date{
    width: 143px;
    height: 100px;
    border-right: 1px solid #f0f0f0;
    padding-left: 40px;
    box-sizing: border-box;
    float: left;
}
.search ul li .txt_list_date span{
    display: block;
    width: 26px;
    height: 1px;
    background-color: #e5e5e5;
    margin-right: 26px;
    margin-top: 15px;
}
.search ul li .txt_list_date p:first-child{
    font-size: 48px;
    line-height: 48px;
    color: #b2b2b2;
}
.search ul li .txt_list_date p:last-child{
    font-size: 14px;
    line-height: 24px;
    opacity: 0.5;
    margin-top: 15px;
    color: #b2b2b2;
}
.search ul li .txt_list_msgbox{
    width: calc(100% - 143px);
    height: 100px;
    padding: 0 20px 0 40px;
    float: left;
    box-sizing: border-box;
}
.search ul li .txt_list_msgbox h3{
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
}
.search ul li .txt_list_msgbox h3 p{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.search ul li:hover .txt_list_msgbox h3 p{
    color: #3064c1;
}
.search ul li .txt_list_msgbox h3 p::after{
    content: "";
}
.search ul li .txt_list_msgbox p{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
}
.search ul li:hover .txt_list_msgbox p{
    color:#666;
}
.search ul li .txt_list_msgbox p::after{
    content:"[详细]";
    color: #3064c1;
    font-size: 1em;
}
.search .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.search .serBox .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.search .serBox .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #3064c1;
    font-size: 18px;
    border-radius: 0;
}