.mainContent {
    width: 100%;
    min-width: 1300px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 50px;
    /* background: #fefefe; */
}
.mc1200 {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.mainBody {
    position: relative;
    /*  background: #fff;*/
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 16px;
  }
  .type_contBox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 16px;
}
.type_contBox .type_con_list {
    width: 920px;
    /* float: left; */
    margin: 0 auto;
    overflow: initial;
}
/*导航切换*/
/*
.inerSec_tab {
	width: 100%;
	height: 36px;
	margin:0 auto;
	overflow: hidden;
	line-height: 36px;
	background: #f9f9f9;
}
.inerSec_tab ul{
	width: 96%;
	height: 36px;
	line-height: 36px;
	margin:0 auto;
	overflow: hidden;
}
.inerSec_tab ul li{
	float: left;
	padding: 0 26px;
	box-sizing: border-box
}
.inerSec_tab ul li a{
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	box-sizing: border-box;
}
.inerSec_tab ul li:hover{
	color: #00b6fa;
	
}
.inerSec_tab ul li:hover a,.inerSec_tab ul li.cur a{
	color: #00b6fa;
	border-bottom: 1px solid #00b6fa;
	box-sizing: border-box;
}
*/
.inerSec_tab {
    background: #888;
    height: 46px;
    line-height: 46px;
      margin-bottom: 12px;
  }
  .inerSec_tab ul li {
    float: left;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }
  .inerSec_tab ul li a {
    padding: 0 22px;
    color: #fff;
    display: block;
    position: relative;
  }
  .inerSec_tab ul .cur {
    background: #fff;
    font-weight: bold;
  }
  .inerSec_tab ul .cur a {
    border-top: 3px solid #e86505;
    height: 43px;
    line-height: 43px;
    color: #e86505;
  }
  .inerSec_tab ul .cur a:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    margin: auto;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e86505;
  }
  /*文章列表页*/
.artic_item {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .artic_item li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    height: 156px;
    padding-bottom: 22px;
    padding-top: 22px;
    border-bottom: 1px dashed #eee;
  }
  .artic_item li:hover {
    background: url(../images/li_bg1.jpg) repeat center;
  }
  .artic_item li .artic_img {
    width: 230px;
    display: block;
    float: left;
    margin-right: 28px;
    height: 156px;
    border-radius: 2px;
    overflow: hidden;
  }
  .artic_item li .artic_img img {
    width: 230px;
    height: 156px;
    transition: all 0.5s ease 0s;
  }
  .artic_item li .artic_img:hover img {
    transform: scale(1.1, 1.1);
  }
  .artic_item li .artic_info {
    width: 620px;
    float: left;
    height: 156px;
  }
  .artic_item li .artic_info p {
    width: 100%;
    font-size: 13px;
    color: #999;
  }
  .artic_item li .artic_info p span {
    font-size: 13px;
    color: #999;
    float: left;
    margin-right: 20px;
  }
  .artic_info p span a {
    color: #666;
  }
  .artic_info p span a:hover {
    color: #09f;
  }
  .artic_info p label {
    color: #999;
    float: left;
  }
  .artic_info p label i.type {
    width: 18px;
    height: 18px;
    float: left;
    display: inline-block;
    background: url("../images/dkcssimg.png") -326px -670px;
    margin-right: 6px;
  }
  .artic_info p label i.read {
    width: 18px;
    height: 18px;
    float: left;
    display: inline-block;
    background: url("../images/dkcssimg.png") -326px -688px;
    margin-right: 6px;
  }
  .artic_info p label i.time {
    width: 18px;
    height: 18px;
    float: left;
    display: inline-block;
    background: url("../images/dkcssimg.png") -326px -652px;
    margin-right: 6px;
  }
  .artic_item li .artic_info p.artic_name {
    width: 100%;
    font-size: 24px;
    color: #666;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .artic_item li .artic_info p.artic_name a {
    font-size: 24px;
    color: #555;
  }
  .artic_item li:hover .artic_info p.artic_name a {
    color: #ff2d22;
  }
  .artic_item li .artic_info p.artic_sum {
    width: 100%;
    font-size: 14px;
    color: #777;
    max-height: 66px;
    margin-top: 16px;
    margin-bottom: 22px;
    line-height: 24px;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3; /*控制文本行数，多少行以后开始省略号 */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
.type_contBox .w370 {
    width: 360px;
    overflow: hidden;
}
/*相关资讯*/
.type_contBox .gm_glright {
    width: 100%;
    margin-left: 20px;
    float: right;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .gm_glright h3 {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .gm_glright h3 i {
    float: left;
    width: 6px;
    height: 20px;
    margin-right: 10px;
    background: #e86505;
    border-radius: 6px;
    margin-top: 3px;
  }
  .gm_glright .gm_glList {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .gm_glright .gm_glList {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .gm_glright .gm_glList li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .gm_glright .gm_glList li a {
    display: block;
    background: #f9f9f9;
    color: #444;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
  }
  .gm_glright .gm_glList li:hover a {
    background: #f1f1f1;
  }
  .gm_glright .gm_glList li a i {
    width: 0;
    height: 0;
    float: left;
    margin-right: 6px;
    margin-top: 13px;
    line-height: normal;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #e86505;
  }
  .newlea_art_item {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.newlea_art_item li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    height: 70px;
    padding-bottom: 12px;
    margin-top: 12px;
    border-bottom: 1px dashed #eee;
}
.newlea_art_item li a.artPic {
    width: 60px;
    display: block;
    float: left;
    margin-right: 12px;
    height: 70px;
    border-radius: 2px;
    overflow: hidden;
}
.newlea_art_item li a.artPic img {
    width: 100%;
    height: 70px;
}
.newlea_art_item li .newlea_artInfo {
    width: 186px;
    float: left;
    height: 70px;
}
.newlea_art_item li .newlea_artInfo a {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newlea_art_item li .newlea_artInfo p {
    width: 100%;
    font-size: 13px;
    color: #777;
    max-height: 44px;
    margin-top: 4px;
    line-height: 22px;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}