
/*閫氱敤*/
.fl{float:left;}
.fr{float:right;}
.show {display: auto;}
.hidden {display: none;}
.clearfixa{clear:both;}
/*娓呮诞鍔�*/
.clearfixb::after{content:"";display:block;clear:both;}
/*
*鍐呭鏍峰紡
*/
.cont-box{
    width:1220px;
    height:auto;
    margin: auto;
    padding:50px 0px;
    display: flex;
}
.cont-box .cont-left{
    width:922px; 
    min-height: 300px; 
    height:auto;
    position: relative;
}
.cont-box .cont-left #title{
    display:block;
    line-height: 1.5;
    padding: 0 60px;
    margin-bottom: 15px;
    text-align: center;
}
.cont-box .cont-left #content{
    border-left:1px solid #eeeeee;
    padding:0 60px;
    padding-bottom: 30px;
    min-height: 300px;
    text-align: justify;
}
.cont-box .cont-left #content p{
    text-indent:30px;
}
.cont-box .cont-left #content p{
    color:#333333;
    line-height:32px;
}
.cont-box .cont-left #content div{
    line-height:32px;
}
.cont-box .cont-left #content img{
    max-width: 862px;
}
.cont-box .cont-left .cont-list{
    height:50px;
    line-height:50px;
    padding:0 60px;
    font-size: 18px;
}
.cont-box .cont-left .page-box{
    border-top:1px solid #eeeeee;
    height:50px;
    line-height: 50px;
    padding:10px 0;
}
.cont-box .cont-left .page-box .page-box-btn{
    display:block; 
    height: 30px;
    line-height: 30px;
    max-width: 390px;
    color:#747474;
    overflow: hidden;
}
.cont-box .cont-left .end-box{
    font-size:18px;
    height:50px;
    line-height:50px;
}
.cont-box .cont-left .end-declaration{
    font-size:14px;
    height:50px;
    line-height:1.5;
    color:#999;
    text-align: center;
}
/* 灏忎簬 1440 鏃� */
.cont-box .cont-left #share{
    width: 60px;
    height:250px;
    position: absolute;
    top:100px;
    left:-70px;
    font-size: 8px;
    text-align: center;
}
@media screen and (max-width:1380px){
    .cont-box .cont-left #share{
        width: 60px;
        height:250px;
        position: absolute;
        top:100px;
        left:0px;
        font-size: 8px;
        text-align: center;
    }
}
.weixin-box{
    position: absolute;
    top:20px;
    right:-160px;
    width: 160px;
    height:160px;
    background: #fff;
    padding:15px;
    border:1px solid #333;
}
#weixin{
    font-size: 40px;
    color:#cccccc;
    text-align: center;
    cursor: pointer;
}
#weixin:hover{
    color:#46bb36;
}
#QQ{
    font-size: 46px;
    color:#cccccc;
    text-align: center;
    cursor: pointer;
}
#QQ:hover{
    color:#21b3f7;
}
#xinlangweibo{
    font-size: 40px;
    color:#cccccc;
    text-align: center;
    cursor: pointer;
}
#xinlangweibo:hover{
    color:#f56466;
}
#QQkongjian{
    font-size: 40px;
    color:#cccccc;
    text-align: center;
    cursor: pointer;
}
#QQkongjian:hover{
    color:#fab619;
}
.cont-box .cont-right{
    flex:1;
    padding:25px 0;
}
.cont-box .cont-right #newslist{
    width: 100%;
    height:auto;
    padding-top:30px;
}
.cont-box .cont-right #newslist img{
    width: 100%;
}
.cont-box .cont-right #newslist a:hover{
    text-decoration: none;
}
.cont-box .cont-right #newslist p{
    color:#333;
    line-height: 22px;
    margin-top: 10px;
}