a,
a:hover {
	text-decoration: none;
}

img,
a {
	border: none;
}

ul,
li {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

body {
	font-family: "微软雅黑", "黑体", "STHeiti", "Microsoft YaHei";
	font-size: 16px;

}

.clear {
	clear: both;
}

.space {
	height: 40px;
	width: 100%;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: linear-gradient(to right, #6d010b, #940110, #6d010b);
}

.header>.container {
	background: url("../images/top-bg.png") no-repeat 300px bottom;
	background-size: auto 90%;
	background-position-x: center;
	padding: 15px 0px;
	padding-bottom: 0px;
}

/*左侧logo*/
.header .left {
	width: 5%;
	float: left;
}

.header .left a img {
	height: 64px;
	margin-top: 10px;
}

.header .left .img2 {
	display: none;
}

/*右侧*/
.header .nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	display: block;
	float: right;
}

.header .navbar_nav li {
	float: left;
	position: relative;
	display: block;
	line-height: 64px;
}

.header .navbar_nav li:hover:after {
	width: 100%;
}

.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 20px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 17px;
}

.header .navbar_nav li:hover a {
	color: #ffd407;
}

.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}

.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url() no-repeat;
	background-size: 100% 100%;
	display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 64px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 190px;
	left: 50%;
	margin-left: -90px;
	border-top: 2px solid #ffd407;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 16px;
	color: #666;
	padding: 0px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #333;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: #26478d;
}

.btn-all {
	text-align: right;
	font-size: 12px;
	opacity: 0.8;
	padding-right: 20px;
	padding-bottom: 30px;
}

.status {
	display: inline;
	padding-right: 0px;
}

.status span {
	display: inline-block;
	padding: 10px 5px;
	padding-bottom: 0px;
}

.status span a {
	color: #fff;
	display: inline-block;
	padding: 0px 15px;
	line-height: 32px;
	opacity: 0.8;
	border: 1px solid #8a3b43;
}

.xmu a {
	background: #6d010b;
}

.xwtg a {
	background: #4b1938;
}

.f-search {
	color: #333;
	margin-top: 25px;
	margin-bottom: 0px;
	padding: 10px 10px;
	display: inline;
	background: none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
}

.f-search input[type="text"] {
	width: 0px;
	height: 24px;
	display: inline;
	background: none;
	border: 0px;
	transition: all 0.5s;
}

.f-search button {
	width: 24px;
	height: 24px;
	background: none;
	text-align: center;
	color: #fff;
	line-height: 24px;
	display: inline;
	border: 0px;
}

.f-search i {
	font-size: 14px;
	color: #fff;
}

.f-search2 {
	padding-top: 15px;
	padding-left: 15px;
}

.f-search2 input[type="text"] {
	width: 200px;
	height: 32px;
	display: inline;
	background: #d7d7d7;
	transition: all 0.5s;
	border: 0px;

	/*20200820*/
	color: #333;
}

.f-search2 button {
	width: 32px;
	height: 32px;
	background: #0d2f6e;
	text-align: center;
	color: #fff;
	line-height: 24px;
	display: inline;
	border: 0px;
}

.f-search2 i {
	font-size: 14px;
	color: #fff;
}

.m_nav .status {
	padding-left: 15px;
	padding-top: 15px;
}

.m_nav .status span a {
	width: 100%;
	display: block;
}

/*白色背景的头部*/
.header.on {
	background: #fff;
	height: 155px;
}

.header.on>.container {
	background: none;
}

.header.on .left .img1 {
	display: none;
}

.header.on .left .img2 {
	display: block;
}

.header.on .status span a {
	color: #B3B3B3;
}

.header.on .en {
	color: #B3B3B3;
	border-left: 1px solid #B3B3B3;
}

.header.on .f-search {
	color: #B3B3B3;
}

.header.on .en a {
	color: #B3B3B3;
}

.header.on .f-search input[type="text"] {
	background: #f5f5f5;
	/*20200819*/
	color: #333;
}

.header.on .f-search button {
	color: #f5f5f5;
}

.header.on .f-search i {
	color: #B3B3B3;
}

.header.on .navbar_nav li a {
	color: #333;
}

.header.on .navbar_nav li:hover a {
	color: #26478d;
}

#navToggle {
	display: none;
}

