/*右侧*/
.right-content {
    width: 970px;
    float: left;
}

.main-title .title {
    font-size: 18px;
    color: #11356d;
    font-weight: bold;
}

.main-title img {
    position: relative;
    top: -5px;
}

.main-title .right {
    font-size: 12px;
    color: #888;
    float: right;
    position: relative;
    top: 5px;
}
.right-content .content{
    margin-top:20px;
}
.right-content .content ul li{
    font-size: 14px;
    float: left;
    background: #f2f2f2;
    color: #888;
    width: 308px;
    height: 359px;
    margin-right: 18px;
    margin-bottom: 50px;
    text-align: center;
}
.right-content .content ul li .title{
    padding: 25px 0;
    margin: 0 20px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
}
.right-content .content ul li .title:hover{
    font-weight: bold;
}
.right-content .content ul li a .content-text-out{
    width: 290px;
    height: 270px;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding:0;
}
.right-content .content ul li a .content-text-out .content-text{
    margin: 20px 0 0 20px;
    text-align: left;
    padding:0;
    width: 273px;;
    height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
}
.right-content .content ul li a .content-text-out .notwidthmore{
    width: 270px;
}
.right-content .content ul li .bottom{
    margin:0 auto;
    height: 13px;
}
/*@media screen and (max-width: 1440px) {*/
    /*.right-content .content ul li{*/
        /*width: 254px;*/
        /*margin-right: 16px;*/
        /*margin-bottom: 50px;*/
        /*height: 344px;*/
    /*}*/
    /*.right-content .content ul li .title{*/
        /*width: 214px;*/
    /*}*/
    /*.right-content .content ul li .content-text-out{*/
        /*width: 237px;*/
    /*}*/
    /*.right-content .content ul li .content-text-out .content-text{*/
        /*width: 240px;*/
    /*}*/
    /*.right-content .content ul li .content-text-out .notwidthmore{*/
        /*width: 220px;*/
    /*}*/
    /*.right-content .content ul li .title{*/
        /*padding: 18px 0;*/
    /*}*/
/*}*/