@charset "utf-8";

body {
	min-width: 1200px;
	background: #f5f5f5 top center no-repeat;
}

.header {
	width: 100%;
	height: 140px;
	position: relative;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.container_col {
	background: #fff;
	padding: 15px;
	width: 1170px;
	margin: 0 auto;
}

#weather {
	float: left;
	font-size: 12px;
	color: #666;
	line-height: 24px;
	width: 260px;
	margin-top: 25px;
	margin-left: 20px;
}

.toptxt {
	font-size: 12px;
	color: #888;
	line-height: 34px;
	text-align: right;
}

.toptxt a {
	font-size: 12px;
	color: #888;
	line-height: 34px;
	padding: 0 10px;
}

.toptxt a:hover {
	color: #b61412;
}

.toptxt .diqu {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 34px;
	color: #333;
}

.search {
	height: 20px;
	padding: 10px 0;
	width: 300px;
	background: #fff;
	position: absolute;
	right: 15%;
	top: 55px;
	padding-right: 90px;
}

.search a {
	display: block;
	width: 80px;
	height: 40px;
	background: #cc0000;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .3s ease;
}

.search a:hover {
	background: #b60606;
}

.login {
	height: 20px;
	padding: 10px 0;
	width: 170px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 55px;
}

.login_user {
	/* height: 20px; */
	padding: 10px 0;
	width: 170px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 40px;
}

.ipt-sea {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	outline: none;
	border: 0;
	width: 285px;
	padding-left: 15px;
}

/* .logo{width:259px; height:112px; position: absolute; left: 0; top: 10px;} */


.nav {
	height: 70px;
	margin: 0 auto 15px auto;
	background: #cc0000;
	display: flex
}

.nav li {
	width: 148px;
	float: left;
	height: 70px;
	position: relative;
	text-align: center;
	padding-right: 2px;
	background: url(../images/shuxian.png) right top no-repeat;
}

.nav li a {
	display: block;
	text-align: center;
	line-height: 70px;
	height: 70px;
	font-size: 20px;
	color: #fff;
	transition: all .3s ease;
	overflow: hidden;
}

.nav li a img {
	display: block;
	margin: 15px auto 10px auto;
	transition: all .3s ease;
}

.nav li a:hover,
.nav li.active a {
	background: #b60606;
	color: #fff;
}

.nav li a:hover img {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.nav ul {
	margin: 0px auto;
	width: 1200px;
}






/*滚动新闻*/
.zxgg {
	width: 1170px;
	margin: 10px auto auto auto;
	background: url(../images/laba.jpg) no-repeat #fcfcfc;
	padding-left: 30px;
}

.BreakingNewsController {
	width: 100%;
	overflow: hidden;
	height: auto;
	position: relative;
	height: 35px;
}

.BreakingNewsController .bn-title {
	display: inline-block;
	float: left;
	padding: 0 20px;
	line-height: 35px;
}

.BreakingNewsController ul {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	position: absolute;
	left: 180px;
	right: 50px;
}

.BreakingNewsController ul li {
	list-style: none;
	padding: 0 20px;
	display: none;
	height: 35px;
}

.BreakingNewsController ul li a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	line-height: 35px;
}