.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .ul {
	margin-top: 30px;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(7) {
	-webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(8) {
	-webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	width: 100%;
}

.m_nav .ul li .dropdown_menu {
	display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}


.main {
	width: 100%;
	margin-top: 123px;
	padding: 50px 0px;
}

/*焦点新闻、媒体南湖*/
.focus {
	padding-left: 0px;
	padding-right: 0px;
}

.top-news-img {
	width: 100%;
}

.top-news-img img {
	width: 100%;
}

.top-news-container {
	width: 100%;
	overflow: hidden;
}

.top-news-pagination {
	position: absolute;
	z-index: 99;
}

.top-news-con {
	background: #fff;
	width: 100%;
	padding: 10px;
	height: 47px;
	border: 1px solid #e6e6e6;
	display: flex;
	justify-content: space-between;
}

.top-news-title {
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;
	display: block;
}

.top-news-title a,
.nhdt-item-title a,
.xflt-item-title a,
.xsjz-item-title a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.top-news-title a:hover,
.nhdt-item-title a:hover,
.xflt-item-title a:hover,
.xsky-item-title a:hover {
	color: #aa0018;
}

/*2020/08/12 开始*/
.top-news-detail,
.nhdt-item-detail,
.xflt-item-detail {
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #828282;
	font-size: 14px;
}

/*2020/08/12 结束*/
.focus-item-date {
	font-size: 16px;
	text-align: right;
	margin-top: 13px;
	margin-bottom: 5px;
	color: #c1c1c1;
}

.top-news-date {
	font-size: 16px;
	text-align: right;
	width: 150px;
	color: #c1c1c1;

}

.mtnh-item-date,
.nhdt-item-date,
.xflt-item-date {
	font-size: 16px;
	text-align: right;
	color: #c1c1c1;
}

.top-news-date i,
.focus-item-date i,
.mtnh-item-date i,
.nhdt-item-date i,
.xflt-item-date i {
	color: #ff9a0a;
	margin-right: 3px;
}

.top-news-all {
	padding: 0 8px;
}

/*2020/08/12 开始*/
.focus-title,
.mtnh-title,
.nhxb-title,
.bfxy-title,
.xflt-title,
.qxcl-title,
.whxd-title {
	width: 168px;
    color: #8c0000;
    text-align: left;
    font-size: 26px;
    line-height: 42px;
    border-bottom: 1px solid #8c0000;
    margin-bottom: -1px;
    position: relative;
    z-index: 9;
}

.whxd {
	width: 100%;
	margin-top: 35px;
}

.line {
	height: 1px;
	width: 100%;
	background: #B6B6B6;
}

.focus .more,
.mtnh .more,
.nhxb .more,
.bfxy .more,
.xflt .more,
.qxcl .more {
	float: right;
	margin-top: -30px;
	font-size: 12px;
}

.focus .more a,
.mtnh .more a,
.nhxb .more a,
.bfxy .more a,
.qxcl .more a {
	color: #B6B6B6;
	font-size: 18px
}

.nhdt .more {
	margin-top: 12px;
	float: right;
	font-size: 12px;
}

/*20200820*/
.nhdt .more a {
	color: #fff;
	background: #e93535;
	width: 56px;
	line-height: 24px;
	display: block;
	text-align: center;
}

/*2020/08/12 结束*/

.mtnh-item {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
}

.focus-item {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 21px;
}

.focus-item-date,
.mtnh-item-date,
.xsjz-item-date {
	text-align: left;
}

.focus-item-title,
.mtnh-item-title,
.nhxb-item-title {
	line-height: 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;
	display: block;
	font-size: 18px;
}

.focus-item-title a,
.mtnh-item-title a,
.nhxb-item-title a {
	color: #333;
}

.focus-item-title a:hover,
.mtnh-item-title a:hover,
.nhxb-item-title a:hover,
.bfxy-item a:hover,
.qxcl-item-title a:hover {
	color: #aa0018;
}

.nhxb,
.bfxy {
	width: 100%;
	/* margin-top: 35px; */
}

.nhxb-item {
	margin-top: 15px;
}

.nhxb-ittem {
	border-bottom: 1px solid #e6e6e6;
	line-height: 42px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;
	display: block;
}

.nhxb-ittem .nhxb-item-title {
	text-align: left;
}

.nhxb-ittem a {
	color: #143372;
}

.nhxb-item-img {
	width: 100%;
	display: flex;
	justify-content: center;
}

.nhxb-item-img img {
	width: 75%;
}

.nhxb-item-title {
	line-height: 42px;
	text-align: center;
}

.nhxb-item-detail {
	line-height: 24px;
	height: 310px;
	overflow: hidden;
	color: #828282;
	font-size: 14px;
	text-overflow: ellipsis;
}

/*banner*/
.nhdt,
.xyfg {
	margin-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
}

.banner-container{
	display: flex;
	margin-top: 25px;
}

.banner-item {
	width: 100%;
	padding: 10px;
	overflow: hidden;
}

.banner-item img {
	width: 100%;
	height: 120px;
}

/*综合新闻*/
.nhdt-title {
	width: 100%;
	background: url(../images/nhdt-bg.jpg) no-repeat;
	padding: 20px;
	background-size: cover;
}

.nhdt-title img,
.xyfg-title img {
	max-height: 48px;
}

.nhdt-item {
	margin-top: 15px;
	border: 1px solid #e6e6e6;
	padding: 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.nhdt-item:hover {
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow: 0 0 20px #a1a1a1;
	-o-box-shadow: 0 0 20px #a1a1a1;
	-moz-box-shadow: 0 0 20px #a1a1a1;
}

.nhdt .col-md-4:nth-child(3n+1) {
	padding-left: 0px;
}

.nhdt .col-md-4:nth-child(3n) {
	padding-right: 0px;
}

.nhdt .col-md-4:nth-child(3n+2) {
	padding-right: 8px;
	padding-left: 7px;
}

.nhdt-item-img,
.nhdt-item-img img {
	width: 100%;
}

.nhdt-item-img{
	position: relative;
	height: 0;
	padding-top: 66.6%;
}

.nhdt-item-img img {
	height: 100%;
	position: absolute;
	top: 0;
}

.nhdt-item-title,
.xflt-item-title {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
}

.nhdt-item-detail {
	margin-top: 10px;
}

/*探索发现*/
.xyfg-title {
	background: url(../images/xyfg-bg.jpg) no-repeat;
	background-size: cover;
	padding: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xyfg-title a {
	color: #fff;
	background: #e93535;
	width: 56px;
	line-height: 24px;
	display: block;
	text-align: center;
}

.xflt-img {
	padding-left: 0px;
	padding-right: 0px;
}

.xflt-img img {
	width: 100%;
}

.xflt-item {
	margin-top: 25px;
}

.xflt-item-detail {
	line-height: 24px;
	height: 48px;
}

.xflt-item-title {
	margin-top: 0px;
}

.xflt-title,
.qxcl-title {
	margin-top: 15px;
}

.xflt-all {
	padding-top: 15px;
}

.xsjz-con {
	margin-top: 15px;
}

.picScroll-top {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.picScroll-top .cd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-top .cd ul li {
	text-align: left;
	zoom: 1;
	height: 137px;
	padding: 0px 10px;
}

.picScroll-top .cd ul li:nth-child(even) {
	background: #f3f3f3;
}

.xsjz-item-date {
	font-size: 16px;
	text-align: left;
	color: #ff9a0a;
}

.xflt-item-title,
.xsjz-item-title {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.xsjz-item-type {
	background: #abb3c3;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	line-height: 28px;
	color: #fff;
	width: 120px;
	text-align: center;
	margin-top: 10px;
}

.xsjz-item-local,
.xsjz-item-person {
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
	color: #a6a6a6;
}

.xsjz-item-local i,
.xsjz-item-person i {
	color: #ff9a0a;
}

.xsjz-h {
	height: 15px;
}

/*南强风采*/
/*20200820*/
.bfxy-img {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.height66{
	height: 0;
	padding-top: 66.6%;
}

.bfxy-img #pic {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.bfxy-img #pic ul {
	width: 100%;
	float: left;
}

.bfxy-img #pic li {
	width: 100%;
	float: left;
	position: relative;
}

.bfxy-img #pic li img {
	float: left;
}

.bfxy-img .tip-bg {
	width: 100%;
	height: 36px;
	background: url(../images/focus_tip_bg.png) repeat left top;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 12;
}

.bfxy-img #tip {
	width: 72px;
	height: 14px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 13;
}

.bfxy-img #tip ul li {
	width: 14px;
	height: 14px;
	float: left;
	display: inline;
	margin: 0 5px;
	cursor: pointer;
	background: url(../images/focus_tip.png) no-repeat;
	background-size: 14px;
}

.bfxy-img #tip ul li.on {
	background: url(../images/focus_tip_current.png) no-repeat;
	background-size: 14px;
}

.bfxy-img-title {
	left: 0;
	transform: translate(0px, -100%);
	background-color: #000000c8;
}

.bfxy-img-title a {
	color: #fff;
}

.whxd-img-title a {
	color: #2c2c2c;
}

.whxd-img-title {
	margin-top: 10px;
}

.whxd-all {
	margin-top: 15px;
	overflow: hidden;
}

.bfxy-container li {
	display: flex;
	flex-direction: column;
}

.bfxy-container {
	margin-top: 15px;
	width: 100%;
	height: 0;
	padding: 0 0 75%;
	overflow: hidden;
}

.bfxy-button {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -7%;
}


.bfxy-all {
	height: 0;
	padding-bottom: 240px;
}

.bfxy-item {
	border-bottom: 1px solid #e6e6e6;
	line-height: 42px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;
	display: block;
}

.bfxy-item a {
	color: #143372;
}

/*群贤长廊*/
.qxcl {
	margin-top: 30px;
}

.qxcl-item-img {
	width: 100px;
	height: 100px;
	border-radius: 15px;
	overflow: hidden;
}

.qxcl-item {
	padding-top: 15px;
}

.qxcl-item-left {
	padding-left: 0px;
}

.qxcl-item-right {
	padding-right: 0px;
}

.qxcl-item-img img {
	height: 100%;
	width: 100%;
}

.qxcl-item-title {
	width: 100%;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 25px;
}

.qxcl-item-title a {
	color: #143372;
}

/*工作动态*/
.lm-all {
	padding-top: 10px;
	padding-bottom: 10px;
}

.news-item {
	width: 100%;
	background: #fff;
	padding: 15px;
	margin-top: 30px;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	-o-box-shadow: 0 0 10px #a1a1a1;
	-moz-box-shadow: 0 0 10px #a1a1a1;
}

.news-item-title {
	font-size: 28px;
	font-weight: bold;
	color: #8c0000;
	padding: 0px;
	text-align: left;
	line-height: 42px;
	border-bottom: 1px solid #B6B6B6;
}

.news-a-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;
	line-height: 42px;
}

