*{
    box-sizing: border-box;
}
/*头部*/
.div-header{
    position: relative;
    z-index: -1;
}
.div-header>img{
    width: 100%;
    height: auto;
}
.logo{
    position: absolute;
    top: 26px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}
.logo>img{
    height: 70px;
    width: auto;
}
/*手机端*/
@media screen and (max-width: 768px){
    .logo{
        position: static;
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0;
    }
    .logo>img{
        width: 100%;
        height: auto;
    }
}
/*头部---end*/

.container01{
    border-radius: 5px 5px 0 0;
    background: #fff;
    /* margin-top: -246px; */
    margin-top: -15%;
    z-index: 1;
}
/*热点信息*/
.top-news{
    text-align: center;
}
.top-news li a{
    color: rgba(199, 0, 0, 1);
}
.top-news h1 {
    color: rgba(199, 0, 0, 1);
    font-size: 34px;
    margin-bottom: 16px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-news p {
    font-size: 20px;
    color: #808080;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-news p span{
    display: inline-block;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-news li a:hover,.top-news li a:focus{
    color: #3560a0;
}

/*上级部署*/
.sjbs {
    box-shadow: 0px 3px 5px 2px rgba(147, 183, 211, 0.2);
    padding: 10px 16px;
    margin-top: 30px;
}
.sjbs .title {
    height: 50px;
    border-bottom: 1px solid #EEEEEE;
}
.sjbs .title span {
    float: left;
    line-height: 46px;
    font-size: 24px;
    font-family: '\9ed1\4f53';
    font-weight: bold;
    border-bottom: 4px solid #D43030;
    letter-spacing: 2px;
}
.sjbs .title a {
    float: right;
    color: #999;
    font-size: 18px;
    line-height: 50px;
    margin-right: 10px;
}
.sjbs .ls2{
    margin-top: 20px;
}
.sjbs .ls2 li {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding-left: 4px;
}
.sjbs .ls2 li a {
    max-width: calc(100% - 110px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sjbs .ls2 li span {
    float: right;
    color: #999;
    width: 100px;
}
/*END   上级部署*/

/*工作落实情况*/
.gzlsqk,.dxal,.jyzf{
    margin-top: 50px;
}
.gzlsqk .title img,.dxal .title img,.jyzf .title img{
    width: 100%;
    height: auto;
}
.gzlsqk_cont ul{
    padding: 20px 4px;
}
.gzlsqk_cont ul li {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 16px 0;
    box-shadow: 0px 0px 4px 2px rgba(207, 161, 116, 0.3);
    position: relative;
    padding-left: 40px;
    width: 49%;
    transition: all 0.3s ease; /* 动画过渡效果 */
}
.gzlsqk_cont ul li::before{
    content: '';
    background: url(../images/listbj.png) center center no-repeat;
    background-size: auto;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
/* .gzlsqk_cont ul li.active{
    border: 1px solid #F0A356;
    font-weight: 600;
    width: 100%;
} */
.gzlsqk_cont ul li:nth-of-type(2n){
    float: left;
}
.gzlsqk_cont ul li:nth-of-type(2n+1){
    float: right;
}
.gzlsqk_cont ul li:first-child{
    border: 1px solid #F0A356;
    font-weight: 600;
    width: 100%;
}
.gzlsqk_cont ul li:hover{
    box-shadow: 0px 0px 6px 4px #F0A356;
    transform: scale(1.1); /* 鼠标移入时的缩放动画 */
}
.gzlsqk_cont ul li a{
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
/*手机端*/
@media screen and (max-width: 768px){
    .gzlsqk_cont ul li{
        width: 100%;
        float: none !important;
    }
}
/*END   工作落实情况*/

/*典型案例*/
.dxal-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
}
.dxal-cont>div{
    width: 32%;
    border: 8px solid;
    border-image: linear-gradient(to bottom, rgba(255, 232, 189, 1), rgba(255, 198, 140, 1)) 1;
    height: 120px;
    padding: 8px;
    transition: all 0.3s ease; /* 动画过渡效果 */
    margin-bottom: 30px;
}
.dxal-cont>div p{
    width: 100%;
    height: 100%;
    background: url(../images/border.png) center center no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.dxal-cont>div p a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    font-weight: 600;
}
.dxal-cont>div:nth-of-type(2),.dxal-cont>div:nth-of-type(5){
    margin: 0 2% 30px;
}
.dxal-cont>div:hover{
    box-shadow: 0px 0px 6px 4px #F0A356;
    transform: scale(1.1); /* 鼠标移入时的缩放动画 */
}
/*手机端*/
@media screen and (max-width: 768px){
    .dxal-cont{
        display: block;
    }
    .dxal-cont>div{
        width: 100%;
        margin: 20px 0 !important;
    }
}
/*END    典型案例*/
/*经验做法*/
.jyzf-cont{
    padding: 20px 0;
}
.jyzf-cont ul li {
    height: 70px;
    width: 49%;
    float: left;
    margin-bottom: 20px;
    box-shadow: 0px 0px 4px 0px #979797;
}
.jyzf-cont ul li:nth-of-type(2n){
    float: right;
}
.jyzf-cont ul li p.date{
    width: 70px;
    height: 100%;
    background-color: #BF4343;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
.jyzf-cont p.date span{
    display: block;
    height: 30px;
    line-height: 30px;
}
.jyzf-cont p.date span.year{
    font-size: 20px;
}
.jyzf-cont ul li p.practice{
    width: calc(100% - 70px);
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
}
.jyzf-cont ul li p.practice a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}
/*手机端*/
@media screen and (max-width: 768px){
    .jyzf-cont ul li{
        width: 100%;
        float: none !important;
    }
    .jyzf-cont ul li p.practice{
        margin: 0;
        float: right;
    }
}
/*END    经验做法*/


a:hover,a:focus,.sjbs .title a:hover,.sjbs .title a:focus{
    color: #D43030;
}

@media screen and (max-width: 1199px) and (min-width: 768px){
    .container01 {
        width: 100%;
    }
}
