html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th {
	text-align: left;
	font-weight: 400
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal
}

[hidefocus],
summary {
	outline: 0
}

li {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%
}

sup,
sub {
	font-size: 83%
}

pre,
code,
kbd,
samp {
	font-family: inherit
}

q:before,
q:after {
	content: none
}

textarea {
	overflow: auto;
	resize: none
}

label,
summary {
	cursor: default
}

a,
button {
	cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em,
b {
	font-weight: 700
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 13px/1.14 arial, "Microsoft YaHei", \5b8b\4f53;
	color: #333;
	outline: 0
}

body {
	background: #f5f5f5!important
}

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

.w1200 {
	width: 1200px
}

.ma {
	margin-right: auto;
	margin-left: auto
}

.b-a {
	border: 1px solid #eee
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.row {
	margin-right: -5px;
	margin-left: -5px
}

.wrap {
	width: 100%;
	margin: 0 auto
}

.header {
	background: #fff
}

.head {
	padding: 30px;
	overflow: hidden
}

.navbar {
	background: #f12727 url(../images/nav.png)
}

.nav {}

.nav>ul {
	overflow: hidden
}

.nav>ul>li {
	float: left;
	line-height: 40px
}

.nav>ul>li a {
	display: block;
	color: #fff;
	font-size: 15px;
	padding: 0 35px
}

.nav>ul>li a:hover {
	color: #fff;
	background: rgba(255, 255, 255, .2)
}

.nav .on {
	background: rgba(255, 255, 255, .2)
}

.nav .on a {
	color: #fff;
	font-weight: 700
}

.search {
	padding: 0 30px
}

.search input {
	padding: 12px;
	border: 0;
	background: #f5f5f5;
	min-width: 220px
}

.searchBtn {
	padding: 12px;
	border: 0;
	background: #f12727;
	color: #fff;
	margin-left: -5px
}

.main {}

.part {
	margin-top: 40px
}

.banner {
	overflow: hidden;
	max-height: 340px;
	position: relative
}

.banner-slide {
	overflow: hidden;
	width: 100%;
	height: 340px;
	position: relative
}

.banner-slide img {
	min-height: 100%
}

.slide-pagination {
	position: absolute;
	margin-left: 10px;
	z-index: 10;
	text-align: center
}

.slide-pagination span {
	width: 15px;
	height: 15px;
	border-radius: 0;
	background: #000
}

.slide-button-next,
.slide-button-prev {
	position: absolute;
	z-index: 10;
	top: 42%
}

.slide-button-next {
	left: 0
}

.slide-button-prev {
	right: 0
}

.slide-btn {
	transition: all .3s;
	padding: 20px 10px;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	color: #fff;
	font-family: simsun;
	font-weight: 700;
	font-size: 20px;
	cursor: pointer
}

.banner-slide:hover .slide-btn {
	opacity: 1
}

.col {
	width: 33.33%;
	overflow: hidden
}

.home-banner {
	width: 66.66%
}

.swiper-slide img {
	min-width: 100%
}

.home-item {
	background: #fff;
	margin: 0 5px
}

.home-ad {
	max-height: 120px;
	overflow: hidden;
	margin: 20px 20px 0
}

.title-hr {
	border-bottom: 2px #900 solid
}

.home-title {
	padding: 10px 15px 10px 0;
	border-bottom: 1px solid #eee
}

.home-title span {
	color: #fff;
	background: #f12727;
	font-size: 15px;
	padding: 12px 15px
}

.home-title em {
	float: right;
	font-weight: 400;
	font-size: 13px
}

.home-title a{
    font-size: 12px;
    color:#999;
}

.home-li {
	padding: 10px 20px;
	font-size: 15px;
	overflow: hidden
}

.home-li>a {
	display: inline-block;
	font-size: 14px;
	padding: 7px 0
}


.home-li ul li{
    display: flex;
 justify-content: space-between;
 align-items: center;
 margin:12px 0;
}

.home-li ul li .name{
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
     font-size: 14px;
    color:#333;
    flex:1;
    margin-right: 10px;
}

.home-li ul li .time{
    font-size: 12px;
    color:#999;
    flex-shrink: 0;
}


.home-hot {
	text-align: center;
    padding: 34.5px 30px;
	border-bottom: 1px #ddd dashed
}

.home-hot h3 a {
	font-size: 18px;
	font-weight: 400
}

.home-hot h3 a:hover {
	color: #a5033c
}

.home-hot p {
	padding-top: 12px;
	color: #777;
	line-height: 24px;
	font-size: 15px
}

.home-hot span {
	color: #999
}

.home-tw {
	margin: 15px 20px 0
}

.home-tw .tw-cover {
	width: 35%;
	height: 80px;
	overflow: hidden
}

.home-tw .tw-cover img {
	min-width: 100%;
	height: 100%
}

.home-tw .tw-text {
	width: 65%
}

.home-tw .tw-text h3 {
	padding: 4px 12px
}

.home-tw .tw-text h3 a {
	font-size: 15px
}

.home-tw .tw-text p {
	color: #888;
	font-size: 14px;
	padding: 8px 12px;
	line-height: 20px
}

.home-pic {
	background: #fff;
	overflow: hidden
}

.pic-con {
	padding: 10px;
	overflow: hidden
}

.pic-li {
	width: 16.66%;
	float: left
}

.pic-li .cover {
	padding: 10px;
	overflow: hidden;
	height: 85px;
}

.pic-li .cover img {
	max-width: 100%
}

.pic-li .cover img:hover {
	opacity: .6
}

.crumbs {
	margin: 30px 0;
	color: #888;
	font-size: 14px
}

.crumbs a {
	color: #4c4c4c;
	font-size: 14px
}

.list {
	width: 68%;
	background: #fff
}

.list-li {
	padding: 20px;
	overflow: hidden
}

.list-li a {
	padding: 15px 0;
	display: inline-block;
	border-bottom: 1px dashed #eee
}

.sidebar {

	width: 30%
}
.bgfff{
    margin-bottom:20px;
    background: #fff;
}

.fenye {
	border-top: 1px solid #eee;
	padding: 30px 20px;
	margin-top: 30px
}

.article {
	background: #fff;
	width: 68%
}

.article-top {
	text-align: center;
	padding: 20px 0;
	margin-top: 10px;
	border-bottom: 1px dashed #eee
}

.article-top h1 {
	font-size: 28px;
	font-weight: 400
}

.article-top p {
	color: #888;
	font-size: 13px;
	margin: 10px 0
}

.article-con {
	padding: 20px 30px
}

.article-con p {
	text-indent: 2em;
	color: #666;
	line-height: 26px;
	font-size: 15px;
	margin-bottom: 20px
}

.article-con p a {
	color: #0091ca;
	font-size: 16px
}

.turnPage {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px dashed #eee;
	color: #666;
	margin-bottom: 30px
}

.links {
	background: #fff
}

.links-li {
	padding: 20px
}

.links-li a {
	margin-right: 20px;
	margin-bottom: 20px;
	color: #999 !important;
	display: inline-block;
}

.links-li a:hover {
	color: #a5033c
}

.footer {
	margin-top: 40px;
	width: 100%;
	padding: 40px 0;
	background: #fff
}

.footer p {
	text-align: center;
	color: #777;
	font-size: 14px;
	margin-bottom: 10px
}

.footer a {
	color: #777
}

.footer a:hover {
	color: #a5033c
}

.fenye {
	padding: 20px;
	text-align: center;
}

.fenye li {
	display: inline-block;
	border: 1px solid #f2f6fc;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 13px;
	color: #999;
}

.fenye li a {
	color: #333;
	display: block;
}

.fenye li:hover {
	background: #333;
	color: #fff;
}

.fenye li:hover a {
	color: #fff;
}