@charset "utf-8";
@media screen and (max-width: 480px) {
    body {
        min-width: auto;
        position: relative;
    }
    .container,
    .box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .books {
        position: absolute;
        display: block;
        z-index: 1111111;
        top: 0;
        right: 0;
    }
    .books::before {
        content: "";
        position: absolute;
        top: 6px;
        right: 10px;
        width: 36px;
        height: 31px;
        background: url("../images/books.png") no-repeat;
        transform: scale(0.8);
        display: inline-block;
    }
    #logoimg,
    .logo img {
        max-height: 94px;
        animation: zoomIn 1s;
    }
    #logotxt {
        font-size: 22px;
        color: #fff;
        animation: zoomIn 1s;
    }
    .header {
        min-height: auto;
    }
    .header-con {
        height: auto;
    }
    .logo {
        line-height: normal;
        padding: 45px 0 15px;
    }
    .search-event {
        display: none;
    }
    /* 导航 */
    .nav-bar {
        width: 100%;
        margin: 0 auto;
    }
    .nav {
        display: none;
        padding: 0 !important;
        width: 100%;
        height: initial;
        position: absolute;
        top: 45px !important;
        left: 0 !important;
        background: #1a2fb4;
        z-index: 111 !important;
    }
    .nav .nLi>a {
        text-align: center;
        font-weight: bold;
        font-size: 17px;
        display: inline-block;
        width: 70%;
        line-height: 45px;
        height: 45px;
        color: #fff;
    }
    .nav .sub a {
        color: #fff;
        text-align: center;
        font-weight: normal;
        font-size: 15px;
        width: 100%;
        padding: 0;
        height: 45px;
        line-height: 45px;
    }
    .nav .nLi {
        margin: 0;
        position: relative;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #e7e7e7;
        height: 45px;
    }
    .nav>.nLi span {
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        font-size: 24px;
        font-weight: bold;
        line-height: normal;
        color: #fff;
    }
    .nav .sub {
        float: left;
        width: 100%;
        left: 0;
        top: 45px;
        line-height: 50px;
        z-index: 999;
        padding: 0;
        border-radius: 0;
    }
    .nav .sub li {
        border-top: none;
        border-bottom: 1px solid #e7e7e7;
        opacity: 1;
        border-radius: 0;
        background-color: #13bbef;
    }
    /* 轮播图 */
    .slideBox {
        margin: 20px 0;
    }
    .slideBox .bd {
        height: 100% !important;
    }
    .slideBox .bd img {
        height: 100%;
        width: 100%;
    }
    .tempWrap {
        height: 100% !important;
        width: 100% !important;
    }
    .slideBox .hd{
        right: 50%;
        bottom: 5px;
        transform: translate(50%);
    }
    .slideBox .hd ul li {
        margin: 0 5px;
        width: 10px;
        height: 10px;
    }
    /* 主体 */
    .main-1-l,
    .main-1-r,
    .main-1-l-con1,
    .main-1-l-con2,
    .main-3>ul>li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .mytitle {
        height: 45px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .main-1-r-text {
        width: 70%;
    }
    .main-1 {
        margin-bottom: 0;
    }
    .main-2 {
        margin-bottom: 20px;
        padding: 20px 0;
    }
    .main-3>ul>li {
        margin-right: 0;
    }
    .main-4 ul {
        margin-left: 0;
    }
    .main-4 ul>li {
        width: 50%;
        float: left;
        margin: 0 0 15px 0;
        text-align: center;
    }
    .main-4 ul>li>div {
        display: inline-block;
    }
    /* footer */
    .footer {
        padding: 20px 0;
        background: #133294;
    }
    .footer p {
        font-size: 12px;
    }
    .footer-con>div {
        float: none;
    }
    .footer-con div.fr {
        margin-top: 10px;
        text-align: center;
    }
    .footer-con2 ul li {
        margin-left: 0;
        width: 50%;
    }
    .footer-con2 ul li:last-child {
        width: 100%;
    }
    .footer-con2 ul li>img {
        display: none;
    }
    .hover-img {
        display: block;
        position: relative;
        left: unset;
        top: unset;
        margin: 10px 0;
    }
    /* 二三级 */
    .section {
        width: 100%;
        padding: 15px 0;
        min-height: 500px;
    }
    .banner{ margin-bottom: 0; }
    .right_aside .head .rt{ display: none; }
    .bread span:before {
        display: none;
    }
    .bread {
        padding-left: 15px;
    }
    .left_aside {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .right_aside {
        margin: 0;
        padding: 0;
    }
    .right_aside .comment {
        min-height: 200px;
        padding: 20px 0;
    }
    .bread p {
        display: none;
    }
    .bread .rt {
        float: left;
    }
    .right_aside .comment .list li {
        font-size: 14px;
        padding: 0;
    }
    .right_aside .comment .list li p {
        margin-right: 100px;
    }
    .right_aside .comment .list li a {
        padding-left: 15px;
    }
    .right_aside .comment .list li a:before {
        top: 8px;
    }




/*通用新版现任领导列表页new20221119*/
.img-info-list {
           /* width: 870px;*/
          width: 100%;
            margin: 0 auto;

        }
        .img-info-list li{
            height:  auto;
            padding: 18px 16px 18px 0;
            border-bottom: 1px solid #bfc2c7;
            cursor: pointer;
 transition: .3s;

        }




.img-info-list  li:hover{
  /*  padding-left: 25px;
 background: url("../images/ldbg.jpg") no-repeat;

background:#f6f6f6;*/

}

        .img-info-list li img{
            float: center;
            width: 180px;
            height: 220px;
            display: inline-block;
            object-fit: cover;
            
        }
        .img-info-list li .info-box {
            float: left;
          /*  width: 602px;  */
width:100%; 
            height: auto;
            display: inline-block;
            margin-left: 20px;
        }
        .img-info-list li .info-box .title {
            font-size: 16px;
	        color: #000000;
            width: 100%;
            overflow:hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow:ellipsis;
            margin-bottom: 20px;
        }
        .img-info-list li .info-box .text {
           display:none;
 font-size: 12px;
            height: auto;
	        color: #666666;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
        }
        .img-info-list li .info-box  .date {

         display:none;

            font-size: 14px;
	        color: #666666;
            display: flex;
justify-content: space-between;

                        margin-top: 35px;
        }
	 .img-info-list li .info-box  .date >span:hover:last-child {
		color: #e62c2c
	}
/*通用新版新版现任领导结束new20221119*/





    .article {
        padding: 0;
        min-height: 300px;
    }
    .article .caption {
        padding: 15px 0;
    }
    .article .caption h2 {
        font-size: 18px;
        line-height: 1.5em;
    }
    .article .content {
        font-size: 14px;
    }
    .article .content p{
        line-height: 1.75em;
    }
    .article .content img {
       max-width: 100%;
       height: auto !important 
     }
    .caption p {
        font-size: 12px;
    }
    .caption p span {
        margin: 0 5px;
    }
    .list-img {
        margin: 0 -5px;
    }
    .list-img li {
        width: 50%;
        padding: 0 5px;
        margin: 10px 0;
    }
    .list-img li>a {
        width: 100%;
        height: auto;
        max-height: 200px;
    }
    .list-img li img{
        height: 120px;
    }
    .list-img li p{
        margin: 0 5px;
    }
}