﻿@charset "utf-8";

body {
	min-width: 1200px;
	background-color: #f5f5f5;
}

.header {
	width: 100%;
	height: 172px;
	position: relative;
	background: url(body.jpg)  top center no-repeat;
}
.container {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}
.container_col {
	margin: 0 auto;
	box-sizing: border-box;
	width: 1200px;
	padding: 15px;
	background: #fff;
}

.top-nav {
	position: relative;
	box-sizing: border-box;
	width: 1200px;
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
	background-color: #c0c0c04d;
	margin: 0 auto;
}
.top-nav__left {
	float: left;
	display: inline-block;
}
.top-nav__right {
	float: right;
	display: inline-block;
	text-align: right;
}
.top-nav-list {
	display: inline-block;
	vertical-align: top;
}
.top-nav-item {
	display: inline-block;
	padding: 0 8px;
}
.top-nav-item.personnel-item a {
	color: red;
}

#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;
}

.logo {
	display: inline-block;
	width: 420px;
	height: 112px;
	position: relative;
	margin-left: 40px;
	margin-top: 30px;
}
.header__slogan {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	margin-top: 30px;
	margin-right: 40px;
	width: 320px;
	height: 112px;
	overflow: hidden;
}
.header__slogan-item {
	position: relative;
	height: 56px;
}
.header__slogan-item-one {
	margin-right: 120px;
}

#sloganOne,
#sloganTwo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translate3d(-50%, -50%, 0);
}

.nav {
	width: 1200px;
	height: 40px;
	margin: 10px auto 15px auto;
	background: #cf0d0d;
}
.nav li {
	width: 148px;
	float: left;
	height: 40px;
	position: relative;
	text-align: center;
	padding-right: 2px;
	background: url(shuxian.png?t=2025113001) right top no-repeat;
}
.nav li a {
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 15px;
	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);
}
/*滚动新闻*/
.zxgg {
	width: 1170px;
	margin: 10px auto auto auto;
	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;
}



