@charset "UTF-8";
/**
 *
 * @authors Rehack (565195693@qq.com)
 * @link    http://www.rehack.cn
 * @date    2016-07-22 10:53:06
 * @version $Id$
 */


/* 左侧 */
.main .lefta{
    width: 826px;
    padding: 14px;
    border:1px solid #dcdcdc;
    overflow: hidden;
}

.type-tit{
    width: 108px;
    height: 80px;
    float: left;
}
.type-tit span{
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius:50%;
    background: #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #888;
    overflow: hidden;
}
.type-tit i{
    height: 80px;
    line-height: 80px;
    display: inline-block;
    color:#23b7e5;
    font-size: 28px;
    vertical-align:top;
}
.type{
    /*width: 790px!important;*/
    margin-top: 15px;
    background: #f2f2f2;
    padding: 18px 10px;
    overflow: hidden;
}
.type ul{
    float: left;
    margin-left: 15px;
}
.type li{
    float: left;
    margin-right: 20px;
    text-align: center;
}
.type li img{
    width: 70px;
    height: 70px;
    border:1px solid #dcdcdc;
}
.pro-list{
    width: 892px;
}
.pro-list .list-i{
    width: 380px;
    /* height: 258px; */
    margin-top: 26px;
    float: left;
    margin-right: 66px;
}
.pro-list .line{
    width: 100%;
    border-top: 1px solid #dcdcdc;
}
.pro-list .line:before{
    content:'';
    display: block;
    width: 60px;
    height: 3px;
    background: #23b7e5;
    margin-top: -2px;
}
.por-tit p{
    float: left;
}
.por-tit p a{
    font-size: 16px;
    color: #000;
}
.por-tit{
    margin-top: 8px;
}
.por-tit a{
    float: right;
    color: #666;
}
.first-i{
    margin: 24px 0;
    height: 74px;
}
.first-i .thum{
    float: left;
    padding: 1px;
    border:1px solid #dcdcdc;
    margin-right: 22px;
}
.first-i .thum img{
    width: 80px;
    height: 70px;
}
.first-i .desc h3 a{
    font-size: 16px;
    color: #23b7e5;
    font-weight: normal;
}
.first-i .desc p{
    color: #999;
    font-size: 12px;
    line-height: 18px;
}
.list-i li .art_time{
    float: right;
    color:#999;
}
.list-i ul{
    padding-left: 18px;
}
.list-i li{
    list-style-type: circle;
    line-height: 30px;
}

/* 右侧 */
.aside{
    height: 1054px;/* 和左侧保持高度一致 */
}
