html,
body {
	font-size: 16px;
	font-family: "Microsoft YaHei UI";
	color: #333;
	line-height: 24px;
	min-width: 1300px;
	margin: 0;
	padding: 0;
}

div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #c00;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.main1300 {
	width: 1300px;
	margin: 0 auto;
}
.margin_t30{
    margin-top: 30px;
}
/* 导语 */
.jy_lead {
	margin-top: 26px;
}

.jy_headline_top {
	text-align: center;
}

.jy_headline_top a {
	display: block;
	font-size: 38px;
	font-weight: bold;
	line-height: 40px;
	padding: 8px 0 0 0;
	color: #002652;
}

.jy_headline_bottom {
	font-size: 18px;
	padding-top: 22px;
	text-align: center;
}

/*首页BOX1*/
.sybox1 {
	margin: 0 auto;
	width: 100%;
	height: 402px;
	margin-top: 40px;
}

/*焦点图*/
.focus_content {
	float: left;
	width: 673px;
	height: 379px;
	overflow: hidden;
	position: relative;
}

.focus_content .prev,
.focus_content .next {
	position: absolute;
	left: 0;
	top: 40%;
	display: block;
	width: 24px;
	height: 41px;
}

.focus_content .next {
	left: auto;
	right: 0;
	background-position: 8px 5px;
}

.focus_content .prev:hover,
.focus_content .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.focus_content .prevStop {
	display: none;
}

.focus_content .nextStop {
	display: none;
}

.focus_content .hd {
	height: 12px;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	right: 20px;
}

.focus_content .hd ul {
	zoom: 1;
	float: left;
}

.focus_content .hd ul li {
	cursor: pointer;
	width: 10px;
	height: 10px;
	display: block;
	text-indent: 20px;
	background: rgba(255, 255, 255, .4);
	float: left;
	margin: 0 0 0 10px;
	border-radius: 50%;
}

.focus_content .hd ul li.on {
	background: rgba(255, 255, 255, 1);
	width: 12px;
	height: 12px;
	margin-top: -1px;
}

.focus_content .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

.focus_content .bd li {
	zoom: 1;
}

.focus_content .bd img {
	width: 673px;
	height: 379px;
}

.focus_content .bd h3 {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 500px;
	margin-left: 20px;
	z-index: 111;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	opacity: .8;
}

.focus_content .bd div {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 56px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	z-index: 10;
}

.h_content {
	width: 593px;
	height: 80px;
	line-height: 80px;
	color: #FFFFFF;
	text-align: left;
	background: url(../images/hbj.png) no-repeat;
}

.h_content a b {
	float: left;
	font-size: 33px;
}

.h_content a {
	float: right;
	width: auto;
	padding: 0px 20px;
	font-size: 24px;
	color: #FFFFFF;
}

.h_content span {
	float: right;
	width: auto;

}

/*精选推荐*/
.jxtj_row {
	margin-top: 30px;
}

.jxtj_title {
	width: 56px;
	height: 240px;
	float: left;
	background-color: #cf0d0d;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	box-sizing: border-box;
	padding-top: 56px;
}

.jxtj_right {
	width: 1244px;
	height: 240px;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #f5f5f5;
}

.jxtj_right .hd {
	width: 1244px;
	position: absolute;
}

.jxtj_right .hd .prev,
.jxtj_right .hd .next {
	display: block;
	width: 19px;
	height: 37px;
}

.jxtj_right .hd .prev {
	float: left;
	margin: 90px 0 0 18px;
	cursor: pointer;
	background: url("../images/jxtj-arrow-prev.png") no-repeat;
}

.jxtj_right .hd .next {
	float: right;
	margin: 90px 18px 0 0;
	cursor: pointer;
	background: url("../images/jxtj-arrow-next.png") no-repeat;
}

.jxtj_right .bd {
	width: 1134px;
	padding: 30px 0 0;
	margin-left: 60px;
	overflow: hidden;
}

