@charset "utf-8";
@import url(../fonts/icon.css);
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0 auto;
	font-family: 'SourceHanSansSC-normal', "microsoft yahei", simsun;
	font-weight: normal;
	font-size: 14px;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li,
p {
	list-style-type: none;
	font-size: 15px;
	margin: 0;
}

a,
a:focus,
a:hover {
	border: none;
	outline: none;
	height: auto;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {
	/* position: relative; */
	float: left;
	z-index: 9;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.li_last {
	margin-right: 0 !important;
}

.bg_top {
	float: left;
	width: 100%;
	line-height: 40px;
	background-color: #b8090b;
}

.top {
	max-width: 1400px;
	margin: 0 auto;
}

.top_wz {
	float: left;
	color: #fff;
}
.top_wz p,.top_wz span{float: left; font-size: 14px;}
.top_link {
	float: right;
	margin-top: 0px;
}

.top_link ul li {
	float: left;
	/* line-height: 15px; */
	color: #FFFFFF;
	/* padding: 0px 20px; */
}

.top_link ul li a,
.top_link ul li span {
	color: #fff;
	font-size: 14px;
	margin: 0px 5px;
}

.search {
	padding-left: 20px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}

.search input {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.1);
	height: 28px;
	line-height: 28px;
	color: #fff;
	border-radius: 14px;
	margin-top: -20px;
	width: 0px;
	text-indent: 10px;
	opacity: 0;
}

.search i.active {
	position: absolute;
	right: 0px;
	top: 0px;
}

.search button {
	display: none;
}

.search.active {
	padding-left: 10px;
}

.search.active input {
	width: 150px;
	opacity: 1;
	padding-right: 25px;
}

.search.active i.active {
	position: absolute;
	right: 5px;
	top: 0px;
}

.icon-search:before {
	color: #fff;
}

.search.active i.active:before {
	content: '\ea1f';
}

.header {
	float: left;
	width: 100%;
	background-color: #cd0205;
}

.head {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin: 18px 0;
	width:50%;
	max-width: 628px;
}
.logo img,.logor img{width:100%;}
.logor {
	float: right;
	width:40%;
	max-width: 420px;
	margin: 50px 0;
}

.logor img {}

.dh {float: left;
	position: relative;
	z-index: 9;
	margin: 0 auto;
	width: 100%;
	height: 55px;
}

#menu-wrap {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

#menu {
	z-index: 1000;
	zoom: 1;
	width: 100%;
	height: auto;
	padding: 0;
	list-style: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	width: 9%;
	text-align: center;
	line-height: 55px;
	height: auto;
	float: left;
	border-right: none;
	position: relative;
}

#menu li a {
	white-space: normal;
	/*float: left;*/
	color: #000;
	padding: 0 0px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	/* text-decoration: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
	/*text-shadow: 0 1px 0 #000;*/
}

#menu li:hover a {
	color: #cd0205;
	font-weight: bold;
}

#menu li ul {
	margin: 0;
	padding: 0;
	width: 100%;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 1;
	background: none;
	filter: alpha(opacity=100);
	/*transition: all .2s ease-in-out;*/
}

#menu li ul li {
	margin-left: 0;
	background-color: #cd0205;
}

#menu li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 1;
}

#menu ul ul {
	top: 0;
	z-index: 1;
	left: 200px;
	margin: 0 auto;
	_margin: 0;
}

#menu li ul li,
#menu li:hover ul li a {
	padding: 0px;
	white-space: normal;
	float: none;
	width: 100%;
	z-index: 1;
	height: 35px;
	line-height: 35px;
	display: block;
	border: 0;
	color: #fff;
	_line-height: 0;
	background-color: #cd0205;
}

