﻿@charset "utf-8";
html,body{height:100%;}

body{padding:0; margin:0px auto; font-size:16px; line-height:30px; color:#666666; width:100%; min-width:1200px; zoom:1;font-family: microsoft yahei,arial, sans-serif; background:#ffe2bb;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#545454; font-family:"宋体";}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:top;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#d41212;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*chrome和firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 0px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: #ececec url(/uploads/image/trimages/selectarr.png) no-repeat scroll 95% center;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 6px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #333;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.contain{ position:relative; clear:both; width:1200px; margin:0px auto;}

/*font*/
.f_gray{ color:#333;}
.iconfont{ font-size:24px; vertical-align:middle;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.p{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;}

@media ( max-width:1024px){
body{font-size:14px; line-height:24px;min-width:300px;}
.contain{width:auto; margin:0 15px;}
.iconfont{ font-size:18px;}
select,input,textarea,button{ font-size:14px;}
}
/*effict*/
.scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.scale-img img,.scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.scale-img:hover img,.scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;}


/*pages*/
.pages{ zoom:1; overflow:hidden;text-align:center; color:#000000; clear:both; line-height:34px; font-size:14px;}
.pages span{ padding:0px 0px; display:inline-block; vertical-align:middle;}
.pages a{ display:inline-block; margin:0px 4px;text-align:center;color:#000000;border:1px solid #e6e6e6; width:34px;}
.pages .p_page a{ display:inline-block; vertical-align:middle;}
.pages .p_page .a_prev,.pages .p_page .a_next,.pages .p_page .a_first,.pages .p_page .a_end{ display:inline-block; vertical-align:middle; width:auto; padding:0 15px;}
.pages .p_page .a_prev:hover,.pages .p_page .a_next:hover,.pages .p_page .a_first:hover,.pages .p_page .a_end:hover{ color:#fff; background:#ad0e0e; border:1px solid #ad0e0e;}
.pages .p_page .num { padding:0 12px;}
.pages .p_page .num a:hover,.pages .p_page .num a.a_cur{background:#ad0e0e; border:1px solid #ad0e0e; color:#fff;}

@media ( max-width:1024px){
.pages{line-height:24px; font-size:14px;}
.pages a{ margin:0px 1px; width:24px;}
.pages .p_page .a_prev,.pages .p_page .a_next,.pages .p_page .a_first,.pages .p_page .a_end{ padding:0 5px;}
.pages .p_page .num { padding:0 5px;}
}
/*pages end*/


/*top*/
.header{}
.header .tophead{ height:285px; background:url(/uploads/image/trimages/topbg.jpg) center top no-repeat; background-size:cover;}
.header .toper{ font-size:14px; height:49px; line-height:49px; color:#fff; border-bottom:1px solid rgba(255,255,255,0.2);}
.header .toper a{ color:#fff;}.header .toper a:hover{ color:#ffcc00;}
.header .toper i{ text-align:center; display:inline-block; width:28px; opacity:0.5;}
.header .logo{ float:left; width:758px; padding-top:74px; position:relative;}
.header .logo span{ position:absolute; right:0; top:74px; border-left: 1px solid rgba(255,255,255,0.2); padding-left:22px; line-height:50px; font-size:26px; font-weight:normal; color:#004796;}

.search{ float:right; padding-top:94px;}
.search .searchico{ display:none; width:35px; height:35px; line-height:35px; text-align:center; border-radius:50%; background:#d41212; cursor:pointer; color:#fff;}
.search .searchico .icongb{ display:none;}
.search .searchico.on .icongb{ display:block;}
.search .searchico.on .iconso{ display:none;}
.search .searchbox{width:321px; background:#fff; position:relative;}
.search .searchbox .input{width:100%; height:45px; line-height:45px; text-indent:1em;}
.search .searchbox .input::-webkit-input-placeholder {color: #959595;}
.search .searchbox .btn { position:absolute; right:-1px; top:-1px; width:75px; height:47px; background:#d41212; color:#fff;}
.search .searchbox .btn:hover { background:#1b6fe2;}

.mainnav{ margin:0; line-height:60px; height:60px; background:#d41212;}
.mainnav li{ float:left; position:relative; width:12.5%;}
.mainnav span a{ position:relative; z-index:2;display:block; font-size:18px; background:url(/uploads/image/trimages/linenav.gif) right center no-repeat; text-align:center; color:#fff; transition: all ease 0.3s;}
.mainnav .bg{ position:absolute; left:50%; width:0; bottom:0; z-index:1; height:100%; background:#f09029;}
.mainnav li:last-child span a{ background:none;}
.mainnav .arr{ display:none;}
.mainnav li:hover span a,.mainnav li.onnav span a,.mainnav li span a.sele{}
.mainnav li:hover .bg,.mainnav li.onnav .bg,.mainnav li span a.bg{ width:100%; left:0;}
.mainnav li.onnav:after, .mainnav li:hover:after {
    content: '';
    position: absolute;
    left: 3px;
    right: -3px;
    top: 0;
    bottom: 0;
    background-color: #990000;
    -webkit-transform: skew(-7deg);
    -moz-transform: skew(-7deg);
    -o-transform: skew(-7deg);
    -ms-transform: skew(-7deg);
    transform: skew(-7deg);
    z-index: 0;
}

.navpull{ z-index:99;display:none; position:absolute; text-align:center; top:60px; left:0%;width:100%; padding:10px 0; line-height:33px; background:#f09029; box-shadow:0 5px 15px rgba(0,0,0,0.2);}
.navpull.null{background:none; padding:0;}
.navpull a{ color:#fff; display:block; padding:0 10px; font-size:14px; margin:0 5px;}
.navpull a:hover{ background:#fff; color:#f09029;}

.openbtn{ cursor:pointer; display:none;width:32px; height:25px; padding-top:1px; background:#fff; position:absolute; right:12px; top:47px; z-index:999;}
.closebtn{ position:fixed; left:0px; top:45px; width:100%; height:100%; z-index:0; display:none;background: rgba(0,0,0,0.5);}
.openbtn span{ display:block; height:3px; background:#d41212; border-radius:4px; margin:4px;transition: all ease 0.3s;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}
.openbtn.on .sp3 { display:none;}

@media ( max-width:1024px){
.header .tophead{ height:85px;}
.header .toper { line-height:35px; height:35px; font-size:12px;}
.header .toper em{ display:none;}.header .toper i{ width:15px;}
.header .logo{ width:auto; padding-top:16px;}
.header .logo img{ height:22px;}
.header .logo span{ right:-100px; font-size:14px; line-height:25px; top:11px; width:80px; padding-left:10px;}
.header .openbtn{ display:block;}
.search{ padding:10px 38px 0 0 !important; background:none; position:static; float:right;}
.search .searchico{ display:block; width:26px; height:26px; line-height:26px;}
.search .searchbox{ position:absolute; z-index:100; display:none; width:98%; left:1%; top:47px !important;background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.2);}
.mainnav{ position:fixed; height:100%; overflow-y:auto; z-index:999; width:200px; padding:0; right:-200px;background: #fff;top:35px;visibility: hidden;opacity: 0;filter: alpha(opacity=0);transition: all ease 0.3s; box-shadow:0 0 10px rgba(0,0,0,0.2);}
.mainnav ul{ padding-top:50px;}
.mainnav li{ display:block; position:relative; cursor:pointer; float:none; border-bottom:1px solid #e9e9e9;border-top:1px solid #f9f8f6; width:auto !important; margin:0 10px; background:none;}
.mainnav li span a{ background:none; font-size:16px; text-align:left; height:auto; display:block; line-height:28px !important; height:auto !important; height:auto; padding:5px 0 5px 5px;  border:0; color:#1a1a1a;}
.mainnav .bg{ display:none}
.mainnav .arr{ display:inline-block; position:absolute; z-index:2; width:100px; height:30px; line-height:30px; right:0px; top:0px;}
.mainnav .arr i{ position:absolute; height:auto; background:none; right:0px; top:5px;transition: all ease 0.3s;}
.mainnav li.onnav .arr i{dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
	-ms-transform: translate(0, -3px) rotate(-180deg) !important;
	-o-transform: translate(0, -3px) rotate(-180deg) !important;
	transform: translate(0, -3px) rotate(-180deg) !important;}
.mainnav.on{visibility: visible;opacity: 1;filter: alpha(opacity=100); right:0;}
.mainnav li.onnav:after, .mainnav li:hover:after { display:none;}
.mainnav li:hover span a,.mainnav li.onnav span a,.mainnav li span a.sele{ color:#cc0000;}

.navpull{ position:static; width:auto; line-height:30px; padding:8px; text-align:left;}
.navpull dd{ position:relative; text-align:left;}
.navpull dd a{ padding:0;}
.navpull.pronav dl { display:block; background:none; margin:0; padding:0; height:auto; width:45%; display:inline-block; min-height:10px;}
.navpull.pronav dl dt{ border-bottom:0; font-weight:normal; margin:0;}
.navpull.pronav dl dd{ display:none;}
.navpull.pronav .contain{ margin:0;}
}

@media ( max-width:480px){
	.header .logo img{ height:15px;}
}
/*top*/


/*bottom*/
.footer{ text-align:center; font-size:14px; background: #cf0005; color:#fff; padding:29px 0;}
.footer a{ color:#fff;}.footer a:hover{ color:#ffcc00;}
.footer span{ display:inline-block; margin:0 7px;}

.totop{text-align: center; cursor: pointer; position:fixed; right:5px; bottom:20px; background:#ad0e0e; width:44px; height:44px; line-height:44px; z-index:100; color:#fff;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;}
.totop .iconfont{ font-size:28px;}

@media ( max-width:1024px){
.footer{ padding:12px 0; font-size:12px; line-height:20px;}

.totop{width:40px; height:40px; line-height:40px; bottom:10px;}
.totop .iconfont{ font-size:25px;}
}
/*bottom*/


/*首页 s*/
.activehover{-webkit-box-shadow: 0 23px 38px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);}

.maninbox{ position:relative; margin:0px auto; background:#fff; padding:30px 20px 50px; width:1160px;}

.hometit1{ padding-bottom:11px; line-height:45px;}
.hometit1 h2{ float:left; background: #d41212 url(/uploads/image/trimages/titbg.gif) 0px center no-repeat; color:#fff; padding:0 15px 0 30px; font-size:22px;}
.hometit1 h2 img{ display:inline-block; vertical-align:middle; margin-right:8px;}
.hometit1 .more{ font-size:14px; float:right;}
.hometit1 .more a{ background:url(/uploads/image/trimages/more.gif) right center no-repeat; padding-right:20px; color:#999999;}
.hometit1 .more a:hover{color:#d41212;}

.newsfocus{ width:52%; float:left; position:relative; overflow:hidden;}
.newsfocus .slides li{ position:relative;}
.newsfocus .imgbox{padding-top:380px;}
.newsfocus .ti{ position:absolute; background:rgba(0,0,0,0.5); line-height:50px; padding-right:25%; width:75%; left:0; bottom:0; z-index:2;}
.newsfocus .ti em{ margin-right:20px;}
.newsfocus .ti em i{ font-size:30px; color:#e70012;}
.newsfocus .tit{ text-indent:1.2em; color:#fff;}
.newsfocus .slides li:hover .tit{ color:#e70012;}
.newsfocus .flex-direction-nav{ display:none;}
.newsfocus .flex-control-nav{bottom:0; line-height:50px; z-index:10; right:0; width:115px; text-align:center;}
.newsfocus .flex-control-nav li{ margin:0 4px; vertical-align:middle;}
.newsfocus .flex-control-nav li a{ opacity:1; width:8px; height:8px; border:1px solid #fff; background:none;border-radius:50%;}
.newsfocus .flex-control-nav li a.flex-active{background:#d41212;border:1px solid #d41212;}

.topnews{ width:46%; float:right; height:380px; overflow:hidden;}

.hometit{ margin-bottom:10px; border-bottom:2px solid #e6e6e6; height:34px;}
.hometit h2{ float:left; line-height:22px; height:34px; border-bottom:2px solid #d41212; color:#d41212; font-size:22px; background:url(/uploads/image/trimages/titbg2.gif) 0px top no-repeat; padding-left:26px;}
.hometit h2 img{ display:inline-block; margin-right:8px;}
.hometit .more{ float:right; font-size:14px;}
.hometit .more a{ background:url(/uploads/image/trimages/more.gif) right center no-repeat; padding-right:20px; color:#999999;}
.hometit .more a:hover{color:#d41212;}

.listwz .li{ font-family:"宋体"; position:relative; height:36px; line-height:36px; padding:0 95px 0 12px; background:url(/uploads/image/trimages/dot.gif) 0 center no-repeat;}
.listwz .li .date{ position:absolute; right:5px; color:#b2b2b2; right:0; top:0;}
.listwz .li .down{ width:60px; font-size:14px; position:absolute; color:#fff; background:#bfbfbf; line-height:29px; right:0; top:4px; text-align:center;}
.listwz .li .down .iconfont{ font-size:18px;}
.listwz .li .down:hover{ background:#cc0000; color:#fff;}
.listwz .top{ border-bottom:1px dashed #cacaca; line-height:24px; padding-bottom:17px; margin-bottom:19px;}
.listwz .top .tit{ font-weight:bold; margin-bottom:12px; font-size:20px; line-height:40px; color:#d41212;}
.listwz .top .p{ font-family:"宋体"; color:#888888; font-size:14px; line-height:24px; height:48px;-webkit-line-clamp: 2;}
.listwz.sub{ margin-bottom:3%; padding-bottom:8px;}
.listwz.sub li{ border-bottom:1px dotted #d9d9d9; height:45px; line-height:45px;}

.homecol{ width:48.5%; padding-top:50px;}
.homecol2{ padding-top:50px;}

#homescroll{ height:180px; overflow:hidden;}
#homescroll li{ width:180px; height:180px; float:left; margin-right:20px; text-align:center;}
#homescroll li .imgbox{ padding-top:80%; margin-bottom:5px;}


@media ( max-width:1024px){
.maninbox{background:#fff; padding:15px; width:auto;}

.newsfocus{ width:auto !important; float:none; margin-bottom:10px !important;}
.newsfocus .ti{line-height:40px; font-size:15px;}
.newsfocus .flex-control-nav{bottom:0px; width:85px; line-height:40px;}
.newsfocus .flex-control-nav li{ margin:0 2px;}
.newsfocus .imgbox{padding-top:62% !important;}
.newsfocus .ti em{ margin-right:5px;}
.newsfocus .ti em i{ font-size:20px;}

.topnews{ width:auto; float:none; height:auto; padding-bottom:10px;}
.hometit1{ line-height:35px;}
.hometit1 h2{ font-size:16px; padding-left:20px;}
.hometit h2{font-size:16px; padding-left:20px;}

.listwz .li{ height:30px !important; line-height:30px !important;}
.listwz .li .down{ line-height:20px; width:30px;}
.listwz .li .down em{ display:none;}
.listwz .top{ padding-bottom:10px; margin-bottom:10px;}
.listwz .top .date{ font-size:14px; padding-bottom:0;}
.listwz .top .tit{ font-size:15px; margin-bottom:0;}
.listwz .top .p{font-size:12px;}
}
@media ( max-width:768px){
.homecol{ width:auto; float:none !important; padding-top:10px;}
}
/*首页 end*/


/*栏目页公用样式 s*/
.subpage{ height:auto !important; height:300px; min-height:300px; padding-top:40px; padding-bottom:40px;}
.leftbar{ width:200px; position:absolute; left:20px; top:30px;}
.rightcon{ margin-left:250px;}
.columnname{ font-size:28px; color:#fff; background:url(/uploads/image/trimages/subnavbg.jpg) center center no-repeat; padding:13px 0 15px; background-size:cover; text-align:center; line-height:35px; position:relative; color:#fff;}
.columnname h2{ line-height:39px; font-size:28px;}
.columnname p{ line-height:18px; font-size:14px; text-transform:uppercase; opacity:0.3;}
.columnname .arr{ display:none; position:absolute; width:98%; right:10px; bottom:0; text-align:right; color:#fff !important; line-height:35px;transition: all ease 0.3s;}
.columnname .iconfont{ font-size:20px;}
.columnname.on .arr{dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
	-ms-transform: translate(0, -3px) rotate(-180deg) !important;
	-o-transform: translate(0, -3px) rotate(-180deg) !important;
	transform: translate(0, -3px) rotate(-180deg) !important;}

.submenu{position:relative; z-index:1;}
.submenu li{ margin-top:1px; position:relative; text-align:center;}
.submenu li a{ display:block;position:relative; z-index:1; padding:15px 0 15px 0; line-height:24px; background:#ebebeb;}
.submenu li .bg{ position:absolute; z-index:0; width:0; bottom:0px; height:100%; left:50%; background:url(/uploads/image/trimages/leftbg.gif);transition: all ease 0.3s; font-size:0;}
.submenu li:hover .bg,.submenu li.onli .bg{ width:207px; left:0;}
.submenu li a:hover,.submenu li.onli a{ color:#fff; background:none;}

.postion{ border-bottom:1px solid #e6e6e6; height:43px; line-height:25px; margin-bottom:28px;}
.postion h2{ font-size:24px; float:left; font-weight:normal; color:#0f54b3;}
.postion .place{ padding-left:23px; float:right; background:url(/uploads/image/trimages/home.gif) 0px center no-repeat; font-size:14px; color:#999999;}
.postion .place a{color:#999999;}.postion .place a:hover,.postion .place span{color:#d41212;}

.singlepage{word-wrap:break-word;word-break:normal;text-align:justify; line-height:30px; font-size:15px;}
.singlepage video{ width:80% !important; margin:0px auto; height:auto !important;}

.subtit{ text-align:center; padding-bottom:30px;}
.subtit h2{font-size:36px; line-height:44px; color:#d41212;}

@media ( max-width:900px){
.columnname h2{ font-size:18px;}
.columnname p{ font-size:12px;}

.singlepage{ line-height:24px;}
.singlepage video{ width:100% !important;}

.postion { height:30px; margin-bottom:15px;}
.postion h2{ font-size:18px;}
}
@media ( max-width:768px){
.leftbar{ position:static; padding-bottom:5px; width:auto;}
.rightcon{ margin-left:0;}
.columnname{ display:none;}
.submenu{ border-bottom:0; text-align:center; font-size:0;line-height:35px; height:auto; display:block;}
.submenu li { display:inline-block; width:24%; font-size:14px; margin:0 0.5%;}
.submenu li a{ line-height:32px; padding:0;}
.submenu li .bg{ display:none;}
.submenu li a:hover,.submenu li.onli a{ color:#fff; background:#cf0005;}


}

/*栏目页公用样式 end*/

.photonews{ margin:0 0 0 -3%;}
.photonews li{ text-align:center; width:30.3333%; float:left; margin:0 0 3% 3%;}
.photonews .imgbox{ padding-top:68%; margin-bottom:5px;}
.photonews .play{ position:absolute; background: rgba(0,0,0,0.5)  center center no-repeat; width:100%; height:100%; left:0; top:0; z-index:3;}
.photonews li:hover .play{ background-color:rgba(0,0,0,0.2);}

.titleinfo{ border-bottom:1px dashed #e8e8e8; text-align:center; margin-bottom:35px; padding:0 0 19px;}
.titleinfo .tits{font-size:24px; color:#333333;}
.titleinfo .date{padding:8px 0 0 0; font-size:14px;}
.titleinfo .date i{ display:inline-block; margin:0 10px;}
.titleinfo .share{ display:inline-block;*display:inline; zoom:1; vertical-align:middle;}

.prevnextbox {margin:50px 0 0 0;position:relative; color:#888888; font-size:16px;}
.prevnextbox dl{ width:49.1%; line-height:60px; height:60px;overflow:hidden; background:#f7f7f7; position:relative;}
.prevnextbox dl span{ padding-left:97px; position:relative; display:block;}
.prevnextbox dl span em{ font-weight:bold; position:absolute; left:33px; top:0px; color:#000000;}
.prevnextbox dl a{ margin:0px auto; display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:95%; color:#666666;}
.prevnextbox dl:hover{background:#cc0000; color:#fff;}
.prevnextbox dl:hover a{ color:#fff;}
.prevnextbox dl:hover span em{color:#fff;}
.prevnextbox dl a.none{color:#999;}

@media ( max-width:900px){
.titleinfo { line-height:20px; font-size:12px; padding-bottom:11px; margin-bottom:20px;}
.titleinfo .tits{ font-size:18px; line-height:24px; padding:8px 0 0px;}
.titleinfo .share{ display:none;}

.prevnextbox {margin:30px 0 0 0; font-size:14px;}
.prevnextbox dl{ width:auto; float:none !important; line-height:30px; height:30px; margin-bottom:8px;}
.prevnextbox dl span{ padding-left:65px;}
.prevnextbox dl span em{left:10px;}
}
@media ( max-width:768px){
.photonews li{width:47%;}
.photonews .play{ background: rgba(0,0,0,0.5)  center center no-repeat;}
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 5px;
}

.new_page{
	width: 100%;
	text-align: center;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.undis{display:none;}