.news-a-title a {
	color: #333;
}

.news-a-title a:hover {
	color: #aa0018;
}

.news-date {
	text-align: right;
	line-height: 42px;
}

.news-item .col-md-9 {
	padding-right: 0px;
	padding-left: 0px;
}

.news-item .col-md-3 {
	padding-right: 0px;
}

.news-more {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}

.news-more a {
	color: #333;
	display: block;
	width: 80px;
	line-height: 32px;
	border: 1px solid #333;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	font-size: 12px;
	float: right;
	text-align: center;
}

.news-more a:hover {
	color: #ffffff;
	background-color: #333;
}

/*专题*/
.zt-img {
	margin-top: 35px;
}

.zt-img li {
	margin-top: 20px;
}

.zt-img li img {
	width: 100%;
}

/*专题专栏*/
.ztzl {
	margin-top: 30px;
}

.ztzl-title {
	background: url() no-repeat;
	text-align: right;
	padding: 0px;
	padding-right: 70px;
	height: 100%;
	background-size: 100%;
}

.ztzl-more {
	position: absolute;
	right: 35px;
	bottom: 15px;
	width: 24px;
	background: rgb(255, 255, 255, 0.8);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
}

.ztzl-more a {
	color: #13306c;
}

.ztzl-item {
	padding: 0px;
	overflow: hidden;
}