#menu li ul li a {
	white-space: normal;
	padding: 0px 10px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	font-family: "宋体";
	font-weight: none;
	display: block;
	white-space: nowrap;
	color: #fff;
	float: none;
	background-color: #cd0205;
	/* text-transform: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
}

#menu li ul li:hover,
#menu li ul li:hover a {
	background-color: #fff;
	color: #cd0205;
}

.sj_logo {
	float: left;
}

.phone_dh {
	display: none;
	float: left;
	position:absolute;
	right:0;
	top: 55px;
	width: 100%;
	padding: 0;
	/* height: 120px; */
}

.phone_dh .dl-menuwrapper {
	max-width: 100%;
	padding-top: 40px;
	top: 0;
	max-width: 300px;
}

.phone_dh .dl-menuwrapper button {
	right: 5px;
}

.phone_dh .dl-menuwrapper:first-child {
	margin-right: 0;
}

.phone_dh .dl-menuwrapper button {
	background-color: #fff;
	width: 40px;
	height: 40px;
	padding: 0 5px;
	margin: 0px 5px;
	border: 1px solid #cd0205;
}

.phone_dh .dl-menuwrapper button span {
	float: left;
	display: block;
	width: 30px;
	height: 5px;
	margin-bottom: 5px;
	background-color: #cd0205;
}

.phone_dh .dl-menuwrapper .dl-menu {
	margin: 0;
}

.phone_dh .dl-menuwrapper ul {
	background-color: #cd0205;
}

.phone_dh .dl-menuwrapper li a {
	border: 0;
}

.phone_dh .dl-menuwrapper li a:after,
.phone_dh .dl-menuwrapper li.dl-back:after {
	content: ''
}

.banner {
	float: left;
	position: relative;
	top: 0px;
	margin: 0;
	padding: 0 !important;
	max-height: 730px;
	height: auto;
	overflow: hidden;
	z-index: 1;
}

.banner .hd {
	list-style: none;
	position: absolute;
	right: 0%;
	bottom: 20px;
	width: 100%;
	height: 12px;
	z-index: 99;
	display: block;
}

.banner .hd ul {
	width: 154px;
	margin: 0 auto;
	display: block;
}

.banner .hd ul li {
	float: left;
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin: 0 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
}

.banner .hd ul li.on {
	background-color: #ea9c22;
}

.banner .bd li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.banner .bd li img {
	width: 100%;
	max-height: 730px;
	height: auto;
}

.banner .bd li .banner_bt {
	position: absolute;
	bottom: 55px;
	left: 13%;
	height: 70px;
	padding: 0 60px;
	line-height: 70px;
	background: url(../img/banner_bt.png) repeat center center;
}

.banner .bd li .banner_bt a {
	color: #fff;
	font-size: 26px;
}

.banner .prev {
	position: absolute;
	left: 0px;
	top: 48%;
	width: 40px;
	height: 40px;
	z-index: 9;
	background: url(../img/ban_prev.png) no-repeat center center;
}

.banner .next {
	position: absolute;
	right: 0px;
	top: 48%;
	width: 40px;
	height: 40px;
	z-index: 9;
	background: url(../img/ban_next.png) no-repeat center center;
}

.main {
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	padding: 0;
}

.lm {
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #d5d2d2;
}

.lm h6 {
	float: left;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	background: url(../img/bg_lm.png) no-repeat bottom center;
}

.lm a.more {
	float: right;
	line-height: 30px;
	text-align: center;
	margin: 15px 0;
	color: #888;
	font-size: 14px;cursor: pointer;
}

