* {
	margin: 0px;
	padding: 0px;
	font-family: 微软雅黑;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header {
	width: 100%;
	background: url(../images/20180327new_banner_01.jpg) no-repeat;
	background-position: center top;
	height: 195px;
}

.header .logo {
	width: 1200px;
	margin: 0 auto;
}

.navbar {
	width: 100%;
	background: #d50100;
	height: 43px;
}

.nav {
	width: 1270px;
	margin: 0 auto;
	height: 43px;
	display: flex;
	justify-content: space-between;
}

.nav li {
	padding-left: 35px;
	padding-right: 35px;
	line-height: 43px;
}

.nav li.active {
	background-color: #ff6733
}

.nav li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.toolbar {
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.toolbar .date {
	color: #666;
	font-size: 16px;
	font-family: 微软雅黑;
}

.search {
	display: flex;
	align-items: center;
}

.search .search-label {
	font-size: 16px;
	color: #d50100;
	font-family: 微软雅黑;
}

.search .search-input {
	height: 28px;
	width: 190px;
	border: 1px solid silver;
	padding: 0 5px;
	border-right: 0;
}

.search .search-btn {
	border: 0;
	background-color: #d50100;
	height: 30px;
	padding: 0 10px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.home-layout {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}

.slider {
	width: 560px;
	height: 350px;
}

.home-slider {
	width: 560px;
	height: 350px;
}

.home-slider .swiper-slide {
	position: relative;
	display: block;
}

.home-slider .swiper-slide img {
	width: 560px;
	height: 350px;
}

.home-slider .swiper-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.home-slider .swiper-title a {
	display: block;
	color: #ffffff;
	font-size: 14px;
	width: 400px;
	height: 19px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home-slider .swiper-pagination {
	text-align: right;
	right: 15px;
	bottom: 15px !important;
	width: auto !important;
	left: 410px !important;
}

.home-slider .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	opacity: 1;
	background: #060a0b;
	border-radius: 0;
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;
}

.home-slider .swiper-pagination-bullet-active {
	background: #d50100;
}

.headline {
	width: 620px;
	margin-left: 20px;
}

.headline-header {
	display: flex;
	margin-bottom: 10px;
}

.headline-title {
	width: 120px;
	height: 37px;
	background-color: #d50100;
	border-bottom: 3px solid rgb(255, 101, 51);
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 37px;
	text-align: center;
}

.headline-more {
	width: 490px;
	height: 37px;
	background-color: rgb(243, 243, 243);
	border-bottom: 3px solid #d50100;
	line-height: 37px;
	text-align: right;
	padding-right: 10px;
}

.headline-more a {
	font-size: 14px;
	color: #999;
}

.headline-list li {
	font-size: 14px;
	color: #666666;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/tpion.jpg) no-repeat;
	background-position: left center;
	padding-left: 15px
}

.headline-list li a {
	color: #666666;
}

.headline-list li span {
	float: right;
	margin-left: 25px;
}

.home-main {
	display: flex;
	flex-wrap: wrap;
	width: 890px;
}

.home-pannel {
	width: 425px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.home-pannel-header {
	height: 44px;
	background-color: rgb(246, 246, 246);
	border-top: 2px solid #d50100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	margin-bottom: 10px;
}

.home-pannel-title {
	height: 26px;
	line-height: 26px;
	background: url(../images/dhicon.png) no-repeat;
	background-position: left center;
	padding-left: 36px;
	font-size: 16px;
	font-weight: bold;
	color: #ef1717;
}

.home-pannel-more {
	height: 24px;
	background-color: #ffffff;
	line-height: 24px;
	padding: 0 3px;
}

.home-pannel-more a {
	font-size: 14px;
	color: #999;
}

.home-pannel-list li {
	font-size: 14px;
	color: #666666;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/ionn.jpg) no-repeat;
	background-position: left center;
	padding-left: 13px
}

.home-pannel-list li a {
	color: #666666;
}

.home-pannel-list li span {
	float: right;
	margin-left: 25px;
}

.home-banner {
	width: 870px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.home-side {
	width: 310px;
	background-color: #fef6eb;

}

.home-side-header {
	background-color: rgb(246, 204, 132);
	height: 44px;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.home-side-title {
	height: 22px;
	line-height: 22px;
	border-left: 6px solid #d50100;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #d50100;
}

.home-side-more a {
	font-size: 14px;
	color: #876118;
}

.home-side-body {
	padding: 0 10px;
}

.home-side-banner {
	width: 290px;
	margin-bottom: 10px;
}

.home-side-banner img {
	display: block;
}

.home-side-list {
	margin-bottom: 20px;
}

.home-side-list li {
	font-size: 14px;
	color: #666666;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/ion.jpg) no-repeat;
	background-position: left center;
	padding-left: 13px
}

.home-side-list li a {
	color: #666666;
}

.home-side-list li span {
	float: right;
	margin-left: 25px;
}

.home-marquee-images {
	margin-top: 20px;
	margin-bottom: 10px;
       position: relative;
    overflow: hidden;
}

.home-marquee-images a {
	margin: 0 6px;
	display: inline-block;
}

.home-marquee-images img {
	width: 136px;
	height: 97px;
	border: 0;
}

.home-friendlink {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.home-friendlink-item {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	display: block;
	width: 45%;
}

.footer-navbar {
	background-color: #d50100;
	height: 44px;
}

.footer-nav {
	line-height: 44px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

.footer-nav a {
	color: #FFF;
}
.footer-nav .footer-nav-divider{
	margin: 0 10px;
}
.footer{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
.footer-mod{
	margin: 0 20px;
}
.footer-mod p, .footer-mod p a{
	color: #d50100;
	font-size: 14px;
	line-height: 24px;
}
.footer-mod p img{
	vertical-align: middle;
}

.list-layout{
	display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.list-side{
	width: 235px;
}
.side-top{
	width: 235px;
	height: 50px;
	position: relative;
}
.side-bg{
	background-image: linear-gradient(to top, #f1f1f1,#fefefe);
	border-bottom: 1px solid #dfdfdf;
	border-top: 5PX solid #ff6733;
	height: 44px;
}
.side-title{
	border-top: 5PX solid #a60401;
	position: absolute;
	top: 0;
	left: 0;
	height: 44px;
	font-size: 18px;
    color: #d50100;
	line-height: 44px;
	padding: 0 12px;
}
.side-nav li{
	background: url(../images/fylmzj.jpg) no-repeat;
	background-position: right center;
	padding-left: 30px;
	height: 42px;
	line-height: 42px;
}
.side-nav li a{
	font-size: 16px;
    color: #666;
}
.list-main{
	width: 940px;
	margin-left: 25px;
}
.column-layout{
	height: 38px;
	display: flex;
	border-bottom: 2px solid #999;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 18px;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 15px;
}
.column-title{
	font-size: 20px;
    color: #666;
    font-weight: bold;
}
.crumbs{
	color: #999;
	font-size: 14px;
}
.list ul li {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	background: url(../images/tpion.jpg) no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.list ul li a {
	color: #666666;
}

.list ul li span {
	float: right;
	margin-left: 25px;
}
.content-title{
	color: #a70301;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	margin: 0 30px;
	padding-bottom: 15px;
}
.content-meta{
	background-color: #eeeeee;
	line-height: 28px;
	font-size: 12px;
	text-align: center;
	margin: 0 30px 20px;
}
.content-meta span{
	margin: 0 8px;
}
.content{
	margin: 0 30px 20px;
}
.content img{
	max-width: 100%!important;
}
.content-tool{
	text-align: right;
	margin: 0 30px;
	padding: 10px 0;
}
.content-tool a{
	color: #a70301;
	font-size: 14px;
}
.pagination{
    display: flex;
	padding: 15px 0;
	justify-content: center;
	font-size: 14px;
}
.pagination a, .pagination span{
	margin: 0 5px;
	padding: 3px 8px;
	color: #666;
	background-color: rgb(243, 243, 243);
}
.pagination a:hover, .pagination span.current{
	background-color: #d50100;
	color: #fff;
}
.pagination span


/*Plugin CSS*/
.str_wrap {
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	background: #f6f6f6;
	white-space: nowrap;
}

.str_wrap.str_active {
	background: #f1f1f1;
}

.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}

.str_move_clone {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}

.str_vertical .str_move_clone {
	left: 0;
	top: 100%;
}

.str_down .str_move_clone {
	left: 0;
	bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
	white-space: normal;
	width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
	cursor: inherit;
}

.str_wrap img {
	max-width: none !important;
}