﻿.info{
    padding: 40px 0;
    overflow: hidden;
}
.info-left{
    width: 800px;
    float: left;
}
.info-tab{
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
}
.info-tab li{
    width: 80px;
    height: 40px;
    line-height: normal;
    color: #808080;
    text-align: center;
    float: left;
    cursor: pointer;
    position: relative;
}
.info-tab li:hover{
    color: #353535;
}
.info-tab-cont{
	min-height: 420px;
    padding: 0 30px 10px;
    background: #fff;
    display: none;
}
.info-tab-cont-title{
    line-height: 32px;
    font-size: 24px;
    padding: 30px 0 20px;
    overflow: hidden;
}
.info-tab-cont > div{
    padding-bottom: 22px;
    border-bottom: 1px solid #e1e1e1;
}
.info-tab-cont article{
    width: 100%;
    max-height: 48px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.info-read{
	font-size: 0;
    overflow: hidden;
    float: right;
}
.info-read li{
    float: left;
    padding-left: 24px;
}
.info-read li i{
    vertical-align: middle;
}
.info-read li span{
    font-size: 12px;
    padding: 0 5px;
    color: #999;
    vertical-align: middle;
}
.info-right{
    width: 360px;
    min-height: 420px;
    background: #fff;
    float: right;
}
.info-right-title{
    border-bottom: 1px solid #d3b167;
    padding: 0 20px 20px;
    background: #f5f6fb;
}
.info-right-title h4{
    height: 20px;
    line-height: 20px;
    border-left: 4px solid #d3b167;
    text-indent: 6px;
}
.info-right-text{
    margin: 0 30px;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
}
.info-right-text dt{   
    padding: 20px 0;
    font-size: 24px;
    font-weight: normal;
    -moz-box-sizing: content-box;  
    -webkit-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    box-sizing: content-box; 
}
.info-curp{
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-tab-cont-title .info-curp{
    width: 510px;
}
.info-right-text dt .info-curp{
    width: 100%;
}
.info-curp:hover{
	color: #d3b167!important;
}
.info-right-text dd{
    line-height: 26px;
    padding-bottom: 5px;
    display: inline-block;
    float: right;
    -moz-box-sizing: content-box;  
    -webkit-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    box-sizing: content-box; 
}
.control-two-rows{
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.info-right-text:last-child {
    border-bottom: none;
}
.info-details-left{
    margin: 0 190px!important;
    min-height: 300px;
}
.details-left-head{
    min-height: 50px;
    padding: 45px 0;
    background: #f5f6fb;
    text-align: center;
    overflow: hidden;
    -moz-box-sizing: content-box;  
    -webkit-box-sizing: content-box; 
    -o-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
    box-sizing: content-box; 
}
.details-left-head h3{
    font-size: 24px;
    padding-bottom: 5px;
    font-weight: normal;
}
.details-left-head ul{
    float: none;
    display: inline-block;
}
.details-left-head ul li{
    padding: 0 15px;
}
.info-details-cont{
    min-height: 200px;
    max-height: 430px;
}