/* CSS Document */
html {
	-webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* 设置图片视频等自适应调整 */
* {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	vertical-align: top;
}



input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
select,
button,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.css {
	-webkit-touch-callout: none
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*-webkit-user-modify:read-write-plaintext-only; */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	-ms-touch-action: none;
}

a:hover {
	color: #e30005;
}

a:visited {
	color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

i {
	font-style: normal;
}

li {
	list-style: none
}

img {
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a.detail {
	color: red;
	margin-left: 5px;
}

/*a:hover{color:#c00;text-decoration:underline;}*/
em {
	font-style: normal;
}

body {
	background:#ffffff url(../images/part3.jpg?v=20241217) no-repeat center top;
	font: 16px/30px "Microsoft Yahei", "SimSun", "Arial Narrow";
	/* -webkit-filter: blur(4px);*/
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

/* 清除浮动*/
* html .clearfix {
	zoom: 1;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.fz20{ font-size:20px;}

/*-------------------------------------------------------------------------------------------------------------------------*/
.w {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
}

.head{height:400px;width: 100%;}
.head .headNav{padding-top:350px;width:940px;margin:0 auto;}
.headNav li { float:left;margin-right:15px;}
.headNav li:last-child{margin-right:0}
.headNav li a{color:#000;font-size:22px;}


.wap-head {
	display: none;
	text-align: center;
}

.tq {
	width: 100%;
	color: #333;
	padding-bottom: 20px;
}

.tq h2 {

	line-height: 56px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 10px 40px;
}

.tq h2 a {
	color: #333;
}

.tq h2 a:hover {
	color: #e30005;
}

.tq p {
	font-size: 14px;

}

.tq .icon {
	height: 51px;
	width: 54px;
	background-position: -60px 0;
	position: absolute;
	top: 0;
	left: -15px;
}

.mod-a .fr {
	width: 522px;
	margin-top: 15px;
}

.mod-a .fl {
	width: 522px;
	margin-top: 35px;
}

.mod-a .slideBox {
	width: 518px;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.slideBox .bd {
	width: 100%;
	height: auto;
	position: relative;
}

.slideBox .bd li {
	width: 100%;
	position: relative;
	height: 360px;
	overflow: hidden;
}

.slideBox .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.slideBox .bd li img {
	display: block;
	width: 100%;
	height: 100%;
}

.slideBox .bd li p,
.slideBox .bd li em {
	position: absolute;
	height: 40px;
	bottom: 0;
	left: 4%;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	color: #fff;
	width: 80%;
	z-index: 9;
}

.slideBox .bd li em {
	left: 0;
	width: 100%;
	z-index: 8;
	background: #000;
	filter: alpha(opacity=80);
	opacity: 0.8
}

.slideBox .hd {
	position: absolute;
	height: 12px;
	line-height: 12px;
	bottom: 13px;
	right: 4px;
	z-index: 10;
}

.slideBox .hd li {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 6px;
	float: left;
}

.slideBox .hd li.on {
	background: #CC0000;
}

.box .h a ,.box1 .h a{
	display: block;
	height: 60px;
	line-height: 60px;
	color: #e30005;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #e30005;
}

.box_s .h a {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #e30005;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #e30005;
}


.box .h span,.box_s .h span {
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	right: 0;
	bottom: 0;
	line-height: 50px;
}

.box1 .h span {
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	right: 0;
	bottom: 0;
	line-height: 50px;
}
.box .b {
	margin-top: 20px;
}

.box1 .b p {
	font-size: 14px;
	line-height: 26px;
	color: #555;
}

.box1 .b p a {
	color: #e30005;
}

.box1 .h {
	position: relative;
	color: #e30005;
}

.box1 .h em {
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}

.box1 .h em a {
	display: inline;
	border: none;
	font-weight: normal;
	font-size: 16px;
	padding: 0 10px;
}

.box1 .h em a img {
	height: 26px;
	width: auto;
	margin-top: 17px;
}

.horizontal-list li {
float:left;
width:525px;
display: inline;
margin-right:50px;}
.horizontal-list li:nth-child(2n){margin-right:0}


.m1{background: url("http://www.zjknews.com/wlxj/skin202411/part.jpg")  no-repeat top center;height: 868px}
.page{ width:1200px; margin:0 auto;position: relative; }

/**系列微视频**/
.tb_ li{cursor:pointer;text-align:center;font-size: 20px;width: 241px;margin: 0 29px;line-height: 43px}
.hovertab{float:left;background: url("q1.png") no-repeat top;color: #fff;height: 56px}
.normaltab{float:left;color: #c71901}
.dis{display:block}
.undis{display:none}
.tdn{position: absolute;top: 235px}

.tb1_ li{cursor:pointer;text-align:center;width: 306px;height: 152px;position: relative}
.tb1_ li img{width: 248px;height: 142px;padding-left: 44px;padding-top: 5px}
.tb1_ ul{position: absolute;left: 852px;top: 22px}
.hovertab1{background: url("q4.png") no-repeat top}
.normaltab1 i{ position: absolute; top: 5px; right: 0; bottom: 0; left: 51px;
    background-color: rgba(255, 255, 255, 0.3);
    ;width: 248px;height: 142px; }
.normaltab1{width:97px;height:31px;}
.tdn1 video{height:513px;width:830px;object-fit: fill;margin-left: 19px}
.tdn1 img.thisimg{height:513px;width:830px;object-fit: fill;margin-left: 19px}
.title_1{font-size: 20px;color: #fff;padding-top: 9px;padding-left: 77px}
.title_1 a{color: #fff}

.tb2_ li{cursor:pointer;text-align:center;width: 306px;height: 152px;position: relative}
.tb2_ li img{width: 248px;height: 142px;padding-left: 44px;padding-top: 5px}
.tb2_ ul{position: absolute;left: 852px;top: 22px}
.hovertab2{background: url("q4.png") no-repeat top}
.normaltab2 i{ position: absolute; top: 5px; right: 0; bottom: 0; left: 51px;
    background-color: rgba(255, 255, 255, 0.3);
    ;width: 248px;height: 142px; }
.normaltab2{width:97px;height:31px;}
.tdn2 video{height:513px;width:830px;object-fit: fill;margin-left: 19px}


.tb3_ li{cursor:pointer;text-align:center;width: 306px;height: 152px;position: relative}
.tb3_ li img{width: 248px;height: 142px;padding-left: 44px;padding-top: 5px}
.tb3_ ul{position: absolute;left: 852px;top: 22px}
.hovertab3{background: url("q4.png") no-repeat top}
.normaltab3 i{ position: absolute; top: 5px; right: 0; bottom: 0; left: 51px;
    background-color: rgba(255, 255, 255, 0.3);
    ;width: 248px;height: 142px; }
.normaltab3{width:97px;height:31px;}
.tdn3 video{height:513px;width:830px;object-fit: fill;margin-left: 19px}

.tb4_ li{cursor:pointer;text-align:center;width: 306px;height: 152px;position: relative}
.tb4_ li img{width: 248px;height: 142px;padding-left: 44px;padding-top: 5px}
.tb4_ ul{position: absolute;left: 852px;top: 22px}
.hovertab4{background: url("q4.png") no-repeat top}
.normaltab4 i{ position: absolute; top: 5px; right: 0; bottom: 0; left: 51px;
    background-color: rgba(255, 255, 255, 0.3);
    ;width: 248px;height: 142px; }
.normaltab4{width:97px;height:31px;}
.tdn4 video{height:513px;width:830px;object-fit: fill;margin-left: 19px}


.min_box2{ padding-top:36px;padding-bottom: 166px}
.picScroll1 .picList li{ margin: 0 4px}
.min_pix{ width:293px; float:left; text-align: center;position: relative; }
.min_pix img{ width:293px; height:132px; }
.min_pix span{ line-height:32px; font-size:16px;   white-space: nowrap;    text-overflow: ellipsis;    overflow: hidden;    word-break: break-all;overflow: hidden;display: block;padding:0 10px;font-weight: bold; }
.min_pix span a{ color:#333}
.min_pix p{ color:#333; padding:10px; line-height: 1.4em;font-size: 14px;;text-align: left;}
.picScroll1{  position:relative; }
.picScroll1 .bd{ float:left;}
.picScroll1  .prev,.picScroll1  .next{ display:block;  width:31px; height:60px;overflow:hidden; cursor:pointer; margin-top:36px;position: absolute}
.picScroll1  .prev{ background: url("leftq.png") no-repeat center top; float:left; margin-right:10px;left: -43px}
.picScroll1  .next{ background:url("rightq.png") no-repeat top center; float:right;    margin-right: 23px;right: -68px}
cite.bg{background-color:#000;opacity:.4;filter:alpha(opacity=40);display:block; overflow:hidden; position:absolute; bottom:2px; left:0; width:100%; }
span.txt{ font-style:normal; position: absolute; bottom:0; left:0; text-align:center; width:100%; color:#fff}
.min_pix cite.bg{ height:35px; line-height:35px}
.min_pix span.txt{ height:35px; line-height:35px;font-size: 14px;}

.boxq3{width: 365px;float: left;margin-top:128px;margin-left: 8px}
.boxq3 img{width: 365px;height: 206px;margin-bottom: 20px}
.boxq3 h3{font-size: 22px;color: #333333;line-height: 36px;width:321px;margin:0 auto;margin-bottom: 20px ;height: 72px;overflow: hidden}
.boxq3 p{font-size: 14px;color: #333333;line-height: 27px;width:321px;margin:0 auto;text-indent:2em;height: 108px;overflow: hidden }
.boxq3 a{text-decoration: none;}

.boxq4{width: 365px;float: left;margin-top:136px;margin-left: 42px}
.boxq4 img{width: 365px;height: 206px;}
.boxq4 h3{font-size: 22px;color: #333333;line-height: 36px;width:321px;margin:0 auto;margin-bottom: 28px ;height: 66px;overflow: hidden}
.boxq4 p{font-size: 14px;color: #333333;line-height: 27px;width:321px;margin:0 auto;text-indent:2em;height: 108px;overflow: hidden;margin-bottom: 44px }
.boxq4 a{text-decoration: none;}

.boxq5{width: 365px;float: left;margin-top:128px;margin-left: 40px}
.boxq5 img{width: 365px;height: 206px;margin-bottom: 20px}
.boxq5 h3{font-size: 22px;color: #333333;line-height: 36px;width:321px;margin:0 auto;margin-bottom: 20px ;height: 72px;overflow: hidden}
.boxq5 p{font-size: 14px;color: #333333;line-height: 27px;width:321px;margin:0 auto;text-indent:2em;height: 108px;overflow: hidden }
.boxq5 a{text-decoration: none;}

.tb5_ li{cursor:pointer;text-align:center;width: 192px;height: 53px;line-height: 53px;color: #b10303;font-size: 20px;font-weight: bold;margin-bottom: 13px}
.tb5_ ul{padding-top: 150px}
.hovertab5{background: url("q2.png") no-repeat top}
.normaltab5{width:97px;height:31px;}
.tdn5{position: absolute;top: 128px;left: 192px}
.tdn5 img{width:536px ;height:340px;float: left;margin-right: 20px }
.tdn5 h3{font-size: 20px;color: #333333;width: 410px;height: 70px;overflow: hidden;display: inline-block;padding-top: 22px;line-height: 36px}
.tdn5 p{font-size: 14px;color: #333333;width: 340px;height: 86px;overflow: hidden;display: inline-block;padding-top: 32px;line-height: 30px;margin-left: 20px}

.mo1 a{color: #fff;position: absolute;top: 286px;right: 30px;font-size: 14px}

.boq5 img{width: 540px;height: 300px;float: left;margin-top: 100px;margin-left: 29px;margin-right: 28px}
.boq6 img{width: 540px;height: 300px;margin-top: 100px;margin-left: 29px}


.tb6_ li{cursor:pointer;text-align:center;font-size: 20px;width: 241px;margin: 0 29px;line-height: 43px}
.tb6_ ul{padding-top: 115px}
.hovertab6{float:left;background: url("q1.png") no-repeat top;color: #fff;height: 56px}
.normaltab6{float:left;color: #c71901}

.tdn6{position: absolute;top: 229px;width: 1200px}

.leftq1 ul{float: left}
.leftq1 ul li{font-size: 16px;border-bottom:1px #adadad dashed;background: url("q3.png") no-repeat 13px 9px;width: 540px;padding-left: 30px;padding-bottom: 16px;margin-bottom: 16px}
.leftq1 ul li a{color: #000}


.rightq1 ul{float: right}
.rightq1 ul li{font-size: 16px;border-bottom:1px #adadad dashed;background: url("q3.png") no-repeat 13px 9px;width: 540px;padding-left: 30px;padding-bottom: 16px;margin-bottom: 16px}
.rightq1 ul li a{color: #000}

.boxq7 {width:370px ; margin-top: -26px;float: left;margin:-38px 15px 0 15px}
.boxq7 img{width:370px ;height:214px;margin-bottom: 16px }
.boxq7 h3{font-size: 18px;color: #cd1805;height: 24px;overflow: hidden;margin-bottom: 16px}
.boxq7 p{font-size: 12px;color: #666;line-height: 24px;height: 72px;overflow: hidden}
.boxq7 a{text-decoration: none;}

.boxq8 {width:240px ; margin-top: -26px;float: left;margin:-38px 80px 0 80px}
.boxq8 img{width:240px ;height:297px;margin-bottom: 16px }
.boxq8 h3{font-size: 18px;color: #cd1805;height: 24px;overflow: hidden;margin-bottom: 16px;text-align: center}
.boxq8 a{text-decoration: none;}


.wsp a{color: #fff;position: absolute;top: 508px;right: -300px;font-size: 14px}

.moqw{position: absolute;top: 318px;left: 518px}












	.mod-t {
		margin-top: 0;
		background: #fff;
		padding: 0;
	}
    .mod-t .fl {width: 380px;}
    .mod-t .fm {width: 350px;float:left;display: inline;margin-left:30px;}
    .mod-t .fr {width: 320px;}

    .mod-llxj{
        margin-top: 0;
		background: #fff;
		padding: 0;
        margin-bottom:20px;
    }
    .mod-llxj li{float:left;width:255px;margin-right:25px;}
    .mod-llxj li:last-child{margin-right:0}
    .mod-llxj li img{width:100%;height:434px;}
	.llxjlist{ margin-top:20px}

.tdn_wap{
display:none;
}



.item {
	margin-bottom: 15px;
}

.item .item-pic {
	width: 522px;
	height: 310px;
	display: block;
	margin-bottom: 10px;
	object-fit: cover;
}

.item h2 {
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 21px;
	font-weight: bold;
  
}

.item p {
	font-size: 14px;
	line-height: 28px;
	height: 48px;
	overflow: hidden;
	color: #555;
}

.item .time {
	height: 102px;
	width: 102px;
	float: left;
	text-align: center;
	margin-right: 20px;
	background: #fff;
}

.item .time p {
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	color: #3f578b;
}

.item .time div {
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #506696;
}

.box li {
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #a7a7a7;
}

.box li a {
	display: block;
}

.mod-b {
	width: 100%;
	padding: 20px 0 40px;
}

.mod-b .fl {
	width: 522px;
}

.mod-b .fr {
	width: 522px;
}

/* .box3 .item h2 a,
.box4 .item h2 a,
.box5 .item h2 a {
	color: #e30005;
} */

.box3 .item h2 a:hover,
.box4 .item h2 a:hover,
.box5 .item h2 a:hover {
	color: #e30005;
}



.mod-c {
	width: 100%;
	background: url(../images/bg1.jpg) no-repeat center top;
	height: 762px;
}

.mod-c .h {
	position: relative;
	height: 140px;
}

.mod-c .h a {
	width: 220px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	display: block;
	font-size: 30px;
	color: #e30005;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50px;
}

.mod-c .h a .icon {
	width: 12px;
	height: 21px;
	position: absolute;
	left: 0;
	background-position: -114px -22px;
	top: 11px;
}

.mod-c .h .a1 {
	margin-left: -260px;
}

.mod-c .h .a2 {
	margin-left: 10px;
	width: 456px;
}

.mod-c .h .on {
	color: #fff;
}

.mod-c .h .on .icon {
	background-position: -114px 0px;
}

.mod-c .b {
	display: none;
}

.mod-c .b .im {
	background: #fff;
	border: 18px solid #fff;
	text-align: center;
	height: 493px;
	overflow-x: hidden;
}

.mod-d {
	padding: 20px 0 40px;
}

.mod {
	width: 100%;
	padding: 40px 0;
}

.mod .h {
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	font-size: 24px;
}

.mod .h a {
	color: #fff;
	display: inline-block;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	background: #e30005;
}

.mod .b {
	padding-top: 15px;
}

.mot .b .fl {
	width: 480px;
}

.mot .b .item .im {
	width: 100%;
	height: 473px;
	overflow: hidden;
	text-align: center;
}

.mot .b .item .im img {
	width: 100%;
	height: auto;
}

.mot .b .item p {
	height: 64px;
	padding: 10px 10px 15px;
	line-height: 32px;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/btn.png) repeat;
}

.mot .b .fr a:hover p {
	color: #d23c27
}

.mot .b .fr {
	width: 620px;
}

.mot .b li {
	width: 270px;
	float: left;
	*display: inline;
	margin: 0 0px 10px 40px;
}

.mot .b li .im {
	width: 100%;
	height: 140px;
	overflow: hidden;
	text-align: center;
}

.mot .b li .im img {
	width: 100%;
}

.mot .b li p {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.white {
	background: #fff;
}

.gray {
	background: #f7f7f7;
}

.mod-c .cur {
	display: block;
}

.bg {
	background: url(../images/bg2.jpg) no-repeat center top;
}

.box5 .fl,
.box5 .fr {
	width: 522px;
}

.mod-f {
	margin-top: 40px;
}

/* .mod-f .txt {
	width: 250px;
	float: left;
	margin-right: 25px;
} */

.mod-f .txt {
	width: 260px;
	float: left;
	margin-right: 25px;
	height: auto;
	line-height: unset;
	overflow: unset;
	border-bottom: none;
	font-weight: unset;
    margin-bottom: 60px;
}

.post-module {
	position: relative;
	z-index: 1;
	display: block;
	width: 250px;
	height: 440px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	background: #fff;

}

.post-module:hover,
.hover {
	-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .6;
}

.post-module .thumbnail img {
	display: block;
	width: 120%;
        height: 240px;

	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.post-module .post-content {
	/* position: absolute;
	bottom: 0; */
	background: #ffffff;
	padding: 20px;
	-webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
	position: absolute;
	top: -34px;
	left: 0;
	background: #e74c3c;
	padding: 10px 15px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.post-module .post-content .title {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 20px;
	font-weight: 700;
 
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.post-module .post-content .sub_title {
	margin: 0;
	padding: 0 0 20px;
	color: #e74c3c;
	font-size: 20px;
	font-weight: 400;
}

.post-module .post-content .description {
	/* display: none; */
	color: #666666;
	font-size: 14px;
	line-height: 1.8em;
}

.post-module .post-content .post-meta {
	margin: 10px 0 0;
	color: #999999;
}

.post-module .post-content .post-meta .timestamp {
	margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
	color: #999999;
	text-decoration: none;
}

.mod-f .side {
	position: relative;
}

.mod-f .side .icon {
	background: url(../images/icon_v.png) no-repeat;
	display: block;
	height: 48px;
	width: 30px;
	display: block;
	z-index: 9;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -24px;
}

.mod-f .side .prev {
	left: -84px;
	background-position: 0 -44px;
}

.mod-f .side .next {
	right: -84px;
	background-position: -30px -44px;
}

/* mod-g */
.mod-g {
	margin-bottom: 50px;
}

.mod-g .posterBox {
	width: 100%;
	height: 630px;
	overflow: hidden;
	position: relative;
}

.mod-g .posterBox .bd {
	width: 100%;
	height: auto;
	position: relative;
}

.mod-g .posterBox .bd li {
	width: 100%;
	position: relative;
	height: 630px;
	overflow: hidden;
}

.mod-g .posterBox .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.mod-g .posterBox .bd li img {
	width: 100%;
	height: 100%;
}

.mod-g .posterBox .bd li p {
	position: absolute;
	bottom: 0;
	width: 92%;
	left: 4%;
	overflow: hidden;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	font-weight: bolder;
	color: #fff;

	z-index: 9;
}

.mod-g .posterBox .bd li em {
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
    opacity: 0.6;
    background: rgba(0, 0, 0, .4);
}

.mod-g .posterBox .hd {
	width: 80px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .4);
       z-index: 99;
}

.mod-g .posterBox .hd ul {
	width: 100%;
	height: 357px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -178px;
}

.mod-g .posterBox .hd li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 1px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bolder;
	background: rgba(0, 0, 0, .8);
	cursor: pointer;
}

.mod-g .posterBox .hd li.on {
	background: #e42335;
}

.mod-g .posterBox .icon {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	background: url(../images/icon_v.png) no-repeat;
}

.mod-g .posterBox .prev {
	top: 60px;
	background-position: -160px -40px;
}

.mod-g .posterBox .next {
	bottom: 60px;
	background-position: -220px -40px;
}












#foot {
	background: #e30005;
	padding: 30px 0;
}

.mod-e,
#wap-foot {
	display: none;
}
#foot{ background:#f9f9f9; padding:20px 0; border-top:5px solid #e12146;}
.copyright{ margin:0 auto; font-size:12px; text-align:center; padding:30px 0 20px;  clear:both; color:#999999}


@media screen and (max-width:640px) {

	* {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#nav {
		display: none !important;
	}

	body {
		background: none;
	}

	.w {
		width: 100%;
	}

	.fl,
	.fr,
	.fm {
		width: 100% !important;
		float: none !important;
	}

	.head,
	.tq .icon,
	.mod-c,
	#foot {
		display: none;
	}

	.wap-head {
		display: block;
	}
	
    .fz20{ font-size:24px;}
	.tq {
		padding: 10px 16px 0px;
	}

	.tq h2 {
		height: auto;
		line-height: 36px;
		font-size: 24px;
		white-space:inherit;
		padding: 10px 0px 10px 0px;
	}

	.tq p {
		padding: 0;
		line-height: 20px;
		padding-top: 10px;
	}

	.mod-a .slideBox {
		width: 100%;
		height: auto;
	}

	.slideBox .bd li {
		height: auto;
	}

	.slideBox .bd li em {
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
		background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
		height: 60px;
	}

	.slideBox .bd li p {
		width: 85%;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.slideBox .hd {
		bottom: 8px;
	}

	.slideBox .hd li {
		margin-right: 4px;
		height: 6px;
		width: 6px;
	}

	.mod-xjdt {
		width: 100%;
		height: auto;
	}


.horizontal-list li{
 width:100%; 
 display: none; 
  margin-right:0px
}

	.box {
		margin-top: 10px;
	}

	.box .h a ,.box1 .h a{
		padding-left: 16px;
	}
	.box_s .h a { font-size:16px;}	

	.box .h span {
		right: 10px;
	}

	.box .b {
		padding: 0 16px;
	}


	.box .b .horizontal-list li{
 width:100%; 
 height: 500pz;
 display: block; 
 margin-right:0px
}
.tdn{ width100%;}
.normaltab1{ width100%;}
.m1{
background: url("../images/part_wap.jpg") no-repeat top center;
height:auto;}

.page{
padding-top:165px;
width:100%;
height:auto;
}

.tdn{
 display: none;
}
.tdn_wap{
display:block;
}
.video_list{
width:100%;
height:auto;

}
.video_list li p{
font-size:14px;
text-align:center;
line-height:28px;}

.llxjlist li {
    width:50%;
	height:auto;
	list-style:none;
	padding:5px;
	margin:0 auto;
	
}
.llxjlist li img{ height:auto; display:block;text-align:center;}
    .mod-t .fm{
	 width:100%;
	 float:none;}

	.box1 .h em {
		display: none;
	}


	.mod-b {
		margin-top: 0;
		background: #fff;
		padding: 0;
	}

	.box3 .item {
		margin-top: 0;
	}

	.item .time {
		margin-right: 10px;
		height: 84px;
		width: 84px;
		border: 1px solid #f2f2f2;
	}

	.item .time p {
		height: 52px;
		line-height: 52px;
	}

	.box4 .bd {
		display: none;
	}

	.box4 .btn {
		width: 32%;
		height: auto;
		margin-right: 2%;
		margin-bottom: 16px;
	}

	.box4 .hd .btn1 {
		margin-top: 0 !important;
		margin-bottom: 0;
	}

	.box4 .btn p,
	.box4 .btn em {
		position: relative;
		color: #000;
		background: none !important;
		margin-top: 10px;
	}

	.mod-e {
		display: block;
	}

	.mod {
		padding: 20px 0 0;
		margin-bottom: 0;
	}

	.mot .b .item .im,
	.mot .b .item p {
		height: auto;
	}

	.mot .b .item {
		background: url(../images/btn.png) repeat;
	}

	.mot .b .item p {
		padding-left: 16px;
	}

	.mot .b .fr ul {
		margin-top: 20px;
		padding: 0 8px;
	}

	.mot .b .fr li {
		width: 50%;
		padding: 0 8px;
		margin: 0 0 20px;
	}

	.mot .b .fr li .im {
		height: auto;
	}



	.box5 .b {
		padding: 0;
	}

	.box5 .b .item {
		padding: 20px 16px 0;
	}

	.box5 .b ul {
		padding: 0 16px
	}


	.mod-f .side,
	.post-module,
	.post-module .post-content {
		background: #eee;
		height: auto;
              overflow: hidden;
 	}

	.mod-f .txt {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 0;
		float: none;
	}

	.post-module {
		width: 100%;
	}



	.mod-g .posterBox {
		height: auto;
	}

	.mod-g .posterBox .bd li {
		height: auto;
	}

	.mod-g .posterBox .bd li a {
		width: 100%;
		height: 0;
		padding-bottom: 60%;
	}

	.mod-g .posterBox .bd li img {
		position: absolute;
		top: 0;
		left: 0;
	}

	.mod-g .posterBox .bd li p {
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: .6rem;
		display: block;
		height: 1.8rem;
		line-height: 1.5rem;
		text-align: center;
	}

	.mod-g .posterBox .hd {
		width: 100%;
		height: 4px;
		top: auto;
		bottom: 0;
	}

	.mod-g .posterBox .hd ul {
		height: 4px;
		width: 100%;
		overflow: hidden;
		margin-top: 0;
		top: 0;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.mod-g .posterBox .hd li {
		height: 4px;
		line-height: 999px;
		background: rgba(255, 0, 0, .2);
	}

	.mod-g .posterBox .prev,
	.mod-g .posterBox .next {
		display: none;
	}

.mod-f {
	margin-top: 0px;
}

.mod-g .posterBox .bd li em{
background:none;
}

.mod-f .txt {
    margin-bottom: 0px;
}

	#wap-foot {
		height: 46px;
		text-align: center;
		line-height: 46px;
		font-size: 18px;
		color: #fff;
		background: #e30005;
		width: 100%;
		display: block;
	}
}