.BreakingNewsController .bn-arrows {
	display: inline-block;
	float: right;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.BreakingNewsController .bn-arrows span {
	display: block;
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
	opacity: 0.2;
}

.BreakingNewsController .bn-arrows span:hover {
	opacity: 1;
}

.BreakingNewsController .bn-arrows-left {
	left: 0;
	background: url(../images/bn-arrows.png) left center no-repeat;
}

.BreakingNewsController .bn-arrows-right {
	right: 10px;
	background: url(../images/bn-arrows.png) right center no-repeat;
}

.easing a,
.easing span {
	transition: .25s linear;
	-moz-transition: .25s linear;
	-webkit-transition: .25s linear;
}



.news-notice {
	margin: 0;
}

.indnews {
	width: 560px;
	height: 362px;
	float: left;
}

.news-pic {
	width: 560px;
	height: 362px;
}

.news-pic,
.news-pic img {
	width: 560px;
	height: 362px;
	overflow: hidden;
}

.news-notice .news-txt {
	width: 592px;
	height: 362px;
	float: right;
}

.news-title {
	/* height: 38px; */
	/* background: #fafafa; */
	/* border-bottom: 1px solid #efefef; */
	/* line-height: 38px; */
	position: relative;
	z-index: 0;
}

.news-title .name {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 39px;
	background: #084466;
	color: #fff;
	text-align: center;
	line-height: 39px;
	font-size: 15px;
	padding: 0 15px;
	font-weight: bold;
}

.news-name.tab-nav {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 39px;
}

.news-name.tab-nav a {
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	color: #333;
	text-align: center;
	line-height: 39px;
	font-size: 15px;
	padding: 0 15px;
	margin: 0;
	position: relative;
}

.news-name.tab-nav a.current {
	background: #b61412;
	color: #fff;
	font-size: 18px;
	/* font-weight:bold; */
}

.news-name.tab-nav a i {
	width: 9px;
	height: 5px;
	/* background:url(../images/jtx.png) no-repeat; left:10px; */
	bottom: -5px;
	display: none;
}

.news-name.tab-nav a.current i {
	display: block;
}

.news-title .name i {
	width: 9px;
	height: 5px;
	background: url(../images/jtx.png) no-repeat;
	left: 10px;
	bottom: -5px;
	display: block;
}

.news-title .more {
	position: absolute;
	right: 10px;
	line-height: 38px;
	top: 0;
	font-size: 12px;
	color: #999;
	transition: all .3s ease;
}

.news-title .more:hover {
	color: #084466;
}

.newslist {
	display: block;
	/* padding: 10px 12px 0px 12px; */
}

.hotnews {
	margin: 12px 12px 0 12px;
}

.hotnews h1 {
	font-size: 16px;
	color: #084466;
	text-align: center;
	margin: 0 10px;
	height: 30px;
	line-height: 30px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hotnews .hotcon {
	margin-top: 12px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hotnews .hotcon a {
	color: #999;
	line-height: 24px;
	font-size: 14px;
}

.hotnews .hotcon a:hover,
.newslist li a:hover {
	color: #b60606;
}

.newslist li {
	border-bottom: 1px dotted #dedede;
	position: relative;
	padding: 0 80px 0 16px;
	background: url(../images/listnot.png) 0px 15px no-repeat;
}

.newslist li a {
	display: block;
	height: 36px;
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}

.newslist li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 36px;
	color: #bbb;
	text-align: center;
}

.newslist li:last-child {
	border: 0;
}

.newslist.ny li {
	padding: 8px 80px 8px 14px;
	background: url(../images/listnot.png) 2px 24px no-repeat;
}

.newslist.ny li a:after {
	display: none;
}

.nytit {
	border-bottom: 1px solid #ededed;
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.xzgg {
	margin: 15px auto;
	width: 1200px;
}

.xzgg img {
	width: 100%;
}

.r-radius:50%;
margin:0 auto;
transition:all .3s ease;
}

.fwzn .iconlist a:hover {
	color: #F71013;
}

.toutiao {
	background: #f5f5f5;
	height: 50px;
	position: relative;
	padding: 12px 90px;
	margin-bottom: 15px;
}

.toutiao i {
	width: 82px;
	height: 69px;
	background: url(../images/toutiao.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.toutiao h1 {
	text-align: center;
}

.toutiao h1 a {
	font-size: 18px;
	color: #333;
}

.toutiao h1 a:hover {
	color: #b60606;
}

.toutiao p {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.xz-col {
	background: #fff;
	padding: 15px;
	height: 400px;
	float: left;
	margin-bottom: 15px;
}

.xz-col.abt {
	width: 400px;
}

.xz-col.abt img {
	width: 100%;
}

.xz-col.gsgg {
	width: 340px;
	margin-right: 0;
}

.xz-col.jlhd {
	width: 230px;
	margin-left: 15px;
}
.xz-col.jlhd li img{
	width: 230px;
	height: 85px;
}

.hudongicon a {
	display: block;
	/* float: left; width: 169px; */
	height: 85px;
	/* border-bottom: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2; */
	text-align: center;
}

.hudongicon a img {
	margin: 10px auto;
	display: block;
	transition: all .3s ease;
}

.hudongicon a.nor {
	border-right: 0;
}

.hudongicon a.nob {
	border-bottom: 0;
}

.hudongicon a:hover {
	color: #cf0d0d;
}

/* .hudongicon a:hover img{-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);} */
.col-title {
	background: url(../images/titbot.png) left bottom no-repeat;
	overflow: hidden;
	padding-bottom: 15px;
}

.col-title span p {
	font-size: 18px;
	color: #cf0d0d;
}

.col-title span i {
	font-size: 12px;
	color: #b6b6b6;
	margin-top: 10px;
}

.col-title a {
	float: right;
	line-height: 30px;
}

.col-con {
	margin-top: 15px;
}

.col-con .abttxt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 15px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.userlist {
	overflow: hidden;
}

.userlist ul {
	width: 1200px;
}

.userlist ul li {
	width: 95px;
	height: 160px;
	float: left;
	text-align: center;
	line-height: 30px;
	margin-right: 23px;
	font-size: 14px;
}

.userlist ul li img {
	width: 96px;
	height: 133px;
	border: 1px solid #f8f0ef;
}





.videolist {
	overflow: hidden;
}

.videolist ul {
	width: 1200px;
}

.videolist ul li {
	width: 185px;
	height: 150px;
	float: left;
	text-align: center;
	line-height: 30px;
	margin-right: 16px;
	font-size: 14px;
}

.videolist ul li img {
	width: 185px;
	height: 150px;
}



.links {
	overflow: hidden;
}

.links ul {
	width: 1200px;
}

.links ul li {
	width: auto;
	height: auto;
	float: left;
	text-align: center;
	line-height: 30px;
	margin-right: 15px;
	font-size: 14px;
}



.sqbs li {
	width: 33.33%;
	text-align: center;
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
}

.sqbs li a:hover {
	color: #b61412;
}

.mqmy {
	margin: 20px 0;
}

.mqmy li {
	width: 301px;
	height: 60px;
	margin: 10px auto;
	border: 1px solid #dddddd;
}

.bmfw {
	margin-right: -15px;
}

.bmfw li {
	width: 235px;
	float: left;
	margin-right: 25px;
	padding-left: 120px;
	margin-bottom: 30px;
	margin-top: 15px;
	position: relative;
}

.bmfw li .pic {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

.bmfw li .pic img {
	width: 100px;
	height: 100px;
}

.bmfw li .pic.rad {
	border-radius: 50%;
	overflow: hidden;
}

.bmfw .info .list {
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 2px;
}

.bmfw .info .list i {
	height: 15px;
	width: 15px;
	float: left;
	margin-right: 5px;
}

.gsht {
	float: left;
	width: 400px;
}

.col-2-r .tit {
	height: 40px;
	background: url(../images/sficon.png) 0 9px no-repeat;
	padding-left: 30px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	float: left;
}

.sfbox {
	padding: 0 10px 15px 5px;
	height: 213px;
}

.sftxt {
	float: left;
	width: 424px;
	height: 215px;
	position: relative;
}

.sftxt .info {
	height: 198px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sftxt a {
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	text-align: center;
	color: #F30;
}

.sftxt a:hover {
	color: #39F;
}

.jisuan {
	float: right;
	padding-left: 30px;
	width: 270px;
	border-left: 1px dashed #efefef;
	height: 213px;
}

.jisuan h1 {
	color: #084466;
	line-height: 30px;
	font-size: 15px;
}

.jsbox {
	position: relative;
	padding-left: 65px;
	margin-top: 8px;
}

.jsbox span {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 27px;
	display: block;
	width: 65px;
	color: #7e7e7e;
}

.jsbox .jsq {
	border: 1px solid #f0f0f0;
	height: 19px;
	padding: 3px 3px 3px 10px;
	border-radius: 2px;
}

.jsbox .jsq .ipt-jsq {
	border: 0;
	height: 19px;
	line-height: 19px;
	width: 100%;
	outline: none;
}

.jsbox .jsq a {
	display: block;
	width: 42px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	background: #55aeec;
	position: absolute;
	top: 4px;
	right: 4px;
	color: #fff;
	border-radius: 2px;
}

.jsjg {
	background: #f0f0f0;
	padding: 4px 8px;
	margin-top: 10px;
	position: relative;
}

.jsjg .tab {
	line-height: 28px;
	border-bottom: 1px solid #e2e2e2;
	color: #6a6a6a;
	height: 28px;
	overflow: hidden;
}

.jsjg .tab span {
	float: right;
}

.jsjg .tab.last {
	border: 0;
}

.jsjg:before {
	content: '';
	width: 9px;
	height: 5px;
	background: url(../images/jtt.png) no-repeat;
	display: block;
	position: absolute;
	right: 20px;
	top: -5px;
}

.jisuan .smtxt {
	color: #55aeec;
	line-height: 40px;
}

.xxlinks {
	height: 24px;
	overflow: hidden;
}

.xxlinks a {
	color: #F33;
	line-height: 24px;
}

.xxlinks a:hover {
	color: #55aeec;
	text-decoration: underline;
}

.newslist.htlist {
	padding: 0;
	width: 360px;
}


.col-4 {
	width: 289px;
	float: left;
	margin-right: 12px;
	border: 1px solid #efefef;
}

.col-4.last {
	margin-right: 0;
}

.news-title .name2 {
	float: left;
	line-height: 39px;
	font-size: 15px;
	font-weight: bold;
	color: #084466;
	padding-left: 20px;
	background: url(../images/shu.png) 8px 11px no-repeat;
}

.linksbox {
	background: #fff;
	margin: 0px auto;
	width: 1200px;
}

.txtlisttit {
	height: 38px;
	border-bottom: 2px solid #d00c0d;
}

.txtlisttit a {
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;
	padding: 0 30px;
	color: #333;
	transition: all .3s ease;
	font-size: 18px;
}

.txtlisttit a.current {
	background: #d00c0d;
	color: #fff;
}

.linksbox .listcon {
	height: 70px;
}

.linksbox .linkslist li {
	margin: 5px 10px;
	line-height: 30px;
	float: left;
	font-size: 14px;
}



.foot {
	font-size: 12px;
	color: #787878;
	line-height: 30px;
	background: #fff;
	text-align: center;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	/* margin: 15px auto; */
}

.mg-t-b {
	margin: 15px auto;
}

.page-left {
	width: 200px;
	float: left;
}

.page-right {
	width: 900px;
	float: right;
	background: #fff;
	padding: 40px;
}

.lujing {
	margin: 20px 0;
	font-size: 14px;
	color: #888;
}

.pageny {
	overflow: hidden;
	padding-bottom: 50px;
}

.fllist {
	border: 1px solid #ededed;
}

.fllist li {
	height: 60px;
	background: #fff;
	padding: 0 20px;
}

.fllist li a {
	display: block;
	border-bottom: 1px solid #ededed;
	line-height: 59px;
	font-size: 16px;
	color: #666;
}

.fllist li:hover,
.fllist li.active {
	background: #F15B5B;
}

.fllist li:hover a,
.fllist li.active a {
	color: #fff;
	border-bottom: 0;
}

.fllist li.active {
	border-left: 4px solid #b61412;
}


.hotarticl {
	margin-top: 20px;
}

.hottit {
	border-bottom: 1px solid #efefef;
	line-height: 40px;
	font-size: 16px;
	color: #F30;
	margin: 12px 12px 0 12px;
}

.pagelujing {
	height: 40px;
	border-bottom: 2px solid #efefef;
	position: relative;
}

.pagelujing .name {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	border-bottom: 2px solid #F33;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}

.pagelujing span {
	position: absolute;
	right: 0;
	line-height: 40px;
	color: #888;
}

.news-txt.ny,
.newslist.ny {
	border: 0;
	padding: 0;
}

.news-txt.ny {
	min-height: 600px;
}

.newslist.ny li:last-child {
	border-bottom: 1px dotted #efefef;
}

.liuyantab {
	border: 1px solid #f5f5f5;
	background: #f8f8f8;
	margin-top: 20px;
	padding: 20px;
}

/*分页*/

.biaoti {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin: 0 20px;
	font-weight: 600;
	margin-top: 30px;
}

.sshuomign {
	color: #888;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
}

.sshuomign span {
	margin: 0 10px;
}


.tcdPageCode {
	padding: 15px 20px;
	text-align: left;
	color: #ccc;
	text-align: center;
	margin-top: 30px;
}

.tcdPageCode a {
	display: inline-block;
	color: #888;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}

.article_txt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 20px;
	overflow: hidden
}

.article_txt img {
	max-width: 930px;
}

.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #D23737;
}

.tcdPageCode span.current {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #F15B5B;
	border: 1px solid #F15B5B;
	;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}

.kjtd{
	display: flex;
	    margin-top: 0px;
}
.kjtd li a{float: left;}
.kjtd li{float: left;width: 275px;    margin-left: 20px;}
.kjtd li img{width: 275px;}