/*
 * @名称: 必联网-专家频道页
 * @功能: 描写中间的样式表
 *
 * @Author: <a href="mailto:zhaoxiajing@ebnew.com">zhaoxiajing@ebnew.com</a>
 * @Time: 2017/4/5 2017年4月5日10:42:49
 * @version: 1.0
 */

.txt-align-center{
    text-align: center;
}
.txt-align-right{
    text-align: right;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.color-ff5{
    color:#ff5151;
}
.color-ff7{
    color:#ff7676;
}
.color-6a9{
    color:#6a9eff;
}
.color-c5c{
    color:#c5c5c5;
}
.mg-t65 {
    margin-top: 65px;
}
.pd-b80 {
    padding-bottom: 80px;
}
.mg-l45{
    margin-left: 45px;
}
.pd-l22{
    padding-left: 22px;
}
.height-px32 {
    height:32px;
}
.height-px80 {
    height:80px;
}
.line-h80 {
    line-height:80px;
}
/* 字体斜体 */
.font-style-italic{
    font-style: italic;
}
/* 缩进两个文字 */
.text-indent{display:block;text-indent: 2em;}

/* 评标专家库入选条件 */
.declare-condition li{
    height: 32px;
    line-height: 32px;
}
/*-------- 如何加入国内、国际专家库-内容盒子 样式 start ---------*/
.join-expert-content{
    width: 100%;
    height: 328px;
    margin-bottom: 80px;
}
.join-expert-content li{
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    clear: both;
    margin-left: 300px;
}
/* 如何加入专家库-hr线 样式 */
.hr-px1 {
    position: relative;
    top: 15px;
    width: 38%;
    height: 1px;
    background: #e4e4e4;
}

/*-------- 如何加入国内、国际专家库-内容盒子 样式 end ---------*/

/* 加入专家库咨询热线 */
.join-expert-tel p{
    width: 488px;
    margin: 10px 300px;
}
.width-px200{
    width:200px;
}

.width-px210{
    width:210px;
}


