        @charset "utf-8";
        .banner img {
            display: block;
            width: 100%;
        }
        
        .nymain {
            /* padding-bottom: 57px; */
            background: url(../images/ny-main.jpg) no-repeat center center;
            background-size: cover;
        }
        
        .ny-tit {
            position: relative;
            height: 61px;
            /* overflow: hidden; */
            width: 100%;
            border-bottom: 1px solid #e2e2e2;
        }
.nav_lm{float: left;}
.nav_lm li{float: left;font-size: 18px;padding: 0 0;line-height: 58px;}
.nav_lm li:hover{color:#0966b4; border-bottom: #0966b4 5px solid;font-weight: bold;}
.nav_lm li a{display: block;width: 100%;height: 100%;padding: 0 20px;}
.nav_lm .onthis{color:#0966b4; border-bottom: #0966b4 5px solid;font-weight: bold;}
.nav_this{float: right;line-height: 35px;color: #999;line-height: 58px;position: absolute;right: 0;}
.nav_this span,.nav_this a {display: inline-block;/* font-size: 14px; */}
.nav_this span, a.active {/*color: #0966b5;*/}



        .ny-tit h4 {
            position: relative;
            font-size: 24px;
            line-height: 35px;
            color: #0966b5;
            padding-left: 20px;
            border-left: 5px solid #0966b5;
            display: none;
            /* line-height: 60px; */
        }
        
        .ny-tit h4>span {
            position: absolute;
            top: 0;
            right: 0;
            width: 48px;
            height: 48px;
            background: url(../images/ny-icon3.png);
            background-repeat: no-repeat;
            background-position: center center;
            display: none;
        }
/*
        .ny-tit>div {
            position: absolute;
            top: 0;
            right: 0;
            line-height: 35px;
            color: #999;
        }
        
        .ny-tit>div span,
        .ny-tit>div a {
            display: inline-block;
            font-size: 14px;
        }
        
        .ny-tit>div a.active {
            color: #0966b5;
        }
*/
        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */
        
        .pagination {
            text-align: center;
            font-size: 0;
            padding-top: 30px;
        }
        
        .pagination a {
            display: inline-block;
            border: 1px solid #dcdcdc;
            padding: 0 12px;
            height: 35px;
            font-size: 14px;
            line-height: 35px;
            text-align: center;
            color: #666;
            margin: 0 7px;
        }
        
        .pagination a.active {
            background: #0d5ea3;
            color: #fff;
            border: 1px solid #0d5ea3;
        }
        
        .pagination a:hover {
            background: #0d5ea3;
            color: #fff;
            border: 1px solid #0d5ea3;
        }
        
        .pagination span {
            display: inline-block;
            font-size: 14px;
        }
        
        .ny-left {
            width: 210px;
            margin-top: 22px;
            float: left;
            background: #f5f5f5;
            display: none;
        }
        
        .ny-left p {
            padding-left: 50px;
            font-size: 20px;
            color: #fff;
            line-height: 60px;
            background: #004ea2;
            display: none;
        }
        
        .leftNav p span {
            display: none;
            float: right;
            width: 15px;
            height: 15px;
            margin-right: 20px;
            margin-top: 15px;
            background: url(../images/sub_left_down2.png) no-repeat center center;
            background-size: 14px 14px;
        }
        
        .nymain .leftNav p span.on {
            background: url(../images/sub_left_up2.png) no-repeat center center;
            background-size: 14px 14px;
        }
        
        .ny-left>ul>li {
            line-height: 60px;
            position: relative;
        }
        
        .ny-left>ul>li>a {
            display: block;
            font-size: 18px;
            color: #333;
            position: relative;
            padding: 0 10px;
            text-align: center;
            white-space: nowrap;
            text-overflow: ellipsis;
            border-bottom: 1px solid #e2e2e2;
        }
        
        .ny-left>ul>li>ul {
            background: #fff;
            display: none;
        }
        
        .ny-left>ul>li>ul>li {
            line-height: 32px;
            position: relative;
        }
        
        .ny-left>ul>li>ul>li>a {
            display: block;
            font-size: 16px;
            text-align: center;
        }
        
        .ny-left>ul>li>span {
            display: none;
            position: absolute;
            width: 14px;
            height: 14px;
            right: 20px;
            top: 0;
            background: url(../images/sub_left_down.png) no-repeat center center;
            background-size: 14px 14px;
            cursor: pointer;
        }
        
        .nymain .leftNav ul li.on>span {
            background: url(../images/sub_left_up.png) no-repeat center center;
            background-size: 14px 14px;
        }
        
        .ny-left>ul>li.on>a,
        .ny-left>ul>li.active>a {
            background: #0966b5;
            color: #fff;
            border-bottom-color: #0966b5;
        }
        
        .ny-left>ul ul>li:hover a {
            color: #0966b5;
        }
        
        .ny-right {
            overflow: hidden;
            padding-left: 0;
        }
        
        .ny-body {
            overflow: hidden;
            padding-top: 11px;
            margin-top: 0;
            /* border-top: 1px solid #e2e2e2; */
    min-height: 500px;
        }
        
        .nybox {
            position: relative;
            margin-top: -73px;
            padding: 36px 69px 50px 47px;
            background: #fff;
            border-radius: 10px;
        }
        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */
        
        .list-text>ul>li {
            position: relative;
            /* line-height: 60px; */
            border-bottom: 1px dashed #e2e2e2;
            height: auto;
            overflow: hidden;
            width: 100%;
            padding: 24px 0;
        }
        
        .list-text>ul>li a {
            display: block;
            font-size: 16px;
            color: #000000;
            padding-left: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            float: right;
            width: 87%;
            font-weight: bold;
            line-height: 40px;
        }
        .ddd{
            /* position: absolute; */
            /* top: 0; */
            /* left: 0; */
            font-size: 20px;
            color: #333333;
            display: block;
            width: 10%;
            height: 110px;
            padding: 2% 2%;
            background: #f6f6f6;
            float: left;
            text-align: center;
            line-height: 30px;
        }
        .list-text>ul>li span {
            
line-height: 30px;
        }
        
        .list-text>ul>li:hover a,
        .list-text>ul>li:hover span {
            color: #0d5ea3;
        }
        /*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡-ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ  */
        
        .list-img>ul>li>a {
            display: block;
            overflow: hidden;
        }
        
        .list-img>ul>li .pho {
            float: left;
            width: 258px;
            margin-right: 35px;
        }
        
        .list-img>ul>li .pho img {
            display: block;
            width: 100%;
            transition: all .3s;
        }
        
        .list-img>ul>li .list-info {
            overflow: hidden;
        }
        
        .list-info h4 {
            font-size: 20px;
            line-height: 1;
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: normal;
        }
        
        .list-info p {
            font-size: 16px;
            line-height: 30px;
            color: #666;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 90px;
            margin-top: 18px;
        }
        
        .list-info span {
            margin-top: 16px;
            display: block;
            font-size: 14px;
            color: #666;
            padding-left: 24px;
            background: url(../images/tm.png) no-repeat left center;
        }
        
        .list-img>ul>li {
            padding-top: 27px;
            padding-bottom: 29px;
            border-bottom: 1px dashed #e2e2e2;
        }
        
        .list-img>ul>li:hover img {
            transform: scale(1.1);
        }
        
        .list-img>ul>li:hover h4 {
            color: #0966b5;
        }
        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */
        
        .ny-del p {
            font-size: 16px;
            line-height: 30px;
            color: #000;
            margin-top: 36px;
        }
        
        .ny-del p:first-child {
            margin-top: 16px;
            /* text-align: center; */
        }
        
        .ny-del-tit {
            padding-top: 23px;
            padding-bottom: 15px;
        }
        
        .ny-del-tit h4 {
            font-size: 24px;
            line-height: 1;
            color: #333;
            text-align: center;
        }
        
        .ny-del-tit p {
            font-size: 0;
            text-align: center;
            background: #f5f5f5;
            margin-top: 40px;
        }
        
        .ny-del-tit p span {
            display: inline-block;
            font-size: 14px;
            line-height: 40px;
            color: #666;
            margin-left: 26px;
        }
        
        .ny-del-tit p span:first-child {
            margin-left: 0;
        }
        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */
        
        .list-tearch ul>li {
            width: 20%;
            /* margin-top: 27px; */
            margin: 27px 2%;
        }
        
        .list-tearch ul>li:nth-child(3n+2) {
           /* margin-left: 7.295%;
            margin-right: 7.295%;*/
        }
        
        .list-tearch ul>li a {
            display: block;
            overflow: hidden;
            position: relative;
        }
        
        .list-tearch ul>li .pic {
            padding-top: 124.50%;
        }
        
        .t-info1 {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 22px 22px 15px;
            background: url(../images/t-info1.png) no-repeat center bottom;
            background-size: 100%;
            opacity: .8;
        }
        
        .t-info1 h4 {
            font-size: 20px;
            line-height: 1;
            color: #fff;
            font-weight: normal;
        }
        
        .t-info1 p {
            font-size: 14px;
            line-height: 22px;
            color: #fff;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 44px;
            margin-top: 9px;
        }
        
        .t-info2 {
            position: absolute;
            left: 0;
            right: 0;
            top: 130%;
            bottom: 0;
            padding: 34px 22px;
            background: rgba(0, 0, 0, .5);
            transition: all .3s;
        }
        
        .t-info2 h4 {
            font-size: 22px;
            color: #fff;
            line-height: 1;
            font-weight: normal;
        }
        
        .t-info2 p {
            font-size: 14px;
            line-height: 30px;
            color: #fff;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 9;
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 270px;
            margin-top: 22px;
        }
        
        .list-tearch ul>li:hover img {
            opacity: .5;
            filter: blur(5px);
            -webkit-filter: blur(5px);
        }
        
        .list-tearch ul>li:hover .t-info1 {
            display: none;
        }
        
        .list-tearch ul>li:hover .t-info2 {
            top: 0;
        }



.nr1{padding: 20px;overflow: hidden;margin-top: 10px}
.nr1 h4{position: relative;color: #767575;font-size:30px;border-bottom: 5px #0966b4 solid;display: inline-block;padding: 5px 20px;margin-bottom: 10px;}
.nr1 h4:before{content: "";position: absolute;left: 10px;top: 12px;height: 25px;width: 5px;border-radius: 5px;background-color: #0b66ac;}
.nr1 h1{font-size: 2.4rem;font-weight: normal;padding-bottom: 10px}
.nr1 p{padding-bottom: 10px;font-size: 1.6rem !important;text-indent: 2em;line-height: 190%}
.nr1 p>img,.sj-list .nr>img{display: block;max-width: 700px;margin: 0 auto}
 .nr1 .message{display: inline-block;width: 100%;min-width: 450px;background-color: #eee;height: 220px;margin-bottom: 10px;overflow: hidden;}
.nr1 .message>img{float: left;width: 160px;border: 0;outline: 0;height: 220px;display: inline-block;}
.nr1 .message .txtright{float: left;width: 87%;min-width: 270px;padding-left: 20px;padding-top: 20px;padding-right: 10px;}
.nr1 .message .txtright  span{display: block;/* width: 80%; */height: 27px;line-height: 27px;white-space: nowrap;overflow: hidden;font-size:14px !important;text-overflow: ellipsis;}




.teachlist1{}
            .teachlist1 li{ width:44%; border:1px solid #e3e3e3;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; float:left; margin:15px 20px;}
            .teachlist1 li .wy{ padding:10px;}
            .teachlist1 li .wy .jspic{ float:left; width: 158px; height:190px; text-align:center; line-height:190px; margin-right:20px; overflow:hidden; background:#f5f5f5;}
            .teachlist1 li .wy .jspic img{ max-width:158px; vertical-align:middle;}
            .teachlist1 li .wy .jsxx { float:left; width:calc(100% - 180px);}
            .teachlist1 li .wy .jsxx h2{ font-size:19px; font-weight:bold; line-height:45px;}
            .teachlist1 li .wy .jsxx h2 a{ color:#333; text-decoration:none;}
            .teachlist1 li .wy .jsxx h2 a:hover{}
            .teachlist1 li .wy .jsxx p{line-height:26px; font-size:15px;margin:5px 0; color:#666;}
            .teachlist1 li .tion{ clear:both; border-top:1px solid #e3e3e3;height:50px; line-height:50px;padding:0 10px;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;*white-space:nowrap;overflow:hidden; font-size:15px;color:#666;}
            .teachlist1 li .wy:after{visibility:hidden; display:block; content:""; clear:both;}


   @media screen and (max-width: 1024px) {
  .teachlist1 li{width: 96%;box-sizing:border-box;-moz-box-sizing:border-box;}
       
   }



        
        @media screen and (max-width: 1024px) {
            .banner {
                margin-top: 70px;
            }
.ny-tit{height:34px}
.nav_lm{display: none;}
            .ny-left {
                float: none;
                width: auto;
                margin-top: 0;
				display: block;
            }
            .ny-left p {
                display: block;
                line-height: 45px;
                font-size: 16px;
                padding-left: 35px;
            }
            .ny-left p span {
                display: block;
            }
            .ny-left ul {
                display: none;
            }
            .ny-left ul>li {
                line-height: 40px;
            }
            .ny-left ul>li>a {
                font-size: 14px;
                text-align: left;
            }
            .ny-left ul>li span {
                display: block;
                width: 40px;
                height: 40px;
                right: 7px;
            }
            .ny-left>ul>li>ul>li>a {
                font-size: 12px;
                text-align: left;
                padding-left: 30px;
            }
            .ny-tit h4 {
                font-size: 20px;
                line-height: 20px;
                padding-left: 10px;
                display: block;
                position: absolute;
            }
            .ny-tit>div {
                line-height: 20px;
            }
            .ny-tit>div h4,
            .ny-tit>div span,
            .ny-tit>div a {
                font-size: 12px;
            }
            .nybox {
                margin-top: 10px;
                padding: 15px 10px 20px;
                border-radius: 0;
            }
            .ny-right {
                padding-left: 0;
                margin-top: 10px;
            }
            .nymain {
                padding-bottom: 15px;
            }
            .list-text>ul>li {
                line-height: 42px;
            }
			 .list-text>ul>li>a
             {
                font-size: 16px;
                width: 82%;
            }
			.list-text>ul>li p{ width: 82% !important;}
            .ddd {
                font-size: 13px;
                width: 14%;
            }
			
            .list-info h4 {
                font-size: 14px;
            }
            .list-info p {
                font-size: 12px;
                line-height: 24px;
                height: 72px;
            }
            .list-info span {
                font-size: 12px;
            }
            .list-img>ul>li .pho {
                margin-right: 20px;
            }
            .list-img>ul>li {
                padding-top: 15px;
                padding-bottom: 15px;
            }
            .ny-del-tit h4 {
                font-size: 18px;
                line-height: 1.2;
            }
            .ny-del-tit p {
                margin-top: 15px;
            }
            .ny-del-tit p span {
                font-size: 12px;
                line-height: 32px;
            }
            .ny-del-tit {
                padding-top: 10px;
                padding-bottom: 5px;
            }
            .ny-del p:first-child {
                margin-top: 10px;
            }
            .ny-del p {
                font-size: 13px;
                line-height: 28px;
                margin-top: 10px
            }
            .t-info1 h4 {
                font-size: 16px;
            }
            .t-info1 p {
                font-size: 12px;
            }
            .t-info1 {
                padding: 15px;
                background-size: cover;
            }
            .t-info2 h4 {
                font-size: 16px;
            }
            .t-info2 p {
                font-size: 12px;
                line-height: 22px;
                max-height: 198px;
            }
            .t-info2 {
                padding: 15px;
            }
        }
        

.sj-ld{padding-bottom: 20px}
.sj-ld ul li{width: 48%;display: inline-block;overflow:hidden;}
.sj-ld ul li:nth-of-type(even){margin-left: 3%}
.sj-ld ul li h3{font-size: 1.5rem;color: #014b68;height: 60px;line-height: 60px;border-bottom: 1px #ccc dashed;width: 100%;margin-bottom: 20px;text-align: center;}
.sj-ld ul li div{background-color: #ccc}
.sj-ld ul li div img{display: inline-block;width: 150px;height: 220px;float: left}
.sj-ld ul li div>span{display: inline-block;float: left;overflow: hidden;width: 400px;padding-left: 20px}
.sj-ld ul li div>span>span{display: block;line-height: 28px;color: #505050}
.sj-ld ul li div i{font-style: normal;display: inline-block;}

 .Box1 .hd{ margin-top:30px; text-align:left;}
            .Box1 .hd li {float:left;}
            .Box1 .hd li{display:inline-block;margin:0 5px;overflow:hidden;font-size:18px;height:45px;line-height:45px;text-align:center;color:#333;cursor:pointer;position:relative;border:1px solid #2e73be;border-radius:25px;margin-bottom: 10px;}
            .Box1 .hd li:hover{background:#2e73be; color:#fff; font-weight:bold;}
            .Box1 .hd li:hover a{color:#fff;}
            .Box1 .hd li a:hover{color:#fff;}
            .Box1 .hd li a{display:block;padding: 0 25px;}
            .Box1 .hd li a.on{ background:#2e73be; color:#fff; font-weight:bold;}





        @media screen and (max-width:768px) {
.ddd{/* height: 95px; */}
.list-text>ul>li span i{    font-size: 26px;}
            .ny-left p {
                padding-left: 15px;
            }
            .list-img>ul>li .pho {
                width: 198px;
            }
            .list-info span {
                margin-top: 10px;
            }
            .list-info p {
                margin-top: 10px;
            }
            .list-tearch ul>li {
                width: 49%;
                margin-top: 10px;
            }
            .list-tearch ul>li:nth-child(3n+2) {
                margin-left: 0;
                margin-right: 0;
            }
            .list-tearch ul>li:nth-child(even) {
                margin-left: 2%;
            }
        }
        
        @media screen and (max-width:640px) {
            .banner {
                margin-top: 50px;
            }
            .ny-tit>div {
                position: relative;
                margin-top: 2px;
                font-size: 12px;
            }
            .ny-body {
                margin-top: 10px;
            }
        }
        
        @media screen and (max-width:480px) {
            .list-img>ul>li .pho {
                width: 128px;
                margin-right: 15px;
            }
            .list-info span {
                margin-top: 5px;
            }
            .list-info p {
                -webkit-line-clamp: 2;
                line-height: 22px;
                height: 44px;
                margin-top: 5px;
            }
            .list-tearch ul>li {
                float: none;
                width: auto;
            }
            .list-tearch ul>li:nth-child(3n+2) {
                margin-left: 0;
                margin-right: 0;
            }
            .list-tearch ul>li:nth-child(even) {
                margin-left: 0;
            }
        }
        
        @media screen and (max-width:380px) {
            .list-img>ul>li .pho {
                float: none;
                width: auto;
                margin-right: 0;
            }
            .list-info {
                margin-top: 10px;
            }
        }

.list-sy>ul>li {
    float: left;
    width: 48%;
    margin-top: 30px;
}

.list-sy>ul>li:nth-child(even) {
    margin-left: 4%;
}

.list-sy>ul>li>a {
    display: block;
}

.list-sy>ul>li h4 {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    padding-left: 30px;
    background: url(../images/list-h4.png) no-repeat center center;
    background-size: cover;
}

.list-sy>ul>li .list-info2 {
    min-height: 250px;
    padding: 20px 30px;
    background: #f5f5f5;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .15);
}

.list-sy>ul>li .list-info2 li{
    float:left;
    width: 50%;
    line-height:35px;
    text-align:center;
}

.list-info2 p {
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

@media screen and (max-width:1260px) {
    .list-sy>ul>li .list-info2 p {
        font-size: 13px;
        line-height: 30px;
    }
    .list-sy>ul>li .list-info2 {
        min-height: 250px;
        padding: 20px 20px;
    }
    .list-sy>ul>li h4 {
        font-size: 18px;
        line-height: 42px;
        padding-left: 20px;
    }
}

@media screen and (max-width:1024px) {
    .list-sy>ul>li {
        margin-top: 15px;
    }
}

@media screen and (max-width:690px) {
    .list-sy>ul>li {
        float: none;
        width: auto;
    }
    .list-sy>ul>li:first-child {
        margin-top: 0;
    }
    .list-sy>ul>li:nth-child(even) {
        margin-left: 0;
    }
    .list-sy>ul>li .list-info2 {
        padding: 10px 10px;
        min-height: 250px;
    }
     .list-sy>ul>li .list-info2 li{
        
        width:50%;
    }
    .list-sy>ul>li .list-info2 li a{
        font-size:14px;
    }
    .list-sy>ul>li h4 {
        font-size: 16px;
        line-height: 34px;
        padding-left: 15px;
    }
}
