﻿/* banner */
.famous_companys_banner{
    width:100%; height: 216px;
    background: url(../../images/famous_companys/famous_companys_banner.jpg) no-repeat top center;
}

.list_title{
    height:40px;
    margin-bottom: 15px;
}
.list_title .title_txt{
    width:125px;
    height:40px;
    line-height:40px;
    text-align: center;
    color: #fff;
    background:#1b62fb;
    font-size:16px;
    font-weight: bold;
    float: left;
}
.list_title .title_more{
    height:40px;
    line-height:40px;
    text-align: center;
    color: #999;
    font-size:16px;
    float: right;
}
.list_title .title_more:hover{
    color: #1b62fb;
}
/*视频专区*/
.video_list{
    width:500px;
    float:left;
    margin-top:20px;
}
.video_item{
    margin-bottom:15px;
}
.video_item .item_img{
    width:140px;
    height: 85px;
    float: left;
    margin-right: 15px;
}
.video_item .item_img img{
    width:140px;
    height: 85px;
}
.video_item .item_info{
    width:340px;
    height: 85px;
    float: left;
}
.video_item .item_info .title{
    width:370px;
    height: 50px;
    line-height: 50px;
}
.video_item .item_info .title a{
    color: #282828;
    font-size:16px;
    font-weight: bold;
}
.video_item .item_info .title a:hover{
    color: #1b62fb;
}
.video_item .item_info .time{
    color: #999999;
    font-size:16px;
    margin-top:10px;
}

/*企业*/
.companys_list{
    width:500px;
    float:right;
    margin-top:20px;
}
.company_item{
    padding:10px 15px;
    border:1px solid #e0e0e0;
    margin-bottom:15px;
}
.company_item:hover{
    border:1px solid #0046b6;
    background: #e9f6ff;
}
.company_item .company_title{
    width:370px;
    height:30px;
    line-height:30px;
    float: left;
}
.company_item .company_title a{
    color: #282828;
    font-size:16px;
    font-weight: bold;
}
.company_item .company_title a:hover{
    color: #1b62fb;
}
.company_item .btn_more{
    width:85px;
    height:30px;
    line-height:30px;
    border-radius:3px;
    color:#fff;
    background: #1b62fb;
    text-align: center;
    float: right;
}
.company_item .btn_more:hover{
    background: #3575ff;
}
.company_item .company_content{
    height:40px;
    font-size:14px;
    color:#666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*详情*/
.com-name{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color:#282828;
    margin:10px 0;
    line-height:35px;
    padding:20px 0;
    border-bottom:6px double #e0e0e0;
}
.com-pro-tt{
    padding: 0 40px;
    margin: 15px 0;
}
.com-pro-tt .com-pro-h2{
    font-size: 18px;
    color: #444444;
}
.com-pro-tt .com-pro-p{
    font-size: 12px;
    color: #ababab;
    margin-top: 3px;
}
.com-pro-tt .com-pro-span{
    width: 25px;
    height: 3px;
    background-color: #a5b5b5;
    display: block;
    margin-top: 4px;
}
.com-content{
    padding: 0 30px;
    font-size: 14px;
    color: #555555;
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 25px;
    width: 940px;
}

.com-content img{
    max-width: 95%;
}
.video_show{
    width:500px;
    margin:0 auto;
}