body {
    background-image: url(../image/body-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: .49rem;
}

.dy-box {
    background-image: url(../image/dy-bg.png);
    background-size: 102% 102%;
    display: flex;
    align-items: center;
    padding: .4rem;
    /*margin-top: 1.84rem;*/
    margin-top: 2.24rem !important;
    background-position: center center;
    margin-bottom: .1rem;
}

.dy-box>img {
    width: .69rem;
    margin-right: .24rem;
}

.dy-box>h1 {
    font-weight: bold;
    font-size: .16rem;
    color: #651612;
    line-height: .38rem;
    text-indent: .32rem;
    text-align: justify;
}

.box>div {
    display: inline-block;
    vertical-align: top;
}

.box-left {
    width: 8.55rem;
}

.box-right {
    width: 3.09rem;
    margin-left: .3rem;

}

.news-list {
    width: 8.55rem;
}

.news-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* padding: 14px 0; */
    color: #000;
    font-size: .15rem;
    margin-bottom: .2rem;
    gap: .08rem;
}

.news-title {
    display: flex;
    align-items: flex-start;
    gap: .08rem;
    flex: 1;
}

.dot {
    width: .05rem;
    height: .05rem;
    background-color: #CACACA;
    margin-top: .07rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.news-date {
    color: #888;
    flex-shrink: 0;
    font-size: .15rem;
    white-space: nowrap;
}

.right-title{
    height: .41rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .15rem;
}
.right-title h1{
    color: #fff;
    font-size: .18rem;
}
.ygztc{
    background-image: url(../image/ygztc.png);
}
.ygztc a{
    font-size: .14rem;
    color: #F66336;
}
.tbtj{
    background-image: url(../image/tbtj.png);
}
.tbtj a{
    font-size: .14rem;
    color: #3B7DFC;
}


.school-list,
.tbtj-list {
    margin-bottom: .2rem;
    border: 1px solid rgba(156, 156, 156, 0.26);
}
.school-list ul{
    padding:.1rem .2rem;
}
.school-list ul li{
    list-style: none;
    width: 50%;
    display: inline-block;

}
.school-list ul li a{
    font-size: .14rem;
    color: #3D3B3B;
    line-height: .38rem;
}

.tbtj-list ul{
    padding:.2rem .09rem .1rem;
}
.tbtj-list ul li{
    list-style: none;
    width: 49%;
    display: inline-block;
     overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: .1rem;
}
.tbtj-list ul li:nth-child(2n){
    margin-left: 1%;
}
.tbtj-list ul li a{
    font-size: .14rem;
    color: #3D3B3B;
}
.tbtj-list ul li .dot{
    display: inline-block;
    width: .05rem;
    height: .05rem;
    background: #CACACA;
    border-radius: 50%;
    margin: 0px .08rem .02rem 0;
}



@media (max-width:768px) {
	 body{
        background-image: url(../image/m/yjdx.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: 0;
    }
    .fff{
         display: none;
    }
    .w80{
        width: 95%!important;
    }
	.dy-box{
		background-image: url(../image/m/dy.png);
		background-size: 100% 100%;
		padding: .51rem .15rem .15rem;
		margin-top: 1.6rem;
	}
	.dy-box>img{
		display: none;
	}
	.dy-box > h1{
		font-size: .14rem;
		color: #651612;
		line-height: .24rem;
	}
    .box-left{
        width: 100%;
    }
    .news-list{
        width: 100%;
        overflow: hidden;
    }
    .news-title {
        width: 70%;
    }
    .news-title > div:nth-child(2){
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .box-right{
        width: 100%;
        margin: 0 auto;
    }
    .right-title{
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}






