@charset "utf-8";

* {
	margin: 0;
	padding: 0
}

*,
:after,
:before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.woff2') format('woff2'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	line-height: 1.5;
	overflow-x: hidden;
}

img {
	border: 0;
	display: block
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ed4040;
	text-decoration: none;
}

.clear {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.blank {
	clear: both;
	width: 100%;
	overflow: hidden;
	height: 20px
}

article {
	width: 1440px;
	margin: auto;
	position: relative;
}

.is-fixed {
	position: fixed;
	top: 10px;
	z-index: 99;
}

.wrapper {
	width: 1440px;
	margin: auto;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.whitebg {
	background-color: #fff;
	border-radius: 4px;
	padding: 20px;
}

/*topbar*/
.top {
	width: 100%;
	height: 175px;
	background: url(../images/top-bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 5;
}

.top .wrapper {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.header {
}

.logo {
	position: relative;
	/* width: 190px; */
	height: 62%;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.logo a{
	height: 100%;
	display: flex;
	align-items: center;
}
.logo a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.top-media {
	display: flex;
}

.top-media .item {
	margin-left: 15px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.top-media .item i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 22px;
	color: #E10000;
}
.hoverbox{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 0px;
	position: fixed;
	width: 1px;
	height: 1px;
	top: 100px;
	left: 0;
	line-height: 30px;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: opacity 0.3s, top 0.3s;
	-o-transition: opacity 0.3s, top 0.3s;
	transition: opacity 0.3s, top 0.3s;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
	z-index: 5;
}
.hoverbox img{
	width: 100%;
}
.hoverbox p{
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.hoverbox::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 18px;
	top: -16px;
	left:0;
}
.hoverbox::after{
	content: "";
	position: absolute;
	left: 50%;
	top: -6px;
	width: 13px;
	height: 13px;
	margin-left: -7px;
	border-top: 2px solid #ebeced;
	border-left: 2px solid #ebeced;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
}
.top-media .item:hover .hoverbox{
	position: absolute;
	width: 180px;
	padding: 10px 10px 17px;
	height: auto;
	overflow: initial;
	top: 55px;
	left: 45%;
	z-index: 2;
	opacity: 1;
}
.icon-menu {
    display: none;
}

/*nav*/
nav {
	width: 100%;
	background-color: rgba(225, 0, 0, 1);
	position: relative;
	z-index: 3;
}

.topnav ul{
	width: 100%;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    -ms-flex-align: center;
    align-items: center;
	justify-content: space-between;
    padding: 0;
    position: relative;
}

nav ul li {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #444;
	-ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
	flex: 1;
    z-index: 10;
}

nav ul li a {
	/* padding: 0 12.72px; */
	display: block;
	color: #fff;
}

nav ul li a#selected,
nav ul li a:hover {
	background-color: #ed4040;
	color: #fff;
}

nav span {
	width: 100%;
	display: block;
	height: 20px
}

/* main */
.theme-tt{
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
.theme-tt h3{
	font-size: 40px;
	font-weight: bold;
	padding-top: 20px;
	color: rgba(51, 51, 51, 1);
	line-height: 2;
}
.theme-tt p{
	padding: 0 30px;
	font-size: 18px;
}

.i-m-lb{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
/*banner*/
.banner {
	width: 70%;
	height: 696px;
}

.swiper-slide {
	position: relative
}
.swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide span {
	position: absolute;
	right: 0;
	font-size: 12px;
	padding: 2px 5px 2px 10px;
	top: 10px;
	background: #0CF;
	color: #fff;
	border-radius: 3px 0 0 3px
}

.swiper-slide:nth-child(2) span {
	background: #F60
}

.swiper-slide:nth-child(3) span {
	background: #3C0
}

.tab-item{
	width: 27.6%;
}
.tab-item>li{
	padding-left: 20px;
	position: relative;
}
.tab-item li::before{
	display: inline-block;
    content: "";
    height: 6px;
    width: 6px;
    background: #333;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 2px;
    top: 50%;
    margin-top: -3px;
}
.tab-item li a{
	display: block;
	line-height: 48px;
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab-item li a:hover{
	font-weight: 600;
}
.tab-item li+li{
	border-top: 1px solid rgba(227, 227, 227, 1);
}
.ad{
	margin: 20px auto;
}
.ad img{
	width: 100%;
}
.ad-banner{
	height: 164px;
	overflow: hidden;
}
.ad-banner .swiper-button-next,.ad-banner .swiper-button-prev{
	right: 0;
	top: 0;
	left: auto;
	margin-top: 0;
	width: 32px;
	height: 32px;
	transform: rotate(90deg);
	background-size: 68%;
	background-color: rgba(0,0,0,.6);
	display: none;
}
.ad-banner .swiper-button-next,.ad-banner .swiper-container-rtl .swiper-button-prev{
	bottom: 0;
	top: auto;
}
.ad-banner .swiper-button-prev,.ad-banner .swiper-container-rtl .swiper-button-next{
}
.ad-banner:hover .swiper-button-next,.ad-banner:hover .swiper-button-prev{
	display: block;
}
.img-box{
	width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.img-box img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
}
.img-box:hover img{
	transform: scale(1.2);
}
.news-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.news-item{
	margin-bottom: 30px;
	width: 32%;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.news-item .thd{
	border-top: 6px solid rgba(212, 48, 48, 1);
	background-color: rgba(245, 245, 245, 1);
	height: 80px;
	position: relative;
}
.news-item .thd span{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 80px;
	align-items: center;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: 800;
	position: relative;
}
.news-item .thd span::before{
	content: "";
	width: 12px;
	height: 56%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(212, 48, 48, 1);
}
.news-item .thd a.more{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.news-item .thd a.more i{
	font-size: 32px;
	color: rgba(212, 48, 48, 1);
}
.news-item .cont{
	padding: 15px;
}
.news-pic-box{
	margin-bottom: 10px;
	display: block;
}
.news-pic-box .img-box{
	margin-bottom: 5px;
	height: 225px;
}
.news-pic-box h4{
	font-size: 20px;
	font-weight: 600;
	line-height: 2;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-pic-box p{
	font-size: 14px;
	min-height: 50px;
	line-height: 1.8;
	color: rgba(102, 102, 102, 1);
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	position: relative;
}
.news-pic-box p .date{
	font-size: 12px;
	color: rgba(153, 153, 153, 1);
	position: absolute;
	right: 0;
	bottom: 0;
}
.newsList1 li{
	position: relative;
	padding: 5px 0 5px 20px;
}
.newsList1 li::before{
	content: "\eb91";
	font-family: iconfont;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.newsList1 li a{
	display: block;
	font-size: 16px;
	line-height: 2;
	color: rgba(51, 51, 51, 1);
	width: 86%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsList1 li span{
	font-size: 13px;
	color: rgba(153, 153, 153, 1);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.newsList1 li+li{
	border-top: 1px solid rgba(166, 166, 166, .5);
}
.tab-box{	
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.thd-tab{
	display: flex;
	width: 100%;
	background-color: #F5F5F5;
}
.thd-tab a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100%/4);
	height: 60px;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	position: relative;
	text-align: center;
}
.thd-tab a i{
	font-size: 26px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}
.thd-tab a:hover,.thd-tab a.active{
	background-color: rgba(225, 0, 0, 1);
	color: #fff;
}
.thd-tab a:hover i,.thd-tab a.active i{
	opacity: 1;
}
.tab-cont{
	padding: 0 15px;
	background: rgba(245, 245, 245, 0);
}
.news-tab-items .tab-item{
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item-box{
	margin-bottom: 2%;
	width: 49%;
	display: flex;
	justify-content: space-between;
}
.item-box .img-box{
	display: block;
	width: 48%;
	height: 338px;
}
.item-box .item-right{
	width: 49%;
}
.hot-item{
	display: block;
	margin-bottom: 20px;
}
.hot-item h3{
	margin-bottom: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-item p{
	line-height: 1.8;
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
}
.hot-item span{
	display: block;
	text-align: right;
	font-size: 12px;
	color: rgba(102, 102, 102, 1);
	line-height: 2;
}
.news-tab-items .newsList1 li::before{
	background-color: transparent;
	width: auto;
	height: auto;
	margin-top: 0;
}
.news-tab-items .newsList1 li{
	padding: 8px 0 8px 20px;
}
.news-tab-items .newsList1 li a{
	width: 100%;
}
.pic-box{
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.pic-box .thd{
	display: flex;
	width: 100%;
	height: 80px;
	align-items: center;
	justify-content: center;
	border-top: 6px solid rgba(212, 48, 48, 1);
    background-color: rgba(245, 245, 245, 1);
    position: relative;
	font-size: 24px;
	font-weight: bold;
}
.pic-box .cont{
	padding: 15px 15px 0;
	display: flex;
	flex-wrap: wrap;
}
.pic-box .pic-item{
	margin-right: 2%;
	margin-bottom: 2%;
	display: block;
	width: calc((100% - 4%)/3);
}
.pic-box .pic-item:nth-child(3n){
	margin-right: 0;
}
.pic-item .img-box{
	height: 236px;
}
.pic-item h3{
	padding: 5px 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.links-box{
	margin-bottom: 30px;
}
.links-list{
	padding: 15px 15px 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/* justify-content: space-between; */
}
.links-list a{
	margin-right: 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 75px)/6);
	height: 60px;
}
.links-list a:nth-child(6n){
	margin-right: 0;
}
.links-list a img{
	display: block;
	width: 80%;
	height: 80%;
	object-fit: contain;
}
.ft-search


/*news_list*/
.news_list li {
	overflow: hidden;
}

.news_list>li+li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #fafafa;
}

.news_list li h2 {
	font-size: 18px;
	margin-bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	color: #3f3f3f;
}

.news_list li i {
	display: block;
	float: left;
	width: 356px;
	height: 210px;
	overflow: hidden;
	margin-right: 20px;
}

.news_list li i img {
	width: 100%;
	min-height: 100%;
	transition: all .5s;
}

.news_list_info {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	text-align: justify;
}

.news_list_time {
	color: #888;
	font-size: 13px;
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_list_time span {
	line-height: 1.4;
}

.news_list_time span span {
	display: inline-block;
	position: relative;
	padding-left: 10px;
}

.news_list_time span span:before {
	content: "";
	width: 1px;
	height: 70%;
	background-color: #b3b3b3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.news_list_time span a {
	color: #ed4040;
	padding-right: 10px;
}

.news_list li:hover img {
	transform: scale(1.1);
}

.news_list li:hover h2 {
	color: #ed4040
}

.news_list li:last-child {
	margin-bottom: 0
}

.box_l {
	width: 75%;
	overflow: hidden;
	margin: 0 15px 20px 0;
	float: left;
}
.box_l .whitebg{
	padding-top: 0;
	padding-left: 0;
}
/*box_r*/
.box_r {
	float: right;
	width: 340px;
	margin-top: 50px;
}

.box_r section {
	background: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.box_r section+section {
	margin: 20px 0;
}

.box_r section ul {
	padding: 20px;
}

.box_r section h2 {
	margin: 20px 0 0 20px;
	padding-left: 15px;
	font-size: 18px;
	position: relative;
}

.box_r section h2:before {
	content: "";
	width: 4px;
	height: 80%;
	background: rgba(237, 50, 50, 1);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.box_r section ul.newsList1{
	padding: 10px 20px;
}
.box_r section ul.newsList1 li a{
	width: 80%;
	font-size: 14px;
}
.r-hot-top{
	margin: 20px 20px 0;
    display: block;
    position: relative;
}
.r-hot-top h4{
	padding: 5px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0px 0px 4px 4px;
    color: #fff;
}

/*news_part03*/
.news_part03 {}

.news_part03 li {
	overflow: hidden;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ccc;
}

.news_part03 li i {
	width: 80px;
	height: 60px;
	margin-right: 10px;
	overflow: hidden;
	display: block;
	float: left;
}

.news_part03 i img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

.news_part03 p {
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
}

.news_part03 .n_time {
	font-size: 12px;
	color: #999;
}

.news_part03 li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*news_part05*/
.news_part05 {
	overflow: hidden;
}

.news_part05 li {
	width: 47%;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}

.news_part05 li:nth-child(even) {
	float: right
}

.news_part05 li a {
	display: block;
}

.news_part05 li i {
	width: 140px;
	height: 90px;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}

.news_part05 li i img {
	width: 100%;
	min-height: 100%;
}

.news_part05 li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-size: 14px;
}

.news_part05 li:nth-child(5),
.news_part05 li:nth-child(6) {
	margin-bottom: 0
}

/*news_part06*/
.news_part06 li {
	font-size: 14px;
	line-height: 35px;
	border-bottom: 1px dotted #ececec;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 30px
}

.news_part06 li:before {
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 18px;
	left: 0;
	font-size: 14px;
	font-family: arial;
	color: #666;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	border-radius: 4px;
	background-color: #ccc;
	color: #fff;
}

.news_part06 li:nth-child(1):before {
	content: "1";
	background-color: rgba(237, 50, 50, 1);
}

.news_part06 li:nth-child(2):before {
	content: "2";
	background-color: rgba(237, 50, 50, 1)
}

.news_part06 li:nth-child(3):before {
	content: "3";
	background-color: rgba(237, 50, 50, 1)
}

.news_part06 li:nth-child(4):before {
	content: "4"
}

.news_part06 li:nth-child(5):before {
	content: "5"
}

.news_part06 li:nth-child(6):before {
	content: "6"
}

.news_part06 li:nth-child(7):before {
	content: "7"
}

.news_part06 li:nth-child(8):before {
	content: "8"
}

.news_part06 li:nth-child(9):before {
	content: "9"
}

.news_part06 li:nth-child(10):before {
	content: "10"
}

/*tags ist*/
.tags_list {
	position: relative;
}

.tags_list a {
	margin: 0 10px 10px 0;
	display: inline-block;
	color: rgba(237, 50, 50, 1);
	font-size: 14px;
	background: rgba(255, 237, 237, 1);
	border-radius: 4px;
	padding: 5px 12px
}

.home-random-tab {
	margin: 20px 20px 0;
	background: rgba(247, 248, 250, 1);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-random-tab span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	padding: 8px 0;
	font-size: 16px;
	border-radius: 8px;
	cursor: pointer;
	transition: ease .5s;
}

.home-random-tab span i {
	margin-right: 10px;
	display: block;
	width: 18px;
	height: 16px;
	position: relative;
}

.home-random-tab span i img {
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: ease .5s;
}

.home-random-tab span i img:nth-child(2) {
	opacity: 1;
}

.home-random-tab span.active {
	background-color: #ed3232;
	color: #fff;
}

.home-random-tab span.active i img:nth-child(1) {
	opacity: 1;
}

.home-random-tab span.active i img:nth-child(2) {
	opacity: 0;
}

.page .box_r {
	margin-top: 0;
}

/*weizhi*/
.weizhi {
	padding: 10px 0;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	color: #888;
	line-height: 40px;
}

.weizhi a {
	color: #888
}

/*pagelist*/
.pagelist {
	text-align: center;
	color: #666;
	width: 100%;
	clear: both;
	margin-top: 20px;
}

.pagelist a {
	color: #666;
	margin: 0 5px 0;
	padding: 5px 10px;
	background: #F7F7F7;
	display: inline-block;
}

.pagelist a:nth-child(1) {
	display: none
}

.pagelist a:hover,
.pagelist>b {
	color: #FFF;
	background: #ed4040;
	text-decoration: none
}

.pagelist>b {
	padding: 5px 10px;
}

/*container*/
.container {
	font-size: 16px;
}

.container h1 {
	font-size: 22px;
	margin-bottom: 15px;
	text-align: center;
}

.info {
	color: #888;
	font-size: 14px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: #ccc 1px dotted;
	text-align: center;
}

.info span {
	margin-right: 10px;
}

.content {
	word-break: break-word;
	text-align: justify;
}

.content p {
	margin: 26px 0;
	line-height: 30px;
}

.content img {
	margin: 15px auto;
	max-width: 100% !important;
	height: auto !important
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-size: 18px;
	margin: 10px 0
}

.content video {
	height: auto !important;
	width: 100% !important;
}

.content iframe {
	width: 100%;
	min-height: 400px;
}

.tags {
	margin: 20px 0;
	font-size: 14px;
}

.tags a {
	display: inline-block;
	border: #e6e4e4 1px solid;
	padding: 3px 6px;
	color: #666;
}
.tags a+a{
	margin-left: 10px;
}

.info-pre-next {
	line-height: 30px;
}

.info-pre-next a {
	margin-left: 5px;
}

.otherlink ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.otherlink li {
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 28px;
	position: relative;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 14px;
}

.otherlink li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #a0a0a0;
	top: 13px;
	left: 0;
}

.otherlink li span {
	float: right;
	font-size: 13px;
	color: #999;
	margin-left: 20px
}

.news_t {
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0;
	margin: 20px 0 10px;
	position: relative;
	border-top: #ccc 2px solid;
	border-bottom: #ececec 1px solid;
	color: #333333;
}

.news_t:after {
	position: absolute;
	width: 70px;
	height: 2px;
	background: #ed4040;
	content: "";
	left: 0;
	top: -2px
}

.share {
	margin: 15px 0;
	padding: 10px 20px;
	background: #f7f7f7;
	border-left: 3px solid #000;
}

.share a {
	color: #09C;
	word-break: break-all;
}

.diggit {
	margin: 15px 0;
}

.diggit span {
	display: block;
	width: 160px;
	margin: 20px auto;
	background: #E2523A;
	color: #fff;
	box-shadow: 1px 2px 6px 0px rgb(0 0 0 / 20%);
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
}

.diggit span a {
	color: #fff;
	word-break: break-all;
}
/*search result*/
.result .box_l{
	width: 1440px;
	margin-right: 0
}
.weizhi.search-path{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

/*timebox*/
.timebox span {
	position: relative;
	line-height: 32px;
	padding-right: 40px;
	color: #999;
	font-size: 13px;
}

.timebox span:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 40px;
	background: #e0dfdf;
	right: 18px
}

.timebox li {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.timebox li i {
	position: relative;
	font-style: normal
}

.timebox li i:before {
	content: " ";
	height: 10px;
	width: 10px;
	border: 2px solid #cccaca;
	background: #fff;
	position: absolute;
	top: 4px;
	left: -26px;
	border-radius: 50%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.timebox li:hover i:before {
	background: #ed4040
}

.staff-search-box{
	max-width: 50%;
	margin: 0 auto;
}
.staff-search-box .thd{
	padding: 5px 0;
	background-color: rgba(225, 0, 0, 1);
	text-align: center;
	font-size: 20px;
	line-height: 2;
	color: #fff;
	font-weight: 800;
}
.staff-search-box .cont{
	padding: 30px;
	background-color: rgba(245, 245, 245, 1);
}
.s-search-form{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.s-search-form .form-group{
	margin: 0 auto;
	padding: 8px 0;
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.s-search-form .form-group label{
	padding-right: 10px;
	width: 90px;
	text-align: right;
	line-height: 2;
}
.s-search-form .form-group .form-input{
	width: calc(100% - 140px);
	height: 30px;
	line-height: 30px;
	padding: 2px 5px;
	border: 1px solid rgba(102, 102, 102, 1);
	outline: none;
}
.s-search-form .form-group .form-btn{
	background-color: rgba(212, 48, 48, 1);
	color: #fff;
	border: none;
	display: block;
	padding: 3px 0;
	font-size: 14px;
	height: auto;
	border-radius: 8px;
}
.staff-list-cont .srch_img{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.staff-list-cont .srch_img img{
	width: 32%;
}
.staff-list-cont .srch_img p{
	width: 64%;
	font-size: 14px;
	line-height: 2;
}

/* footer */
.footer {
	background-color: rgba(245, 245, 245, 1);
}

.bottom .wrapper{
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.ft-logo{
	margin-right: 50px;
	width: 310px;
}
.ft-logo img{
	width: 100%;
}
.ft-menu-contact{
	padding: 0 50px;
	position: relative;
}
.ft-menu-contact::before,.ft-menu-contact::after{
	content: "";
	width: 1px;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	left: 0;
	top: 0;
}
.ft-menu-contact::after{
	left: auto;
	right: 0;
}
.ft-menu a{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 2;
}
.ft-menu a+a{
	padding-left: 15px;
}
.ft-contact p{
	font-size: 16px;
	line-height: 2;
	color: rgba(102, 102, 102, 1);
}
.ft-search{
	padding-left: 50px;
	text-align: center;
}
.search-form{
	display: flex;
}
.ft-search .search-input{
	margin-right: 20px;
	background-color: #fff;
	border: 1px solid rgba(102, 102, 102, 1);
	border-radius: 6px;
	width: 270px;
	padding: 3px 15px;
	outline: none;
	font-size: 14px;
	line-height: 2;
}
.ft-search .search-input::placeholder{
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
}
.ft-search .search-btn{
	display: block;
	width: 42px;
	height: 42px;
	background-color: rgba(212, 48, 48, 1);
	border: none;
	outline: none;
	border-radius: 8px;
	position: relative;
}
.ft-search .search-btn::before{
	content: "\eafe";
	font-family: iconfont;
	font-size: 38px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	transform: translate(-50%,-50%);
	z-index: 10;
}
.ft-search p{
	margin-top: 15px;
	font-size: 16px;
	line-height: 2;
	color: rgba(51, 51, 51, 1);
}

.copyright {
	padding:10px 0;
	background-color: rgba(212, 48, 48, 1);
	color: #fff;
	line-height: 2;
	font-size: 14px;
	text-align: center;
}
.copyright br{
	display: none;
}
.copyright a {
	color: #fff;
	padding-left: 15px;
}

.copyright img {
	display: inline-block;
	vertical-align: middle;
}

.icon-top {
	background: url(../images/gotop.png) no-repeat center #fff;
	background-size: 22px;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 5%;
	bottom: 10%;
	transition: all 0.3s;
	z-index: 9999999;
	border: #ececec 1px solid;
}

.sitemap_box h1{
	padding-left: 15px;
	text-align: left;
	height: 40px;
	line-height: 40px;
	border: 1px dotted #ccc;
    background: #f6f6f6;
	font-size: 16px;
	color: rgba(225, 0, 0, 1)
}
.sitemap_content ul{
	padding: 10px 20px;
	overflow: hidden;
	zoom:1
}
.sitemap_content li{
	display: inline-block;
	font-size: 16px;
	line-height: 2;
	padding: 0 50px 5px 0;
	vertical-align: top;
	margin-bottom: 0
}