
/* 左 */
.main_1_1_left{
    width: 540px;
    height: 305px;
    display: inline-block;
    vertical-align: top;
}
.main_1_1_left .swiper-slide img{
    width: 100%;
    min-height: 100%;
}
.main_1_1_left .pagination .swiper-pagination-switch {
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    vertical-align: top;
    cursor: default;
}
.main_1_1_left .pagination {
    position: absolute;
    bottom: 0px;
    right: 14px;
    height: 30px;
}
.main_1_1_left .pagination .swiper-active-switch {
    background-color: #ffb217;
}


/* 右 */
.main_1_1_right{
    width: 580px;
    height: 305px;
    display: inline-block;
    margin-left: 25px;
    vertical-align: top;
    position: relative;
}
.main_1_1_right .title{
    font-size: 24px;
    line-height: 42px;
    font-weight: bold;
    color: black;
}
.main_1_1_right .summary{
    font-size: 16px;
    line-height: 25px;
    text-indent: 2rem;
    margin-top: 24px;
    max-height: 146px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.main_1_1_right .more{
    display: block;
    position: absolute;
    bottom: 15px;
}

/* subweb */
.subweb_bg{
    background-image: url(./sub_top_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 200px;
}

.web_position{
    padding: 20px 0 12px;
    line-height: 26px;
    text-align: right;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.web_position .channelpname{
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-left: 4px solid #63065f;
    padding-left: 8px;
}
.position_link .icon-home{
    color:#63065f;
}
.position_link a,.position_link span,.position_link{
    color: #999;
    font-size: 14px;
}
.lanmu_1{
    margin-bottom: 50px;
}
/* 左侧列表 */
.left_list .channelpname{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #63065f;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 30px 10px;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 24px;
    line-height: 32px;
}
.left_list {
    width: 260px;
    background-color: #f3f3f3;
    height: 100%;
    float: left;
}
.left_list .channel_contain li{
    border-top: 1px solid #fdfdfd;
}
.left_list .channel_contain li a{
    display: block;
    padding: 20px 10px;
    text-align: center;
    border-left: 4px solid transparent;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}
.left_list .channel_contain li a:hover{
    background-color: white;
    border-color: #ffb217;
    font-weight: bold;
    color: #63065f;
}
.left_list .channel_contain li a.active{
    background-color: white;
    border-color: #ffb217;
    font-weight: bold;
    color: #63065f;
}

.right_list{
    width: 910px;
    float: right;
    min-height: 500px;
}
.right_list li{
    font-size: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.right_list li a{
    font-size: 16px;
}
.right_list li .title{
    font-size: 16px;
    line-height: 26px;
}

.right_list li .title {
    font-size: 16px;
    line-height: 26px;
}

.right_list li a:hover .title {
    color: #63065f;
}
.right_list li .time{
    font-size: 12px;
    float: right;
    color: #666;
}
/* 文章 */
.wenzhang_1{
    margin-bottom:40px;
}
.wenzhang_1 .title,.wenzhang_1 .subtitle,.wenzhang_1 .msg{
    text-align: center;
}
.wenzhang_1 .title{
    font-size: 24px;
    color: #333;
    margin: 10px 0;
    padding: 0 20px;
}
.wenzhang_1 .subtitle{
    margin-bottom: 10px;
    padding: 0 20px;
    color: #454545;
}
.wenzhang_1 .msg{
    font-size: 14px;
    color: #999;
    margin: 5px 0 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}
.wenzhang_1 .msg span{
    margin: 0 10px;
}
.wenzhang_1 .words{
    font-size: 18px;
    color: #333;
    min-height: 500px;
}.wenzhang_1 {
    overflow: hidden;
}
.wenzhang_1 .left_list{
    width: 22%;
}
.wenzhang_1 .right_list{
    width: 75%;
}
.lanmu_1 .left_list{
    width: 22%;
}
.lanmu_1 .right_list{
    width: 75%;
}

#pages span{
    border: 1px solid #63065f;
    background-color: #63065f;
}
#pages a:hover{
    border: 1px solid #63065f;
    background-color: #63065f;
}

/* 手机适应 */
@media screen and (max-width:1230px){
    .w_12{
        width: 98%;
    }
}
@media screen and (max-width:1180px){
    .w_12{
        width: 95%;
    }
    .w_11{
        width: 95%;
    }
}
@media screen and (max-width:1080px){
    .left_list .channelpname{
        padding: 15px 10px;
        font-size: 20px;
    }
    .left_list .channel_contain li a{
        padding: 12px 10px;
        font-size: 18px;
    }
}
@media screen and (max-width:800px){
    .wenzhang_1 .left_list{
        display: none;
    }
    .wenzhang_1 .right_list{
        width: 100%;
    }
    .web_position .channelpname{
        font-size: 20px;
    }
    .wenzhang_1 .title{
        font-size: 22px;
    }
    .wenzhang_1 .subtitle{
        font-size: 18px;
    }
    .lanmu_1 .left_list{
        display: none;
    }
    .lanmu_1 .right_list{
        width: 100%;
    }
}
@media screen and (max-width:400px){
    .web_position{
        margin-bottom: 15px;
    }
}