body {
    background-color: rgba(245, 245, 245,0.5);
    opacity: 0.84;
}

.dqwz {
    width: 1200px;
    margin: 0 auto;
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
    background: url(./dqwz.png) no-repeat;
    background-size: 11.3px 13.5px;
    background-position-y: center;
    background-position-x: left;
}

.dqwz a,
.dqwz span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
}

.dqlm{
    width: 1200px;
    height: 60px;
    line-height: 60px;
    padding-left: 32px;
    font-size: 19px;
    font-weight: bold;
    color: #0779de;
    background-color: #fff;
    margin: 0 auto;
    border-bottom: 1px solid #dddddd;
}

.list {
    width: 1200px;
    min-height: 775px;
    margin: 0 auto;
    height: auto;
    background-color: rgba(245, 245, 245,0.5);
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.listLeft{
    width: 240px;
    height: auto;
    background-color: #fff;
}
.listLeft a{
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    padding: 0 20px;
    border-left: 6px solid #fff;
}
.listLeft  a p{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #333;
}
.listLeft  .active{
    background-color:#E7F1FF;
    border-left: 6px #4393F5 solid;
    color:#4393F5 ;
    font-weight: 600;
}
.listLeft  .active p{
    color:#4393F5 ;
    font-weight: 600;
}
.listRight{
    width: 930px;
    min-height: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px 0 30px 0;
}
.listRight li a{
    display: block;
    width: 100%;
    line-height: 44px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.title{
    color: #333;
    padding-left: 40px;
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(./dian.png) no-repeat;
    background-position-x: 20px;
    background-position-y: center;
}
.date{
    color: rgb(153,153, 153);
    padding-right: 30px;
}
.pagination{
    padding-left:20px
}


@media screen and (max-width: 768px) {
	body{ background:#FFF;}
	.dqwz { width: 100%; height: 0.8rem; line-height: 0.8rem; padding-left: 0.24rem; background:#f8f8f8; font-size: 0.3rem;}
	.list{ display:block; width: 100%; min-height: auto; margin: 0 auto; height: auto; padding-bottom: 0.3rem;}
	.listLeft { width: 100%; overflow: hidden; padding-top: 0.3rem;}
	.listLeft a { display: block; width: 2.12rem; height: 0.84rem; padding: 0; text-align:center; float:left; margin:0 0 0.24rem 0.24rem;  border-left:none; background: #FFFFFF; box-shadow: 0px 0px 16px 0px rgba(135,144,158,0.25);}
	.listLeft a p { width: 100%; height: 100%; text-align: center; line-height: 0.84rem; border-bottom: none; font-size: 0.3rem;}
	.listLeft .active { background-color: #4393F5; border-left:none; color: #FFF;}
	.listLeft .active p{ color: #FFF;}
	.listRight { width: 100%; padding: 0.2rem 0.24rem 0.3rem;}
	.listRight ul{ border-bottom:#eee 1px solid;}
	.listRight li a { width: 100%; line-height: 0.5rem; font-size: 0.34rem; padding:0.2rem 0; border-top:#eee 1px solid; display: flex; justify-content: space-between; flex-wrap: wrap;}
	.title { padding-left:0; width: 100%; padding-bottom:0.2rem; overflow: initial; text-overflow:initial; white-space: initial; background: none;}
	.date { padding-left: 0;}
	.listRight .more{ font-size:0.32rem;} 
}