.ztzl-item-img {
	width: 100%;
	position: relative;
}

.ztzl-item-img img {
	width: 100%;
}

/*2020/08/12 开始*/
.ztzl-bg {
	width: 100%;
	background: rgb(146, 59, 186, 0.8);
	position: absolute;
	top: 75%;
	box-sizing: border-box;
	transition: all 0.2s ease-out 0s;
}

.ztzl-item:nth-child(1) .ztzl-bg {
	background: url("../images/ztxw-bg-01.png") repeat;
}

.ztzl-item:nth-child(2) .ztzl-bg {
	background: url("../images/ztxw-bg-02.png") repeat;
}

.ztzl-item:nth-child(3) .ztzl-bg {
	background: url("../images/ztxw-bg-03.png") repeat;
}

.ztzl-item:nth-child(4) .ztzl-bg {
	background: url("../images/ztxw-bg-04.png") repeat;
}

.ztzl-item:nth-child(5) .ztzl-bg {
	background: url("../images/ztxw-bg-05.png") repeat;
}

.ztzl-item:nth-child(6) .ztzl-bg {
	background: url("../images/ztxw-bg-06.png") repeat;
}

.ztzl-item:nth-child(7) .ztzl-bg {
	background: url("../images/ztxw-bg-07.png") repeat;
}