.jxtj_right .bd ul {
	overflow: hidden;
	zoom: 1;
}

.jxtj_right .bd ul li {
	width: 260px;
	margin: 0 30px 0 0;
	float: left;
	_display: inline;
	overflow: hidden;
}

.jxtj_right .bd ul li .pic {}

.jxtj_right .bd ul li .pic img {
	width: 260px;
	height: 156px;
	display: block;
}

.jxtj_right .bd ul li .title {
	padding: 8px 10px 0;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    overflow: hidden;
}

.jxtj_right .bd ul li a:hover .title {
	color: #cf0d0d;
}

/*头部*/
.top_logo_row {
	margin: 0 auto;
	width: 100%;

}

.main1300 {
	width: 1300px;
	margin: 0 auto;
}

.head_top {
	height: 122px;
	margin-bottom: 30px;
}

.head_logo {
	float: left;
	line-height: 122px;
	display: flex;
	padding-top: 26px;
	align-items: center;
}

.head_logo img {
	float: left;
}

.head_logo span {
	padding-left: 15px;
	font-size: 28px;
	font-weight: bold;
	color: #c2191f;
}

.head_right {
	width: 918px;
	float: right;
}

.search_left {
	width: 258px;
	height: 34px;
	float: left;
	border: 1px solid #bbb;
	margin: 53px 0 0 0;
	border-radius: 17px;
	overflow: hidden;
}

.search_left input {
	width: 217px;
	height: 34px;
	border: none;
	outline: none;
	padding: 0 10px 0 12px;
	box-sizing: border-box;
	font-size: 16px;
	color: #afafaf;
	float: left;
}

.search_left button {
	width: 40px;
	height: 34px;
	border: none;
	background: url("../images/search-img.jpg") no-repeat;
	outline: none;
}

.search_right {
	float: right;
	margin-top: 46px;
}

.search_right i {
	width: 1px;
	height: 22px;
	background-color: #888;
	margin: 3px 20px 0;
	float: left;
}

.search_right div {
	font-size: 22px;
	float: left;
	line-height: 28px;
}

.search_right div a {
	display: block;
	padding-left: 35px;
	color: #555;
}

.search_right div a:hover {
	color: #cf0d0d;
}

.search_right div.icon1 a {
	background: url("../images/head-icon1.jpg") left 1px no-repeat;
}

.search_right div.icon1 a:hover {
	background: url("../images/head-icon1-now.jpg") left 1px no-repeat;
}

.search_right div.icon2 a {
	background: url("../images/head-icon2.jpg") left 1px no-repeat;
}

.search_right div.icon2 a:hover {
	background: url("../images/head-icon2-now.jpg") left 1px no-repeat;
}

.search_right div.icon3 a {
	background: url("../images/head-icon3.jpg") left 1px no-repeat;
}

.search_right div.icon3 a:hover {
	background: url("../images/head-icon3-now.jpg") left 1px no-repeat;
}

.search_right div.icon3 {
	position: relative;
}

.search_right div.icon3 b {
	width: 149px;
	height: 140px;
	background: url("../images/head-ewm.png") no-repeat;
	position: absolute;
	right: -160px;
	top: -12px;
	z-index: 100;
	display: none;
}

.search_right div.icon3 b img {
	width: 130px;
	height: 130px;
	margin: 6px 0 0 15px;
}

.search_right div.icon3:hover b {
	display: block;
}

