﻿@charset "utf-8";
/* CSS Document */

/*二级页通用*/

/*二级页banner*/
.second_banner{width: 100%;height: auto;}
.second_banner img{display: block;margin: 0  auto;width: 100%}

/*二级页tab*/
.second_tab_nav,.second_tab_content{margin: 20px auto;}
.second_content .second_tab_nav{width: 100%;margin-bottom:50px;float:none}
.second_content .second_tab_nav li{padding: 10px 29px;font-size: 22px;color: #d94b0d;cursor: pointer;display:inline-block;}
.second_content .second_tab_nav li.on{background: #d94b0d;color: #fff;background: url(../img/jt.png) no-repeat 95% center #d94b0d;border:none}
.second_content .second_tab_nav li a{text-align:center}
.second_content .second_tab_content{width: 100%;min-height: 300px;float:left;margin-top:45px}
.second_content .second_tab_content1{width: 100%;min-height: 300px;}
.second_content .second_tab_content .content_main{margin-left: 60px;margin-right:60px}
.second_content .content_main p{line-height: 30px;text-indent: 32px;}



/*文字列表页*/
.content-txt-list li{background: url(../img/arror.gif) no-repeat left center ;padding-left: 15px;font-size: 16px;line-height: 66px;}
.content-txt-list li a{color: #404040;display: block}
.content-txt-list li a:hover{color: #d94b0d;}
.content-txt-list ul li .date{float: right;color: #98999B;}
.content-txt-list li a:hover .date{color: #d94b0d;}
.content-txt-list ul li .tit{display: inline-block}
.content-txt-list ul{margin-left: 10px}



/*图片列表页*/
.content-pic-list>ul{overflow: hidden;}
.content-pic-list li{width: 24%;float: left;text-align: center;margin: 0 5px 50px;}
.content-pic-list li:hover{color: #d94b0d}
.content-pic-list li:nth-child(4n){margin-right: 0px !important}
.content-pic-list li:nth-child(4n+1){margin-left: 0px !important}
.content-pic-list li .txt1{color: #535558;font-size: 14px;margin-top: 10px;display: block;}
.content-pic-list li .img1{display: block;overflow: hidden;margin-bottom: 5px}
.content-pic-list li .img1 img{transition: all .4s;-webkit-transition: all .4s;width: 100%;height:150px;}
.content-pic-list li .img1:hover img{transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);}

/* 图文混排 */
.sub_thr { position: relative; padding-bottom: 16px; margin-bottom: 50px; border-bottom: 2px solid #ddd; font-size: 28px; color: #838384; text-transform: uppercase; }
.sub_thr:before { position: absolute; bottom: -2px; left: 0; width: 100px; height: 2px; content: ''; background: #ed2836; }
.News_x { display: block;}
.News_x .gro_tit { padding-bottom: 20px; border-bottom: 1px dashed #ddd; }
.News_x .gro_tit h4 { font-size: 20px; color: #333; }
.News_x .gro_tit h5 { font-size: 12px; color: #888; margin: 10px 0; }
.News_x .gro_tit h5 span { display: inline-block; vertical-align: top; margin-right: 20px; }
.News_x .gro_tit h6 a { display: inline-block; width: 24px; height: 24px; font-size: 16px; color: #fff; border-radius: 50%; text-align: center; line-height: 24px; }
.News_x .gro_mian { padding: 30px 0 50px; }
.News_x .gro_mian p { font-size: 14px; color: #666; line-height: 24px; }
.News_x .gro_mian img { display: inline-block; max-width: 100%; margin: 5px auto;display: block}
.News_x .gro_bottom { border-top: 1px solid #ddd; padding: 40px 0; }
.News_x .gro_bottom span.fl { width: calc(100% - 150px); line-height: 30px; }
.News_x .gro_bottom span.fl em { display: block; font-size: 14px; color: #555; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.News_x .gro_bottom span.fl em a { margin-left: 10px; font-size: 14px; color: #555; }
.News_x .gro_bottom span.fl em a:hover { color: #E71D2A; }
.News_x .gro_bottom span.fr { width: 128px; height: 38px; margin: 10px 0; margin-right: 5px}
.News_x .gro_bottom span.fr a { display: block; width: 100%; height: 100%; background: #fff; border: 1px solid #ddd; font-size: 16px; color: #666; text-align: center; line-height: 38px; }
.News_x .gro_bottom span.fr a i { display: inline-block; vertical-align: middle; margin-right: 10px; font-size: 16px; }
.News_x .gro_bottom span.fr a:hover { border-color: #E71D2A; background: #E71D2A; color: #fff; }