.ztzl-item:nth-child(8) .ztzl-bg {
	background: url("../images/ztxw-bg-08.png") repeat;
}

.ztzl-item-title a {
	color: #fff;
}

.zt-more {
	width: 100%;
	text-align: center;
}

.zt-more a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -40px;
	border: 1px solid #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	width: 80px;
	line-height: 36px;
	font-size: 14px;
}

/*2020/08/12 结束*/

.ztzl-con {
	width: 100%;
	padding: 20px;
	color: #fff;
	position: absolute;
	top: 75%;
	box-sizing: border-box;
	transition: all 0.2s ease-out 0s;
}

.ztzl-item-title {
	font-size: 18px;
	margin-bottom: 15px;
	border-left: 5px solid #fff;
	line-height: 24px;
	padding-left: 15px;
}

.ztzl-nr li {
	width: 100%;
	line-height: 32px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;
	display: block;
}

.ztzl-nr li a {
	color: #fff;
}

.ztzl-item:hover .ztzl-bg {
	top: 0;
	transform: none;
}

.ztzl-item:hover .ztzl-con {
	top: 0;
	transform: none;
}

/*footer*/
.footer {
	background: url("http://www.skinillnesses.com/news/images/footer-bg.jpg") no-repeat;
	width: 100%;
	background-size: 100%;
	margin: 50px 0 -50px;    background-position-y: -282px;
}

/*2020/08/12 开始*/
.footer1 {
	width: 100%;
	background: linear-gradient(to right, #6d010ced, #940110cc, #6d010bed);
	background-size: 100%;
	padding-top: 100px
}

.footer-link{
	height: 30px;
	width: 100%;
	position: absolute;
	transform: translate(0, -100%);
	background-color:#810f13 ;
}

.footer-link ul{
	width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
	margin: auto;
    height: 100%;
}

.footer-link ul a{
	color: white;
}

.footer-link ul a:hover{
	color: #aa0018;
}

.footimg {
	position: absolute;
	right: 290px;
	top: 2805px;
	width: 250px;
}

/*2020/08/12 结束*/

.footer-item {
	border-right: 1px solid #fff;
	min-height: 200px;
}

.links,
.xyfw {
	padding-left: 50px;
	min-height: 200px;
}

.links {
	border-right: 1px solid #fff;
}

.link-title {
	font-size: 18px;
	line-height: 42px;
	color: #fff;
	margin-bottom: 15px;
}

.links li,
.xyfw li {
	text-align: left;
	line-height: 30px;
}

.links li a,
.xyfw li a {
	color: #fff;
}

.links li a:hover,
.xyfw li a:hover {
	color: #aa0018;
}

.footer-icons {
	padding-bottom: 30px;
	padding-top: 30px;
}

.footer-icons li {
	display: inline-block;
	padding-left: 5px;
}

.footer-icons .icon-item img {
	height: 42px;
}

.footer-logo {
	margin-top: 30px;
}

.footer-logo img {
	max-width: 300px;
}

.footer-btns li a {
	width: 120px;
	text-align: center;
	line-height: 42px;
	background: #216cdb;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	color: #fff;
	display: block;
	margin-top: 20px;
}

.footer-btns li a:hover {
	background: #f97650;
}

.copyright {
	width: 100%;
	text-align: center;
	line-height: 64px;
	color: #fff;
	background: #333;
	margin-top: 30px;
}

.icon-item {
	position: relative;

}

.wb-code {
	position: absolute;
	z-index: 99;
	bottom: 50%;
	padding: 10px;
	width: 105px;
	height: 105px;
	margin-left: -30px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.2s ease-out 0s;
}

.wb-code:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	font-size: 0;
	border-top-color: #fff;
}

.wb-code img {
	width: 100%;
}

.footer-icons li:hover .wb-code {
	visibility: visible;
	opacity: 1;
	transform: none;
}


@media(min-width:1600px) {

	.header>.container,
	.nav>.container,
	.main>.container,
	.footer1 .container {
		width: 70%;
	}

	/*2020/08/12 开始*/
	.jdxw .col-md-7 {
		width: 55%;
	}

	.jdxw .col-md-5 {
		width: 45%;
	}

	.focus-item{
		border-bottom: 1px solid #e3e3e3;
		padding-bottom: 13px;
		margin-top: 12px;
	}
	.mtnh-item {
		border-bottom: 1px solid #e3e3e3;
		padding-bottom: 9px;
		margin-top: 8px;
	}
}