/*导航*/
.top_nav {
	margin: 0 auto;
	height: 60px;
	background-color: #cf0d0d;
	width: 100%;
	margin-bottom: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav_in {
	width: 1300px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}

.nav_in a {
	color: #fff;
}

.nav_in .nLi {
	float: left;
	position: relative;
	display: inline;
}

.nav_in .nLi h3 {
	float: left;
	width: 130px;
	text-align: center;
}

.nav_in .nLi h3 a {
	display: block;
	font-size: 20px;
}

.nav_in .nLi h3 a:hover {
	background: #a60303;
}

.nav_in .on h3 a {
	background: #a60303;
}

.nav_in h3 a img {
	padding-left: 10px;
}

.nav_in .sub {
	display: none;
	width: 113px;
	left: 0;
	top: 60px;
	position: absolute;
	background: #fff;
	line-height: 36px;
	padding: 15px 0;
	box-shadow: 0 4px 10px #e2e2e2;
}

.nav_in .sub li {
	zoom: 1;
}

.nav_in .sub a {
	display: block;
	padding: 0 30px;
	color: #cf0d0d;
	font-size: 20px;
}

.nav_in .sub a:hover {
	background: #cf0d0d;
	color: #fff;
}

.nav_in .sub li+li {
	margin-top: 8px;
}

/* 浮动框 */
.fdk_row {
	width: 100px;
	height: 600px;
	position: fixed;
	top: 50%;
	right: 46px;
	z-index: 1000;
	margin-top: -208px;
}

.fdk_row a {
	width: 100px;
	height: 108px;
	border: 1px solid #f5f5f5;
	display: block;
	position: relative;
}

.fdk_row a+a {
	margin-top: 3px;
}

.fdk_row a:nth-child(1) {
	background: #f5f5f5 url(../images/fdk-icon1.png) no-repeat;
}

.fdk_row a:nth-child(1):hover {
	background: #fff url(../images/fdk-icon1.png) no-repeat;
	border: 1px solid #e9e9e9;
}

.fdk_row a:nth-child(2) {
	background: #f5f5f5 url(../images/fdk-icon2.png) no-repeat;
}

.fdk_row a:nth-child(2):hover {
	background: #fff url(../images/fdk-icon2.png) no-repeat;
	border: 1px solid #e9e9e9;
}

.fdk_row a:nth-child(3) {
	background: #f5f5f5 url(../images/fdk-icon3.png) no-repeat;
}

.fdk_row a:nth-child(3):hover {
	background: #fff url(../images/fdk-icon3.png) no-repeat;
	border: 1px solid #e9e9e9;
}
.fdk_row a:nth-child(4) {
        background: #f5f5f5 url(../images/fdk-icon4.png) no-repeat;
}

.fdk_row a:nth-child(4):hover {
    background: #fff url(../images/fdk-icon4.png) no-repeat;
    border: 1px solid #e9e9e9;
}
.fdk_row a:nth-child(4):hover span {
    display: block;
}

.fdk_row a span {
	width: 140px;
	height: 122px;
	position: absolute;
	left: -140px;
	top: -5px;
	background: url(../images/ewm-bg.png) no-repeat;
	display: none;
}

.fdk_row a span img {
	width: 100px;
	height: 100px;
	padding: 11px;
}

.fdk_row a:nth-child(1):hover span {
	display: block;
}

.fdk_row a:nth-child(2):hover span {
	display: block;
}

.fdk_row a:nth-child(3):hover span {
	display: block;
}

/* foot */
.footer_bottom {
	margin: 0 auto;
	width: 100%;
	background-color: #f8f8f8;
	text-align: center;
	line-height: 34px;
	padding: 20px 0;
	margin-top: 50px;
}

.footer_bottom p img {
	padding: 0 6px;
}

.footer_bottom div img {
	margin: 4px 12px 0;
}

/*要闻*/
.focus_right {
	width: 590px;
	float: right;
}

.title_row {
	margin: auto;
	border-top: 1px solid #d9d9d9;
	padding-top: 16px;
}

.title_row p {
	float: left;
	font-size: 26px;
}

.title_row p img {
	float: left;
	padding-right: 10px;
}

.title_row a {
	float: right;
	font-size: 14px;
	color: #888;
}

.title_row a:hover {
	color: #cf0d0d;
}

.zwgktit {
	float: right;
	width: auto;
}

.zwgktit li {
	float: left;
	width: auto;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	color: #7d8386;
	padding: 0 15px;
}

.zwgktit li.on {
	background: #d1090f;
	height: 33px;
	line-height: 33px;
	color: #FFFFFF;
}

/*焦点图右侧*/
.nr_right {
	width: 590px;
}

.nr_r {
	margin: auto;
	width: 590px;
	height: 242px;
	overflow: hidden;
	padding-top: 10px;
}
.nr_r ul {
	height: 223px;
	overflow: hidden;
}
.nr_r ul li {
	float: left;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
}

.nr_r ul li a {
	color: #333;
}

.boxlast {
	margin: 0 auto;
	width: 100%;
	padding-top: 16px;
	margin-top: 20px;
	overflow: hidden;
}

/*办事服务*/
.outBox_bsfw {
	width: 1300px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	margin-top: 18px;
}

.outBox_bsfw .hd {
	height: 44px;
	line-height: 44px;
	background: #f5f5f5;
	padding: 0 20px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}

.outBox_bsfw .hd ul {
	float: left;
	position: absolute;
	left: -1px;
	top: -1px;
	height: 44px;
}

.outBox_bsfw .hd ul li {
	float: left;
	padding: 0 40px;
	cursor: pointer;
	line-height: 44px;
	font-size: 20px;
	color: #666;
}

.outBox_bsfw .hd ul li.on {
	height: 44px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	color: #cf0d0d;
}

.inBox_bsfw .inHd {
	width: 60px;
	height: 44px;
	margin: 0 auto;
	padding: 20px 0 10px;
}

.inBox_bsfw .inHd .sPrev,
.inBox_bsfw .inHd .sNext {
	display: block;
	width: 10px;
	height: 20px;
	margin-top: 14px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	opacity: 0.5;
}

.inBox_bsfw .inHd .sPrev {
	background: url("../images/bsfw-arrow-prev.jpg") no-repeat;
}

.inBox_bsfw .inHd .sNext {
	background: url("../images/bsfw-arrow-next.jpg") no-repeat;
	float: right;
}

.inBox_bsfw .sPrev:hover,
.inBox_bsfw .sNext:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.inBox_bsfw .inBd .ulWrap li {
	float: left;
	width: 14.28%;
	text-align: center;
	padding-top: 40px;
}

.inBox_bsfw .inBd .ulWrap li img {
	width: 66px;
	height: 66px;
}

.inBox_bsfw .inBd .ulWrap li p {
	padding-top: 6px;
}

/*视听中心*/
.stls_row {
	padding-top: 20px;
}

.stls_in {
	float: left;
	width: 100%;
	margin-top: 20px;
	position: relative;
}

.stls_in .hd {}

.stls_in .hd .prev,
.stls_in .hd .next {
	display: block;
	width: 19px;
	height: 48px;
	cursor: pointer;
	position: absolute;
	top: 62px;
	z-index: 2;
}

.stls_in .hd .prev {
	left: 0;
	background: url("../images/stls-arrow-prev.png") no-repeat;
}

.stls_in .hd .next {
	right: 0;
	background: url("../images/stls-arrow-next.png") no-repeat;
}

.stls_in .bd {
	overflow: hidden;
}

.stls_in .bd ul {
	overflow: hidden;
	zoom: 1;
}

.stls_in .bd ul li {
	width: 300px;
	margin: 0 33px 0 0;
	float: left;
	_display: inline;
	overflow: hidden;
}

.stls_in .bd ul li .pic {
	width: 300px;
	height: 168px;
	position: relative;
}

.stls_in .bd ul li .pic img {
	width: 300px;
	height: 168px;
}

.stls_in .bd ul li .pic span {
	display: block;
	width: 300px;
	height: 168px;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.stls_in .bd ul li .pic i {
	width: 50px;
	height: 50px;
	display: block;
	background: url("../images/video-icon.png") no-repeat;
	position: absolute;
	left: 124px;
	top: 60px;
	z-index: 2;
}

.stls_in .bd ul li p {
	font-size: 18px;
	padding-top: 12px;
	text-align: center;
}

.stls_in .bd ul li a:hover p {
	color: #cf0d0d;
}

/*公示公告/人文艺术/资讯推荐*/
.gjxw_row {
	margin-top: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.xxsk_in {
	width: 406px;
}

.title_row {
	border-top: 1px solid #d9d9d9;
	padding-top: 16px;
}

.title_row p {
	float: left;
	font-size: 26px;
}

.title_row p img {
	float: left;
	padding-right: 10px;
}

.title_row a {
	float: right;
	font-size: 14px;
	color: #888;
}

.title_row a:hover {
	color: #cf0d0d;
}

ul.font_row {
	line-height: 38px;
	padding-top: 16px;
	font-size: 16px;
}

ul.font_row li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*绥宁新闻*/
.sn_left {
	width: 854px;
	float: left;
	margin: 30px 0 20px 0;
}

.snk {
	width: 100%;
}

.snkr {
	float: right;
	width: 376px;
}

.snkl {
	float: left;
	width: 434px;
	padding-top: 28px;
}

.snkl-top {
	float: left;
	width: 434px;
	height: 238px;
	position: relative;
}

.snkl-top img {
	width: 434px;
	height: 238px;
}

.snkl-top span {
	width: 100%;
	height: 48px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify;
	overflow: hidden;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}

.snkl-tom {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.snkl-img {
	width: 206px;
	height: 119px;
}

.snkl-img img {
	width: 100%;
	height: 100px;
}

/*热点新闻*/
.honew_right {
	width: 407px;
	float: right;
	margin: 30px 0 20px 0;
}

.imgsayk {
	width: 1300px;
	margin: 0 auto;
	padding-top: 20px;
}

.imgsay {
	float: right;
	width: 628px;
	height: 320px;
	float: right;
	display: flex;
	flex-flow: row wrap;
	align-content: space-between;
	justify-content: space-between;
}

.imgsayl {
	float: left;
	width: 652px;
	height: 320px;
	position: relative;
}

.imgsayl img {
	width: 652px;
	height: 320px;
}

.imgsayl span {
	width: 100%;
	height: 48px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify;
	overflow: hidden;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}

.mf_in_row {
	width: 308px;
	height: 155px;
	position: relative;

}

.mf_in_row img {
	width: 308px;
	height: 155px;
}

.mf_in_row p {
	width: 100%;
	height: 48px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify;
	overflow: hidden;
	text-align: center;
}

.footer_bottom {
	width: 100%;
	float: left;
	background-color: #f8f8f8;
	text-align: center;
	line-height: 34px;
	padding: 20px 0;
	margin-top: 50px;
}

.footer_bottom p img {
	padding: 0 6px;
}

.footer_bottom div img {
	margin: 12px 4px 0;
}

/*友情链接*/
/*子网站链接、合作媒体、友情链接*/
.link_content{
    border-top: 1px solid #eee;
    padding-top: 20px;
	margin-top:30px;
}
.link_content .hd{
    float:left;
    width:100%;
    height: 32px;
    line-height: 32px;
}
.link_content .hd ul{}
.link_content .hd ul li{
    float: left;
    padding: 0 10px;
    cursor: pointer;
    font-size: 18px;
}
.link_content .hd ul li+li{
    margin-left: 8px;
}
.link_content .hd ul li.on{
    background: #cf0d0d;
    color: #fff;
    border-radius: 3px;
}
.link_content .bd ul{
    float:left;
    width:100%;
    padding: 15px 0 0;
    zoom: 1;
    font-size: 16px;
}
.link_content .bd li{
    height: 18px;
    line-height: 18px;
    padding: 0 20px 0 0;
    float: left;
    margin-top: 15px;
}
.link_content .bd li+li{
    border-left: 1px solid #cdcbcb;
    padding-left: 20px;
}