.news {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.news_pic {
	position: relative;
	float: left;
	margin-top: 25px;
	width: 49%;
	max-width: 445px;
	height: auto;
}

.news_pic .hd {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	height: 50px;
}

.news_pic .hd ul {
	float: right;
	width: 80px;
	margin: 20px auto;
}

.news_pic .hd ul li {
	float: left;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
}

.news_pic .hd ul li.on {
	background-color: #d30c0f;
}

.news_pic .bd {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}

.news_pic .bd ul {
	float: left;
	width: 100%;
}

.news_pic .bd ul li {
	float: left;
	width: 100%;
	height: auto;
}

.news_pic .bd ul li .pic {
	float: left;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.news_pic .bd ul li .pic img {
	width: 100%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transform: scale(1);
	transition: all 1s ease-out;
}
.news_pic .bd ul li:hover .pic img{transform: scale(1.2);}
.news_pic .bd ul li .bt {
	position: absolute;
	left: 0px;
	bottom: 0;
	padding: 0px;
	width: 100%;
	line-height: 50px;
	background: url(../img/bg_news_bt.png) repeat center center;
}

.news_pic .bd ul li .bt a {
	float:left;
	padding: 0 10px;
	width: 85%;
	color: #fff;cursor: pointer;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_bt {
	float: right;
	width: 49%;
	max-width: 445px;
	margin-top: 10px;
}

.news_bt .first {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px dashed #cbcbcb;
}

.news_bt .first h6 {
	float: left;
	width: 100%;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_bt .first h6 a {
	font-size: 18px;
	font-weight: bold;
	color: #cd0205;
}

.news_bt .first p {
	float: left;
	width: 100%;
	line-height: 25px;
	font-size: 14px;
	color: #888;
}

.news_bt .first p a {
	margin-left: 20px;
	color: #9f4148;
	font-size: 12px;cursor: pointer;
}

.news_bt ul {
	float: left;
	width: 100%;
}

.news_bt ul li {
	float: left;
	width: 100%;
	line-height: 48px;
	background: url(../img/list_d.png) no-repeat left center;
	padding-left: 10px;
	border-bottom: 1px dashed #cbcbcb;
}

.news_bt ul li a {
	float: left;
	width: 85%;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;cursor: pointer;
}

.news_bt ul li span.time {
	float: right;
	font-size: 14px;
	color: #888;
}

.news_bt ul li:hover {
	border-bottom: 1px solid #cd0205;
}

.news_bt ul li:hover a,
.news_bt ul li:hover span.time {
	color: #cd0205;
}

.notice {
	float: right;
	max-width: 445px;
	width: 100%;
	margin-top: 20px;
}

.notice ul {
	float: left;
	width: 100%;
}

.notice ul li {
	float: left;
	width: 100%;
	padding: 14px 0;
	border-bottom: 1px dashed #cbcbcb;
}

.notice ul li .time {
	float: left;
	width: 90px;
	height: 50px;
	padding-right: 20px;
	border-right: 1px solid #caced2;
}

.notice ul li .time .day {
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 25px;
	font-weight: bold;
	color: #666;
	text-align: center;
}

.notice ul li .time .year {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 20px;
	color: #666;
	font-size: 16px;
}

.notice ul li .bt {
	float: right;
	width: 75%;
	line-height: 25px;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.notice ul li .bt a {
	color: #333;
	font-size: 16px;cursor: pointer;
}
.notice ul li:hover .bt a{color: #cd0205;}
.ksdh {
	margin: 30px auto;
	max-width: 1400px;
}

.ksdh ul {
	float: left;
	width: 100%;
}

.ksdh ul li {
	float: left;
	max-width: 445px;
	width: 32%;
	margin-right: 32px;
	overflow: hidden;
}

.ksdh ul li img {
	width: 100%;
	height: auto;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transform: scale(1);
	transition: all 1s ease-out;
}
.ksdh ul li:hover img{transform: scale(1.2);}
.bg_f9f7f7{padding-bottom: 60px; background: url(../img/bg_main2.png) no-repeat center bottom #f9f7f7;}
.bg_main3{padding-bottom: 60px; background: url(../img/bg_main3.png) no-repeat center bottom #f9f7f7;}
.djdt {display:none;
	float: left;
	max-width: 445px;
	width: 100%;
	margin-top: 0px;
}
.xgdt{ display:block; margin-top:20px;}
.xgdt a.more{top:15px !important;}
.djdt a.more {
	position: absolute;
	right: 0;
	top: -40px;
	text-align: center;
	margin: 0;
	color: #888;
	font-size: 14px;cursor: pointer;
}

.djdt ul {
	float: left;
	width: 100%;
}

.djdt ul li {
	float: left;
	width: 100%;
	line-height: 55px;
	background: url(../img/list_d.png) no-repeat left center;
	padding-left: 10px;
	border-bottom: 1px dashed #cbcbcb;
}

.djdt ul li a {
	float: left;
	width: 85%;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;cursor: pointer;
}

.djdt ul li span.time {
	float: right;
	font-size: 14px;
	color: #888;
}

.djdt ul li:hover {
	border-bottom: 1px solid #cd0205;
}

.djdt ul li:hover a,
.djdt ul li:hover span.time {
	color: #cd0205;
}

.tab_slider {
	position: relative;
	float: left;
	max-width: 445px;
	width: 100%;
	margin-top: 20px;
	
}

.tab_slider .hd {
	float: left;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #d5d2d2;
}

.tab_slider .hd ul {
	float: left;
	width: 100%;
}

.tab_slider .hd ul li {
	float: left;
	margin-right: 20px;
	padding: 0 5px;
	line-height: 60px;
	font-weight: bold;
	font-size: 18px;
	color: #666;cursor: pointer;
}

.tab_slider .hd ul li.on {
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	background: url(../img/bg_lm.png) no-repeat bottom center;
}
.tab_news a.more {
	position: absolute;
	right: 0;
	top: -40px;
	text-align: center;
	margin: 0;
	color: #888;
	font-size: 14px;cursor: pointer;
}

.tab_slider .bd {
	position: relative;
	float: left;
	width: 100% !important;
}
.tab_slider  .tempWrap,.tab_slider .bd{overflow: inherit !important;}
.tab_news {
	display: none;
	float: left;
	width: 100%;
}

.tab_news ul {
	float: left;
	width:100%;
}

.tab_news ul li.first {
	float: left;
	width: 100%;
	background-image: none;
	line-height: 30px;
	margin: 15px 0;
	padding-left: 0px;
	border-bottom: 0px dashed #cbcbcb;
}

.tab_news ul li.first .pic {
	float: left;
	width: 170px;
	height: 110px;
	overflow: hidden;
}

.tab_news ul li.first .pic a {
	width: 100%;cursor: pointer;
}

.tab_news ul li.first .pic img {
	float: left;
	width: 100%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transform: scale(1);
	transition: all 1s ease-out;
}
.tab_news ul li.first:hover .pic img{transform: scale(1.2);}
.tab_news ul li.first .bt {
	float: right;
	width: 60%;
	border-bottom: 1px dashed #cdcdcd;
}

.tab_news ul li.first .bt h6 {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab_news ul li.first .bt h6 a {
	width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: bold;cursor: pointer;
}

.tab_news ul li.first .bt p {
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #888;
}

.tab_news ul li {
	float: left;
	width: 100%;
	line-height: 55px;
	/* line-height: 48px; */
	background: url(../img/list_d.png) no-repeat left center;
	padding-left: 10px;
	border-bottom: 1px dashed #cbcbcb;
}

.tab_news ul li a {
	float: left;
	width: 85%;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;cursor: pointer;
}

.tab_news ul li span.time {
	float: right;
	font-size: 14px;
	color: #888;
}
.tab_news ul li.first:hover{border-bottom:0;}
.tab_news ul li.first:hover .bt h6 a{color: #C9302C;}
.tab_news ul li:hover {
	border-bottom: 1px solid #cd0205;
}

.tab_news ul li:hover a,
.tab_news ul li:hover span.time {
	color: #cd0205;
}



.ksimg {
	width: 100%;
	max-width: 1400px;
	margin: 40px auto 0 auto;
}

.ksimg ul {
	float: left;
	width: 100%;
}

.ksimg ul li {
	position: relative;
	float: left;
	width: 23%;
	max-width: 320px;
	overflow: hidden;
	margin-right: 2.65%;
}
.ksimg ul li img{float: left; width: 100%;
-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transform: scale(1);
	transition: all 1s ease-out;}
.ksimg ul li:hover img{transform: scale(1.2);}
.ksimg ul li .bt{position: absolute;bottom:0; left: 0; width: 100%; background: url(../img/bg_news_bt.png) no-repeat center center; line-height: 45px; text-align: center; color: #fff;}
.ksimg ul li .bt a{color: #fff; font-size: 16px;cursor: pointer;}

.footer{float: left; width: 100%; background-color: #cd0205;}
.foot{max-width: 1400px; width: 100%; margin: 0 auto;}
.links{float: left; width: 100%; border-bottom:1px solid #ac0003;}
.links ul{float: left;width: 100%;}
.links ul li{float: left; border-right:1px solid #fff; width:auto; line-height: 20px; height: 20px; margin: 16px 0; padding: 0 15px;}
.links ul li.last{border-right:0;}
.links ul li img{margin-right: 5px;}
.links ul li a{color: #fff; font-size: 15px;cursor: pointer;}
.copy{float: left;width: 100%; border-top:1px solid #df8687; line-height: 25px; padding: 15px 10px; text-align: center;}
.copy p{color: #fff; font-size: 14px;}
.ban{width:100%; margin:0 auto;}
.ban img {
	width: 100%;
}

.m_left {
	float: left;
	width: 16%;
	max-width: 220px;
	background-color: #f2f1f1;
	margin-top: 30px;
}

.yjlm {
	float: left;
	width: 100%;
	padding: 25px 0;
	text-align: left;
	background: url(../img/bg_yjlm.png) #cd0205 no-repeat right bottom;
}

.yjlm h6 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

.sunav {
	float: left;
	width: 100%;
	max-width: 220px;
	padding:0 5px;
	margin-bottom: 40px;
	height: auto;
}

.sunav ul {
	float: left;
	width: 100%;
}

.sunav ul li {
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 15px 0px;
	text-align: center;
	text-indent: -20px;
	background: url(../img/sunav_li.png) #fff no-repeat right 30px center;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all .5s ease-out;
	transform: scale(1);
	transition: all .5s ease-out;
}

.sunav ul li a {
	color: #333;
	font-size: 16px;cursor: pointer;
}

.sunav ul li:hover,
.sunav ul li.cur {
	background: url(../img/sunav_on.png) #f9f6f6 no-repeat right 30px center;
}

.sunav ul li:hover a,
.sunav ul li.cur a {
	color: #cd0205;
	font-weight:bold;
}


.m_right {
	float: right;
	width: 84%;
	max-width: 1140px;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.dqlm {
	float: left;
	width: 100%;
	padding:0;
	line-height: 55px;
	text-align: center;
	border-bottom: 1px solid #d5d2d2;
}

.dqlm h6 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 55px;
	font-weight: bold;
	color: #333;
	border-bottom:2px solid #cd0205;
	background:url(../img/bg_lm.png) no-repeat center bottom -3px;
}


.dqwz {
	float: right;
	background: url(../img/bg_dqwz.png) no-repeat left center;
	padding-left: 15px;
	font-size: 14px;
	color: #888;
}

.dqwz a {
	font-size: 14px;
	color: #888;
	margin: 0 5px;
}

.dqwz span {
	margin: 0 5px;
}

.btlist {
	float: left;
	width: 100%;
	height: auto;
	margin-top:10px;
}

.btlist ul {
	float: left;
	width: 100%;
}

.btlist ul li {
	float: left;
	width: 100%;
	padding:10px 0 10px 10px;
	border-bottom: 1px solid #e8ebed;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all .5s ease-out;
	transform: scale(1);
	transition: all .5s ease-out;
	background: url(../img/list_d.png) no-repeat left center;
}

.btlist ul li a {
	float: left;
	width: 85%;cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transform: scale(1);
	transition: all 1s ease-out;
}


.btlist ul li span.time{
	float: left;
	width: 15%;
	text-align: right;
	font-size: 14px;
	color: #888;
	line-height: 30px;
}

.btlist ul li:hover {
	width:99%;
	margin: 0 0.5%;
	box-shadow: 1px 2px 5px 3px #ddd;
}

.btlist ul li:hover a,.btlist ul li:hover span.time {
	color: #cd0205;
}
.mtop30{margin-top: 30px;}
.jslist {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.jslist ul {
	float: left;
	width: 100%;
}

.jslist ul li {
	position: relative;
	float: left;
	width: 30%;
	max-width: 420px;
	margin-bottom: 30px;
	margin-right: 5%;
	padding: 0px 0;
	background-color: #fcf1f1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all .5s ease-out;
	transform: scale(1);
	transition: all .5s ease-out;
}
.jslist ul li.last{margin-right: 0;}
.jslist ul li .pic {
	float: left;
	width: 170px;
	height: 214px;
	overflow: hidden;
}
.jslist ul li .pic img {
	width:100%;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all .5s ease-out;
	transform: scale(1);
	transition: all .5s ease-out;
}

.jslist ul li .bt {
	position:relative;
	float: right;
	width:250px;
	padding: 10px 20px;
}

.jslist ul li .bt h5,.jslist ul li .bt h6 {
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
	margin-bottom: 0px;
}

.jslist ul li .bt h5 a {
	color: #333;
	font-size: 18px;cursor: pointer;
	font-weight: bold;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transform: scale(1);
	transition: all 1s ease-out;
}
.jslist ul li .bt h6{margin-bottom: 5px; line-height: 30px; font-size: 14px; border-bottom:1px dashed #cdcdcd;}
.jslist ul li .bt p {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 25px;
}
.jslist ul li .bt .read {
	position: absolute;
	top:20px; right:15px;
	width:30px; height: 20px;
	background: url(../img/read.png) no-repeat center center;
}

.jslist ul li:hover .pic img {
	transform: scale(1.2);
}

.jslist ul li:hover .bt h6 a,
.jslist ul li:hover .bt p {
	color: #007AFF;
}

.jslist ul li:hover .bt .read {
	width: 99%;
}

.article {
	width: 100%;
	float: left;
	padding-bottom: 40px;
	margin: 0;
	padding: 0;
}

.article_title {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.article_title h1 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}

.article_title h2 {
	font-size:18px;
	color: #333;
	line-height: 30px;
}

.article_data {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 20px;
	margin: 0px auto;
	border-bottom: 1px dashed #333;
	height: auto;
	line-height: 18px;
	font-size: 14px;
	color: #aaaaaa;
}

.article_data b {
	margin: 0 10px;
}

.wznr {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.wznr p,
.wznr p span {
	font-family: "microsoft yahei";
	font-size: 16px;
}

.wznr p {
	line-height: 160%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	margin-bottom: 0.5em;
}

.wznr p img {
	margin: 0px auto;
	width: auto;
	max-width: 550px;
	display: block;
}

.wznr p table,
.wznr table {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline-block;
}
.share{float: left; width: 100%; height: 40px; background-color: #e4dcdc;}
.page {
	float: left;
	width: 100%;
	margin: 10px 0;
}

.page div {
	float: left;
	width: 100%;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page div a {
	color: #333;
	font-size: 14px;
}

.szll{float:left;width:100%;overflow: hidden;margin: 20px 0 0 0;}
.szll h6{float:left;width:100%;line-height: 60px;font-size:22px;font-weight: bold;color:#333;height: 60px;border-bottom:2px solid #cd0205;background: url(../img/bg_lm.png) no-repeat left bottom -3px;}
.szll h6 span{font-weight:normal;font-size:18px;}
.szll ul{float:left;width: calc(100% + 20px);margin: 0 -10px;}
.szll ul li{width: auto;float:left;text-align: center;border-radius:10px;/*border:1px solid #e8ebed;*/line-height:40px;/*background-color: #fff;*/margin: 10px 10px;padding: 0 10px;}
.szll ul li a{font-size:16px; color:#333;}
.szll ul li:hover{background-color: #cd0205;}
.szll ul li:hover a{color:#fff;}