@media(max-width:1599px) {

	.header>.container,
	.nav>.container,
	.main>.container,
	.footer1 .container {
		width: 95%;
	}

	.qxcl-item-img {
		/* width: 80px; */
		/* height: 80px; */
	}

	.qxcl-item-title {
		/* margin-top: 15px; */
	}
}

@media(max-width:1280px) {
	.header .navbar_nav li a {
		padding: 0px 15px;
	}

	.qxcl-item-img {
		width: 72px;
		height: 72px;
	}
}

@media(max-width:1200px) {
	body {
		font-size: 14px;
	}

	.header .left a img {
		height: 56px;
	}

	.header .nav {
		padding-right: 20px;
	}

	.header .navbar_nav li a {
		padding: 0px 8px;
		font-size: 14px;
	}

	.header .navbar_nav li {
		line-height: 48px;
	}

	.header .navbar_nav li.dropdown .dropdown_menu {
		width: 160px;
		top: 48px;
	}

	.header .navbar_nav>li:last-child .dropdown_menu {
		left: 0;
	}

	.qxcl-item-img {
		width: 64px;
		height: 64px;
	}

	.xsjz-h {
		height: 10px;
	}

	.top-news-con {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.top-news-date {
		margin-top: 30px;
	}

	.ztzl-bg {
		top: 70%;
	}

	.ztzl-con {
		width: 100%;
		padding: 10px 10px;
		top: 70%;
	}

	.ztzl-item-title {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.ztzl-nr li {
		width: 100%;
		line-height: 24px;
	}
}

/*2020-09-09*/
@media screen and (min-width:993px) and (max-width:1024px) {
	.news-lm .col-md-3 {
		width: 36%;
	}

	.news-lm .col-md-9 {
		width: 64%;
	}

	.ztzl-bg {
		top: 75%;
	}

	.ztzl-con {
		top: 75%;
	}
}

@media screen and (max-width: 992px) {
	.header>.container {
		padding-bottom: 15px;
	}

	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}

	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 39px;
	}

	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}

	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #b1e3ff;
	}

	.header #navToggle span:before {
		top: 8px;
	}

	.header #navToggle span:after {
		bottom: 10px;
	}

	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}

	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}

	.header #navToggle.open span {
		background: none;
	}

	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}

	.header .nav {
		display: none;
	}

	.main {
		margin-top: 83px;
	}

	.focus-title,
	.mtnh-title {
		margin-top: 30px;
	}

	.nhdt .col-md-4:nth-child(2n+1) {
		padding-left: 0px;
	}

	.nhdt .col-md-4:nth-child(2n) {
		padding-right: 0px;
	}

	.xsjz {
		padding-left: 0px;
		padding-top: 10px;
	}

	/*2020-09-09*/
	.ztzl-bg {
		top: 81%;
	}

	.ztzl-con {
		padding: 15px 20px;
		top: 81%;
	}


	.ztzl-nr {
		margin-top: 10px;
	}

	.links {
		border-right: 0px;
	}

	.xyfw {
		min-height: auto;
	}

	.xyfw li {
		float: left;
		width: 33.3%;
	}

	.footer-btns li {
		float: left;
		margin-left: 15px;
	}
}

@media(max-width:767px) {
	.header>.container {
		background: none;
	}

	.nhdt .col-md-4:nth-child(2n) {
		padding-left: 0px;
		padding-right: 0px;
	}

	.nhdt .col-md-4:nth-child(2n+1) {
		padding-left: 0px;
		padding-right: 0px;
	}

	.xyfw li {
		width: 100%;
	}

	.xyfw {
		border-right: 0px;
	}

	.links {
		border-right: 1px solid #fff;
	}

	.footer-item {
		border-right: 0px;
	}

	.footer-btns li a {
		width: 100px;
	}

	/*2020/8/12 开始*/
	#share-1 {
		display: none;
	}

	/*2020/8/12 结束*/

}

/*返回顶部*/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(101, 121, 51, 0.8) url() no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999999999999;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: .5;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right:
			20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

/* 影像南湖 */
.yxnh {
	margin-top: 14px;
	display: flex;
	justify-content: center;
	width: 80%;
}

.yxnh-video {
	width: 100%;
}

.yxnh-video-icon {
	position: absolute;
	width: 40px;
	top: 57%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: width .1s ease;
	transition-duration: .1s;
}

.yxnh-video-icon:hover {
	width: 50px;
}