
.informaList {
    width: 1200px;
    margin: 16px auto;
    background: #f40;
}
.leftList, .rightList {
    float: left;
    width: 860px;
    height: auto;
}
.leftList_img {
    width: 860px;
    height: 260px;
    position: relative;
    margin-bottom: 13px;
    overflow: hidden;
}
.leftList_img img{
    width: 860px;
    min-width:860px;
    min-height:260px;
    height:auto;
}
img {
    border: none;
    display: block;
}
.leftList_img h5 {
    font-size: 28px;
    color: #fff;
    padding: 0 45px;
    line-height: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 15px;
    font-weight: normal;
}
.leftList_imgList {
    width: 860px;
    height: 175px;
    background: none;
    margin-top: 22px;
}
.leftList_imgList a {
    width: 275px;
    height: 175px;
    float: left;
    margin-right: 17px;
    /* background: url(../images/List_img.jpg) no-repeat center center; */
    position: relative;
}
.leftList_imgList a img {
    width: 275px;
    height: 175px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.leftList_imgList li h4 {
    color: #fff;
    line-height: 18px;
	width:100%;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: normal;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
    padding-bottom: 12px;
}
.switch_li {
    width: 100%;
}

.switch_list li {
  /*  width: 87px;*/
    float: left;
    color: #b6b6b6;
    font-size: 20px;
    cursor: pointer;
    margin-right: 40px;
    position: relative;
}
.switch_list li.cur{
    color:#333;
}

.switch_list li.cur::before{
    content:"";
    width: 100%;
    height: 2px;
    background:#e03638;
    position: absolute;
    left:0;
    bottom:1px;
}
.switch_list li.cur::after{
    content:"";
    width: 0;
    height: 0;
    border-width:4px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #e03638 transparent;
    position: absolute;
    left:50%;
    margin-left: -4px;
    bottom:2px;
}
.pageList_one {
    display: none;
}
.pageList_one.cur {
    display: block;
}
.pageList, .pageList_All .pageList {
    width: 100%;
    height: 160px;
    padding: 30px 0;
    border-bottom: 1px solid #f2f2f2;
}
.pageList img {
    width: 200px;
    height: 135px;
    float: left;
}
.counsel_img, .counsel_intro {
    float: left;
    width: 340px;
    height: 240px;
    overflow: hidden;
}
.counsel_intro {
    width: 233px;
    margin-left: 15px;
}
.pageList .counsel_intro {
    height: 160px;
    width: 570px;
}
.counsel_module_r_e {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 6px;
    text-align: left;
    display: block;
}
.pageList .counsel_module_r_e {
    font-size: 18px;
    color: #3a3a3a;
}
.indicator_icon li {
    float: left;
    margin-right: 30px;
    color: #d9d9d9;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    padding-bottom: 17px;
}
.indicator_icon li:first-of-type {
    padding-left: 35px;
    line-height: 24px;
}
.pageList .indicator_icon li {
    padding-bottom: 20px;
}
.indicator_icon li:first-of-type::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(5xhx.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
}
.indicator_icon li:nth-of-type(2), .indicator_icon li:nth-of-type(3) {
    padding-left: 20px;
    line-height: 24px;
}
.indicator_icon li:nth-of-type(2)::before {
    content: "";
    width: 15px;
    height: 13px;
    background: url(../images/thumb.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 5px;
}
.indicator_icon li:nth-of-type(3)::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/first-star.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 3px;
}
.alibaba {
    font-size: 14px;
    color: #a4a4a4;
    line-height: normal;
    clear: both;
}
.rightList {
    width: 330px;
    float: right;
}
.rightList_top {
    width: 330px;
    border: 1px solid #ebe8e8;
    height: auto;
    padding: 0 24px 40px 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 10px;
}
.rightList_top:first-of-type {
    margin-top: 0;
}
.rightList_top h4 {
    height: 56px;
    line-height: 56px;
    color: #383838;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.rightList_top h4::before {
    content: "";
    width: 2px;
    height: 25px;
    background: #fb7432;
    position: absolute;
    left: -25px;
    top: 16px;
}
.rightList_top ul {
    overflow: hidden;
}
.rightList_top li {
    float: left;
    width: 80px;
    line-height: 38px;
    color: #989898;
    border: 1px solid #ededed;
    margin-right: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    margin-top: 14px;
    cursor: pointer;
}
.uicon, .show_more {
    float: left;
    width: 258px;
    height: 40px;
    overflow: hidden;
    line-height: normal;
    color: #333;
    font-size: 16px;
    margin-top: 20px;
}
.uicon {
    height: auto;
}
.uicon:first-of-type {
    margin-top: 0;
}
.uicon .uicon_ap {
    display: none;
}
.uicon p {
    margin: 15px 0 10px 0;
    color: #a4a4a4;
    font-size: 14px;
	text-align:justify;
    line-height: normal;
}
.uicon a {
    font-size: 14px;
    color: #95a8c7;
}
.show_more {
    float: right;
}
.show_more:first-of-type {
    margin-top: 0;
}
.show_more {
    width: 14px;
    height: 14px;
    position: relative;
    cursor: pointer;
}
.show_more::before {
    content: "";
    width: 11px;
    height: 7px;
    background: url(../images/login.fw.png) no-repeat center center;
    position: absolute;
    left: 1px;
    top: 4px;
    background-position: 0 0;
}
.dataTime {
    color: #d9d9d9;
    font-size: 14px;
    margin-top: 25px;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c5c5c5;
}
.right_person {
    height: 128px;
    border-bottom: 1px dashed #c5c5c5;
}
.right_person_lf {
    width: 60px;
    height: 116px;
    float: left;
    margin-left: 5px;
}
.right_person_lf img {
    border-radius: 50%;
    margin: 7px 0 20px 0;
    width: 60px;
}
.right_person_lf h2 {
    text-align: center;
    color: #525050;
}
.right_person_rf {
    width: 210px;
    height: 116px;
    float: right;
}
.right_person_rf .solic {
    padding: 8px 0 4px 0;
    color: #333333;
    font-size: 1.4rem;
}
.right_person_rf .solis {
    color: #bc7f48;
    padding-bottom: 25px;
    font-size: 1.4rem;
}
.right_person_rf .already {
    font-size: 1.2rem;
    color: #525050;
    text-align: right;
    position: relative;
    right: 5px;
}
.right_person_rf .already::before {
    content: "";
    width: 25px;
    height: 15px;
    position: absolute;
    display: block;
    left: 100px;
    top: 6px;
    background: url(../images/login.fw.png) no-repeat center center;
    background-position: 0 -195px;
}
.leftList_imgList li:last-of-type a {
    margin-right: 0;
}
.rightList_top li:nth-child(3n+0){
    margin-right: 0;
}
.cl{
    clear:both;
}
.switch_list{
    width: 100%;
    height: 76px;
    line-height: 76px;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.morenews{
	width:100px;
	height:30px;
	border-radius:25px;
	border:1px solid #e1e1e1;
	background:rgba(0, 0, 0, .1);
	display:block;
	margin:20px auto;
	color:#fff;
	line-height:30px;
	text-align:center;
	font-size:14px;
}
.morenews:hover{
	background:rgba(0, 0, 0, .2);
}