.headlines-container {
	background: #f5f5f5;
	height: 50px;
	position: relative;
	padding: 12px 90px;
	margin-bottom: 15px;
}
.headlines-container i {
	width: 82px;
	height: 69px;
	background: url(toutiao.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.headlines-container h1 {
	text-align: center;
}
.headlines-container h1 a {
	font-size: 18px;
	color: #b60606;
}
.headlines-container h1 a:hover {
	color: #b60606;
}
.headlines-container 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;
}

.hot-news-container {
	margin: 0;
}
.hot-news__left {
	float: left;
	width: 560px;
	height: 362px;
}
.hot-news__right {
	float: right;
	width: 595px;
}

.hot-news__right-body {
	width: 592px;
	height: 306px;
	float: right;
	border: 1px solid #efefef;
}
.news-title {
	height: 38px;
	background: #fafafa;
	border-bottom: 1px solid #efefef;
	line-height: 38px;
	position: relative;
}
.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;
	font-size: 15px;
	padding: 0 15px;
	margin: 0;
	position: relative;
}
.news-name.tab-nav a.current {
	background: #cf0d0d;
	color: #fff;
	font-weight: bold;
}
.news-name.tab-nav a i {
	width: 9px;
	height: 5px;
	background: url(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(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;
}
.hotnews {
	margin: 12px 12px 0 12px;
}
.hotnews h1 {
	font-size: 16px;
	color: #333;
	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(listnot.png) 0px 15px no-repeat;
}
.newslist li a {
	display: block;
	height: 36px;
	width: 100%;
	line-height: 36px;
	font-size: 14px;
	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(listnot.png) 2px 24px no-repeat;
}
.newslist.ny li a:after {
	display: none;
}



.main-banner {
	margin: 15px auto 0 auto;
	width: 1200px;
}
.main-banner img {
	width: 100%;
	margin: 0 auto;
	transition:all .3s ease;
}
.fwzn .iconlist a:hover {
	color: #F71013;
}

.fwzn {
	margin: 20px 0;
	background: #d5e7f6;
	height: 140px;
	overflow: hidden;
}
.fwzn .tit {
	width: 58px;
	background: #cf0d0d;
	text-align: center;
	font-size: 16px;
	color: #fff;
	height: 115px;
	padding-top: 25px;
	float: left;
}
.fwzn .iconlist {
	float: left;
	width: 1112px;
}
.fwzn .iconlist a {
	display: block;
	width: 158px;
	text-align: center;
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
.fwzn .iconlist a .pic {
	width: 82px;
	height: 82px;
	margin: 20px auto auto auto;
	transition: all .3s ease;
}
.fwzn .iconlist a.icon1 .pic {
	background: #eacd75;
}
.fwzn .iconlist a.icon2 .pic {
	background: #93d884;
}
.fwzn .iconlist a.icon3 .pic {
	background: #f57b7b;
}
.fwzn .iconlist a.icon4 .pic {
	background: #b19de5;
}
.fwzn .iconlist a.icon5 .pic {
	background: #60dcb5;
}
.fwzn .iconlist a.icon6 .pic {
	background: #7ebfe2;
}
.fwzn .iconlist a.icon7 .pic {
	background: #dec67c;
}
.fwzn .iconlist a.icon1:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon2:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon3:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon4:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon5:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon6:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon7:hover .pic {
	background: #084466;
}
.xz-col {
	background: #fff;
	padding: 15px;
	height: 370px;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.xz-col.abt {
	width: 360px;
}
.xz-col.abt img {
	width: 100%;
}
.xz-col.gsgg {
	width: 360px;
	margin-right: 0;
}
.xz-col.jlhd {
	width: 360px;
	margin-right: 0;
	float: right;
}
.xz-col.fwzc {
	width: 705px;
	height: 350px;
}
.xz-col.mrsh {
	float: right;
	width: 420px;
	height: 350px;
	margin-right: 0;
}
.xz-col.mrsh .bd {
	padding: 10px 0;
}
.xz-col.fwzc .bd {
	padding: 10px 0;
}
.hudongicon a {
	display: block;
	float: left;
	width: 175px;
	height: 102px;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	text-align: center;
}
.hudongicon a img {
	margin: 15px 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(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;
}
.videolist {
	overflow: hidden;
}
.videolist ul {
	width: 1200px;
}
.videolist ul li {
	width: 286px;
	height: 222px;
	float: left;
	text-align: center;
	line-height: 30px;
	margin-right: 8px;
	font-size: 14px;
}
.videolist ul li img {
	width: 286px;
	height: 192px;
}
.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;
	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;
	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;
}

.link-container {
	background: #fff;
	margin: 15px auto;
	width: 1200px;
}
.link-title {
	height: 38px;
	border-bottom: 2px solid #d00c0d;
}
.link-title a {
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;
	padding: 0 40px;
	color: #333;
	transition: all .3s ease;
	font-size: 14px;
}
.link-title a.current {
	background: #d00c0d;
	color: #fff;
}
.link-list {
	height: 70px;
}
.link-list li {
	margin: 17px 20px;
	float: left;
	font-size: 14px;
}

.footer-container {
	position: relative;
	font-size: 12px;
	color: #787878;
	background: #c0c0c04d;
	text-align: center;
	margin: 15px auto;
	width: 1200px;
	padding: 20px 0;
	line-height: 30px;
}
.footer-line {
	display: block;
	text-align: center;
	line-height: 32px;
}
.footer-line__item {
	display: inline-block;
	margin: 0 8px;
}

.footer-qrcode {
	position: absolute;
	top: 20px;
	right: 20px;
	margin-right: 160px;
}
.footer-qrcode-item {
	display: inline-block;
	width: 112px;
	height: 128px;
}
.footer-qrcode-item img {
	width: 112px;
	height: 128px;
}

.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: 30px;
}
.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;
}
/*分页*/

.page-details__header {
	border-bottom: 1px solid #ededed;
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.page-details__parameter {
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #888;
}
.page-details__parameter-item {
	display: inline-block;
	margin: 0 8px;
}

.page-details__content {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 20px;
	overflow: hidden
}
.page-details__content img {
	max-width: 900px !important;
}
.page-details__content .image {
	position: relative;
	z-index: 1;
	clear: both;
	display: table;
	margin: .9em auto;
	min-width: 50px;
	text-align: center;
}
.page-details__content .image img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	min-width: 100%;
}
.page-details__content p {
	margin-block-start: 1em;
	margin-block-end: 1em;
}
.page-details__content .table,
.page-details__content table {
	display: table;
	margin: 0.9em auto;
}

/* 反馈模块 */
.contact-com-body {
	padding: 30px 10px 25px 10px;
	border-bottom: 1px solid #d3d3d3
}
.contact-com-body .row {
}
.row:before, .row:after {
	content: "";
	display: table;
	line-height: 0
}
.row:after {
	clear: both
}
.row {
	margin-bottom: 15px;
*zoom: 1
}
.col-2, .col-10 {
	float: left;
	position: relative;
	min-height: 1px
}
.contact-com-body .col-2 {
	width: 60px;
	line-height: 40px;
	margin-right: 10px;
	text-align: left
}
.contact-com-body .input-control {
	padding: 5px;
	line-height: 30px;
	height: 30px;
	width: 400px;
	border: 1px solid #ccc
}
.contact-com-body .textarea-control {
	height: 106px;
	width: 490px;
	padding: 5px;
	border: 1px solid #ccc
}
.contact-com-body .help-inline {
	line-height: 40px;
	color: #F00
}
.contact-com-body .input-shade {
	background-color: #f8f8f8
}
.contact-com-body .input-short {
	width: 340px
}
.contact-com-body .input-shorter {
	width: 140px
}
.contact-com-body img {
	width: 80px;
	height: 41px;
	margin: 2px 5px
}
.contact-com-btn {
	margin-left: 70px;
	padding-top: 20px
}
.contact-com-btn .btn {
	margin-right: 30px
}
.btn-warning {
	padding: 12px 44px;
	font-weight: bold;
	color: #fff;
	border: none;
	background-color: #ff8942;
	background: -webkit-linear-gradient(top, #ff9454, #ff7f30);
	background: -moz-linear-gradient(top, #ff9454, #ff7f30);
	background: -ms-linear-gradient(top, #ff9454, #ff7f30);
	background: -o-linear-gradient(top, #ff9454, #ff7f30)
}
.btn-warning:hover {
	color: #fff;
	background-color: #ff8945;
	background: -webkit-linear-gradient(top, #ff8237, #fd8f4d);
	background: -moz-linear-gradient(top, #ff8237, #fd8f4d);
	background: -ms-linear-gradient(top, #ff8237, #fd8f4d);
	background: -o-linear-gradient(top, #ff8237, #fd8f4d)
}
.btn-danger {
	padding: 12px 44px;
	font-weight: bold;
	color: #fff;
	border: none;
	background-color: #13bd49;
	background: -webkit-linear-gradient(top, #08d248, #13bd49);
	background: -moz-linear-gradient(top, #08d248, #13bd49);
	background: -ms-linear-gradient(top, #08d248, #13bd49);
	background: -o-linear-gradient(top, #08d248, #13bd49)
}
.btn-danger:hover {
	color: #fff;
	background-color: #0ba43b;
	background: -webkit-linear-gradient(top, #13bd49, #0ba43b);
	background: -moz-linear-gradient(top, #13bd49, #0ba43b);
	background: -ms-linear-gradient(top, #13bd49, #0ba43b);
	background: -o-linear-gradient(top, #13bd49, #0ba43b)
}
.message ul li {
	margin-bottom: 10px;
	line-height: 25px;
	padding-bottom: 10px;
	clear: both;
	position: relative;
	border-bottom: 1px dotted #ccc;
}
.message li p {
	padding-bottom: 5px;
	font-size: 14px;
}
.datetime {
	color: #999999;
	font-size: 12px;
	width: 120px;
	text-align: center;
	display: inline;
	float: right;
}
.para01 {
	display: inline-block;
	padding-bottom: 0px;
	font-size: 16px;
	font-family: "微软雅黑";
}
.para01 a {
	font-size: 16px;
}

/* 公告 */
.hot-news__right-header {
	float: right;
	margin: 0 auto 15px auto;
	width: 100%;
	padding: 5px 15px;
	box-sizing: border-box;
	background: #f5f5f5;
	overflow: hidden;
}
.notice-container__left {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
.notice-container__right {
	position: relative;
}
.notice-container__right .notice-box {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.notice-container__right .notice-box span {
	float: left;
	width: 50px;
}
.notice-container__right .notice-box ul {
	float: left;
	width: 800px;
}
/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.notice-container__right .bd .tempWrap {
	width:500px !important;
}
.notice-container__right .bd ul {
	overflow:hidden; zoom:1;
}
.notice-container__right .bd ul li {
	/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
	float: left;
	_display: inline;
	width: auto !important;
	margin-right: 20px;
	text-align:left;
}
.notice-container__right .bd ul li span { color:#999;  }
.notice-container__right .bd ul li a { color:#b60606;  }


.video-marquee {
	margin-top: 5px;
	position: relative;
	overflow: hidden;
}
.video-marquee .hd {
	display: none;
	height: 30px;
	overflow: hidden;
}

/*法务支持*/
.fwzccon {
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}
.fwzccon li {
	float: left;
	width: 129px;
	height: auto;
	margin-right: 15px;
	text-align: center;
}
.fwzccon li.pad0 {
	margin-right: 0;
}
.fwzccon li:last-child {
	margin-right: 0;
}
.fwzccon li .img-con {
	margin-bottom: 8px;
}
.fwzccon li img {
	width: 129px;
	height: 172px;
}
.fwzccon li .title {
	display: block;
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	overflow: hidden;
}
.fwzccon li .title.r {
	color: #ff0000;
}

/*名人书画*/
.mrshlist {
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}
.mrshlist li {
	float: left;
	width: 205px;
	height: auto;
	padding-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.mrshlist li.pad0 {
	padding-right: 0;
}
.mrshlist li:nth-child(2n+0) {
	padding-right: 0;
}
.mrshlist li .title {
	display: block;
	margin-top: 4px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.mrshlist li a {
	color: #fff;
}
.mrshlist li a:hover {
	color:#b60606;
}
.mrshlist li img {
	width: 205px;
	height: 135px;
}

.mrshlist1 {
	height: auto;
	overflow: hidden;
}
.mrshlist1 li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 10px 0 16px;
	border-bottom: 1px dotted #dedede;
	background: url(listnot.png) 0 13px no-repeat;
}
.mrshlist1 li a {
	position: relative;
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.mrshlist1 li a:hover {
	color:#b60606;
}
.mrshlist1 li.pad0 {
	padding-right: 0;
}
.mrshlist1 li:nth-child(2n+0) {
	padding-right: 0;
}

/* 分页 */
#pages { padding:14px 0 10px; font-family:宋体 }
#pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { background:url(pages.png) no-repeat 0 5px; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:22px; line-height:22px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }
/* 首页幻灯css */
.slideBox{ width:560px; height:362px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:560px; height:362px; display:block;  }

/* 首页 banner 切换 */
.slideBox_banner {
	position: relative;
	width: 1200px;
	height: 129px;
	overflow: hidden;
}

/* 前/后按钮代码 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

/* 首页选项卡 */
.hasMoreTab{ padding-top: 0px; }
.hasMoreTab .hd {padding-bottom: 30px;}
.hasMoreTab .hd .more{ float:right; padding-top: 8px;}
.hasMoreTab .hd ul{ z-index:5; position:absolute; height:46px;  overflow:hidden; zoom:1; }
.hasMoreTab .hd li{ float:left;  padding:10px 20px; cursor:pointer; margin-left:-1px;  font-size: 18px; color:#6e6e6e; }
.hasMoreTab .hd li.on{height:25px; line-height:25px; background:#fff; border-top:2px solid #ff0000;  color:#c00;  }
.hasMoreTab .bd{  padding:10px; clear:both; position:relative;  }
.hasMoreTab .bd h2{ font-size:14px; }

/* 图文专区 */
.col-title span {
	float: left;
	width: 300px;
}

.graphic-text-zone {
	position: relative;
	overflow: hidden;
}
.graphic-text-zone .hd {
	float: right;
	width: 100px;
	height: 30px;
	padding: 0 10px;
	overflow: hidden;
}
.graphic-text-zone .hd .prev,
.graphic-text-zone .hd .next {
	float:right;
	display:block;
	width:5px;
	height:9px;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
    cursor:pointer; background:url("arrow.png") 0 0 no-repeat;
}

.graphic-text-zone .hd .next {
	background-position:0 -50px;
}
.graphic-text-zone .hd .prevStop {
	background-position:-60px 0;
}
.graphic-text-zone .hd .nextStop {
	background-position:-60px -50px;
}
.graphic-text-zone .hd ul {
	float: right;
	zoom:1;
	margin-top:10px;
	overflow: hidden;
}
.graphic-text-zone .hd ul li {
	float:left;
	margin-right:5px;
	width:9px;
	height:9px;
	cursor:pointer;
	text-indent:-999px;
	overflow:hidden;
}
.graphic-text-zone .hd ul li.on {
	background-position: 0 0;
}
.graphic-text-zone .bd {
	width: 100%;
	overflow: hidden;
}
.graphic-text-zone .bd ul {
	zoom: 1;
	overflow: hidden;
}
.graphic-text-zone .bd ul li {
	float:left;
	_display:inline;
	margin-right: 8px;
	height: 230px;
	text-align:center;
	overflow:hidden;
}
.graphic-text-zone .bd ul li img {
	width: 285px;
	height: 190px;
}
.graphic-text-zone .bd ul li .title {
	display: block;
	margin-top: 10px;
	width: 286px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* 图片新闻 */
.gsgg .bd{ padding: 10px 0; }
.tpxwlist {}
.tpxwlist li {
	width: 175px;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}
.tpxwlist li.pad0{
	margin-right: 0;
}
.tpxwlist li:nth-child(2n+0) {
	margin-right: 0;
}
.tpxwlist li .title {
	display: block;
	width: 175px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	overflow: hidden;
}
.tpxwlist li p a:hover{color:#b60606;}
.tpxwlist li img {
	width: 175px;
	height: 100px;
}

.not-info {
	width: 100%;
	box-sizing: border-box;
	padding: 24px;
	line-height: 1.6;
	text-align: center;
	font-size: 16px;
	color: #999;
}

.pagination {
	margin-top: 32px;
	text-align: center;
	font-size: 0;
}
.pagination li {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	min-width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	font-size: 14px;
	margin: 0 5px;
	line-height: 30px;
}
.pagination li a,
.pagination li span {
	display: block;
	box-sizing: border-box;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	color: #666;
	text-align: center;
}
.pagination li a {
	cursor: pointer;
}
.pagination li.active,
.pagination li:hover {
	border: 1px solid #cf0d0d;
}
.pagination li.active a,
.pagination li.active span,
.pagination li a:hover {
	color: #cf0d0d;
}
.pagination li.disabled {
	border: 1px solid #e6e6e6;
	cursor: not-allowed;
}
.pagination li.disabled span,
.pagination li.disabled a {
	color: #ccc;
}