body{
    background-color: #F1F1F1;
}
.dqwz{
    padding: 12px 0;
    width: 100%;
    /* padding: 25px 0px 12px 22px; */
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    /* line-height:36px; */
    padding-left: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(206,206,206,1);
    background: url(../../../images/icon/dqwz.jpg) no-repeat 0 center;
}
.nr{
    padding: 18px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.logodiv{
    margin-top: 28px;
}
.logodiv img{
    width: 100%;
    height: auto;
    
}

.content1{
    margin-top: 21px;
}
.cont1-title{
    padding-left: 23px;
    padding-right: 20px;
    background: rgba(240,248,255,1);
    width: 100%;
     height:47px;
     line-height: 47px;

}
.bt{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(1,82,147,1);
}
.cont1-title>a{
    float: right;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(1,82,147,1);

}
.comul{
    width: 100%;
    padding: 0 22px;
    box-sizing: border-box;
    margin-top: 29px;
}
.comul li{
    font-size:16px;
    color:rgba(0,0,0,1);
    line-height:36px;
    text-indent: 25px;
    height: 36px;
    background: url(../../../images/icon/dian2.jpg) no-repeat 5px center;
}
.comul li a{/*标题*/
    display: inline-block;
    width: 80%;
    text-indent: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.comul li span{/*时间*/
    float: right;
    margin-right: 0px;
    width: auto;
    text-indent: 0;
}

@media (max-width: 1920px) {
    .nr{width: 1200px ;}
}
@media (max-width: 1520px) {
    .nr {width: 1200px;}
}
@media (max-width: 1220px) {
    .nr {width: 100%;}

}
@media (max-width: 992px) {
	
    .logodiv {
        margin-top: 15px;
    }
}
@media (max-width: 768px) {
    .nr{
        padding: 5px;
        padding-bottom: 30px;
    }
    .comul {
        width: 100%;
        padding: 0 0px;
        box-sizing: border-box;
        margin-top: 10px;
    }
    .comul li a {
        width: 65%;
    }
}
@media (max-width: 375px) {
    .comul li a {
        width: 63%;
    }
}
@media (max-width: 350px) {
    .comul li a {
        width: 60%;
    }
}
