.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	overflow: hidden;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	overflow: hidden;
}
a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
}
#gotop {
    width: 46px;
    height: 46px;
    background-size: 100%;
    background-image: url(../images/icons/top_img.png);
    border-radius: 23px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 70px;
    display: none;
    z-index: 990;
    background-size: 100%;
}
.content_st {
    background: #fff;
    position: relative;
    z-index: 24;
    padding: 35px 0 50px;
}
.nmain-left {
    width: 25%;
    float: left;
}
.nmain-left h3.menu_title {
   position:relative;
   color: #7f7e7c;
    font-size: 29px;
    text-align: center;
    line-height: 90px;
    height: 90px;
    background-color: #ddd;
    /*background:#e0281e;*/
    border-radius: 5px;
    margin-bottom:30px;
    
}
.nmain-left h3.menu_title:after {
  content:"";
   position:absolute;
    width: 0px;
    height: 0px;
    border-top: 15px solid #ddd;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50px;
    bottom: -15px;

}

.nmain-right {
    width: 70%;
    float: right;
}
.nmenu > ul >li {
    margin-bottom: 10px;
}
.nmenu > ul >li >a {
    display: block;
    line-height: 20px;
    background: #ddd;
    font-size: 16px;
    padding-left: 30px;
    color: #333;
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: hidden;
    position: relative;
    border-radius:5px;
}
.nmenu > ul >li >a:hover, .nmenu > ul >li.cur >a {
    background: #e0281e;
    color: #fff;
}
.nmenu > ul >li >a ul {
  font-size:14px;
}
.nmenu li .ion {
	display: block;
	width: 20px;
	height: 30px;
	text-align: center;
	line-height: 30px;
    position: absolute;
    top: 7px;
    left: 0px;
    font-size: 20px;
    margin: 0 8px;
}
.nmenu li ul {
    display: none;
    margin-top: 5px;
}
.nmenu li.cur ul {
    display: block;
}
.nmenu li li a {
    display: block;
    line-height: 28px;
    border: 1px solid #fff;
    margin-top: 5px;
    padding-left: 30px;
    font-size: 14px;
    /*color: #0168b7;*/
}
.nmenu li li a:hover, .nmenu li li.cur a {
    background: #f6f6f6;
    border-color: #ccc;
}

.channel_lan {
	height: 46px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.chan_lant {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 46px;
}
.posi {
    margin-top: 15px;
}
.posi, .posi a {
    color: #999;
}
.posi a:hover{ color: #e0281e;}
.channel_content {
    height: auto !important;
    min-height: 200px;
}
.channel_content p{ line-height: 30px; font-size: 15px;}
.channel_content img{ max-width: 100%;}

.anli-list ul li {
    background: #f6f6f6;
    margin-bottom: 50px;
    width: 100%;
   position:relative;
   overflow:hidden;
}
.anli-list li ._img {
    float:left;
    width: 35%;
}
.anli-list li ._img a {
   display:block;
   position:relative;
   width:100%;
   padding-top:62.5%;
}
/*.anli-list li ._img a:after {
  content:"";
  display:inline-block;
  height:100%;
  vertical-align:middle;
}*/
.anli-list li ._img a img {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
}
.imghove img{-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;} 
.imghove:hover img{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
.anli-list li ._img .type {
	position: absolute;
	width: 72px;
	text-align: center;
	background: #e0281e;
	color: #fff;
	font-size: 16px;
	top: 0;
	left: 20px;
	line-height: 1.5;
	padding: 12px 10px;
}
.anli-list li ._nr {
    margin-left:35%;
    padding: 0 3%;
    padding-top: 10px;
}
.anli-list li ._title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: normal;
    line-height: 1.4;
}
.anli-list li ._title a:hover{ color: #e0281e;}
.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.anli-list li ._sum {
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}
.kase_more{ margin-top: 10px; padding-bottom: 10px;}
.kase_more a {
    display: block;
    width: 100px;
    line-height: 28px;
    padding: 0 15px;
    border: 1px solid #e0281e;
    color: #e0281e;
    overflow: hidden;
    position: relative;
}
.kase_more a em {
    position: absolute;
    top: 0px;
    right: 15px;
}
.kase_more a:hover {
    background: #e0281e;
    color: #fff;
}



.channel_content .articleBox {
 padding-bottom:30px;
}