.content-left{
        width:840px;
        float: left;
    }
    .content-right{
        width:330px;
        float: right;
    }
    .banner{
        width:100%;
        height:380px;
    }
    .kx-row{
        margin-bottom: 5px;
    }
    .kx-row .content{
        font-size: 14px;
        color: #555555;
    }
    .kx-row .content span{
        display:inline-block;
        width: 70px;
        color: #1A89CB;
        font-size: 14px;
        /*border-right: solid 1px #E8E8E8;*/
        /*margin-right: 15px;*/
        float: left;
        cursor: pointer;
    }
    .kx-row .content em{
        float: left;
        background-color: #E8E8E8;
        width: 1px;
        height: 14px;
        display: inline-block;
        margin-top: 4px;
        margin-right: 15px;
    }
    .kx-row .time{
        color: #B8B7B8;
        font-size: 14px;
        margin-top: 5px
    }
    .rz-row{
        border-bottom: solid 1px #E8E8E8;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .rz-row h6{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .rz-row h6 span{
        font-size: 12px;
        color: #B8B7B8;
        float: right;
        font-weight: normal;
        margin-top: 3px;
    }
    .rz-row p{
        color: #555555;
        font-size: 14px;
        line-height: 28px;
    }
    .rz-row p span{
        color: #1A89CB
    }
    .ewm-intro{
        width: 190px;
        float: left;
        padding-top: 20px;
    }
    .ewm-intro p{
        font-size: 16px;
        color: #555555;
        line-height: 28px;
    }
    .lastest-news{
        border-bottom: dashed 1px #cecece;
        color: #555555;
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .carous-tag{
        background-color: #F2F2F2;
        padding: 10px 15px;
        margin-bottom: 30px;
    }
    .carous-tag label{
        font-size:16px;
        font-family:Microsoft YaHei;
        font-weight:400;
        /*background-color:#1A89CB;*/
        line-height:33px;
        /*margin-right: 20px;*/
        float: left;
        display: inline-block;
        width: 100px;
        /*color: #fff;*/
        text-align: center;
        line-height: 33px;
        border-radius: 3px;
        height:33px;
        box-sizing: border-box;
        margin-right: 20px
    }
    .carous-tag p{
        overflow-y: hidden;
        transition: height .5s;
    }
    .carous-tag p span{
        margin-right: 30px;
         font-size:16px;
        font-family:Microsoft YaHei;
        font-weight:400;
        line-height:33px;
        color:#333333;
        cursor: pointer;
        line-height: 33px;
        margin-bottom: 10px;
        display: inline-block;
        padding:0px 15px;
        border-radius:3px;
    }
    .carous-tag p span:hover{
        color: #1A89CB;
    }
    .author-list{
        margin-top:25px;
        height:70px;
        cursor: pointer;
    }
    .author-list img{
        width: 70px;
        margin-right: 10px;
        float: left;
    }
    .author-list .author-intro{
        padding-top:10px;
        width: calc(100% - 80px);
        float: left;
    }
    .author-list .author-intro span{
        font-size:16px;
        font-family:"Microsoft YaHei";
        font-weight:400;
        color:rgba(51,51,51,1);
        margin-bottom: 10px;
        display: block;
    }
    .author-list .author-intro span:hover{
        color:#1A89CB;
    }
    .author-list .author-intro p{
        font-size:14px;
        font-family:"Microsoft YaHei";
        font-weight:400;
        color:rgba(184,183,184,1);
    }
    .activeSection{
        background-color: #1A89CB !important;
        color: #fff !important;
    }