@charset "utf-8"; .banner { width: 100%; overflow: hidden; position: relative; height: 600px; } .banner::after { content: ''; position: absolute; top: 0; left: 0; right: 0; /* background: url(../images/top-yy.png) repeat-x; */ height: 160px; } .banner img { display: block; width: 100%; } /* 分页 */ .pagination { text-align: center; font-size: 0; padding-top: 50px; } .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: #a81b00; color: #fff; border: 1px solid #a81b00; } .pagination a:hover { background: #a81b00; color: #fff; border: 1px solid #a81b00; } .pagination span { display: inline-block; font-size: 14px; } .nymain { position: relative; padding: 40px 0; } .nymain .leftNav { float: left; width: 260px; position: relative; } .nymain .leftNav>h2 { line-height: 80px; color: #fff; background: #a81b00; font-size: 28px; font-weight: bold; overflow: hidden; padding-left: 40px; } .nymain .leftNav>ul { background: #fff; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22); } .nymain .leftNav>ul>li { position: relative; } .nymain .leftNav>ul>li::before { content: ""; position: absolute; left: 0; top: 0; height: 100%; border-left: 3px solid #a81b00; transform: scaleY(0); z-index: 1; transition: all 0.3s; } .nymain .leftNav>ul>li:first-child { border-top: none; } .nymain .leftNav>ul>li>a { position: relative; } .nymain .leftNav>ul>li>a::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; background: url(../images/left-sj.png) no-repeat; background-size: cover; width: 16px; height: 16px; display: none; } .nymain .leftNav ul li a { display: block; font-size: 18px; line-height: 66px; padding-left: 40px; border-bottom: 1px solid #e5e5e5; } .nymain .leftNav ul li:last-child a { border-bottom: none; } .nymain .leftNav>ul>li.on>a { color: #a81b00; font-weight: 600; } .nymain .leftNav>ul>li.on>a::after, .nymain .leftNav>ul>li.active>a::after, .nymain .leftNav>ul>li:hover>a::after { display: block; } .nymain .leftNav>ul>li:hover>a { color: #a81b00; font-weight: 600; } .nymain .leftNav>ul>li.on::before, .nymain .leftNav>ul>li:hover::before { transform: none; } .nymain .leftNav>ul>li.active>a { color: #a81b00; font-weight: 600; } .nymain .leftNav ul li.active ul li.active a{ color: #a81b00; font-weight: 600; } .nymain .leftNav ul li.active ul { display: block; } .nymain .leftNav ul li a:hover { background-position: 31px center; color: #a81b00; } .nymain .leftNav>ul>li>ul { display: none; padding-top: 0; padding-bottom: 0; padding-right: 0; border-bottom: 1px solid #e5e5e5; } .nymain .leftNav>ul>li>ul>li>a { font-size: 15px; line-height: 46px; padding-left: 60px; color: #666666; border-bottom: none; } .ny-right { float: right; width: calc(100% - 326px); min-height: 400px; margin-bottom: 10px; min-height: 500px; } .position>div { position: relative; text-align: right; font-size: 0; line-height: 66px; border-bottom: 1px solid #d2d2d2; } .position h3 { position: absolute; font-size: 28px; font-weight: bold; text-align: left; bottom: 0; left: 0; } .position span { color: #888; font-size: 14px; vertical-align: middle; } .position img { height: 16px; vertical-align: middle; margin-right: 10px; } .position a { font-size: 14px; color: #888; margin: 0 5px; vertical-align: middle; } .position a:hover { color: #a81b00; } /* 列表页 */ .text-list { margin-top: 20px; } .text-list ul li { padding-left: 25px; position: relative; line-height: 60px; border-top: 1px solid rgba(186, 147, 184, 0.2); font-size: 16px; position: relative; left: 0; transition: all 0.3s; } .text-list ul li:first-child { border-top: none; } .text-list ul li::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 6px; height: 6px; border-radius: 50%; background-color: #a81b00; } .text-list ul li a { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .text-list ul li span { float: right; padding-left: 15px; color: #999; font-size: 16px; } .text-list ul li:hover+li { border-top-color: #a81b00; } .text-list ul li:hover a { color: #a81b00; } .text-list ul li:hover span { color: #a81b00; } .text-list ul li:hover { left: 5px; } .art-main .art-tit h3 { text-align: center; color: #333; font-weight: normal; font-size: 24px; margin-top: 30px; font-weight: 600; } .art-main .art-body { padding-top: 30px; } .art-main .art-body p { color: #333333; text-indent: 2em; font-size: 16px !important; line-height: 30px !important; margin-bottom: 20px; } .art-main .art-body img { max-width: 100% !important; height: auto !important; margin: 0 auto; } .art-main .cont-tit p { font-size: 0; text-align: center; padding-top: 20px; padding-bottom: 20px; line-height: 20px; background: bottom; border-bottom: 1px solid #dcdcdc; } .art-main .cont-tit p img { display: inline-block; vertical-align: middle; height: 16px; margin-right: 5px; } .art-main .cont-tit p .liulan { margin-left: 50px; } .art-main .cont-tit p span { display: inline-block; vertical-align: middle; font-size: 16px; color: #999; margin: 0 30px; } .art-main .cont-tit p span span{ margin:0; } .art-info { border-top: 1px dashed #e0e0e0; margin-top: 25px; } .pnext { margin-top: 25px; } .pnext p { text-indent: initial; line-height: 32px; color: #555555; } .pnext p a { color: #555555; } .pnext p:hover { /* color: #96632C; */ } .pnext p:hover a { color: #a81b00; } /* 图片列表 */ .img-lists ul { overflow: hidden; margin-left: -2%; margin-right: -2%; } .img-lists ul li { float: left; width: 29%; margin: 40px 2% 0 2%; border: 1px solid #eee; transition: all 0.3s; position: relative; top: 0; } .img-lists ul li:hover { box-shadow: 0 0 10px rgba(51, 51, 51, 0.16); top: -10px; } .img-lists ul li a { display: block; width: 100%; } .img-lists ul li a .pic { padding-top: 61%; } .img-lists ul li a>img { display: block; width: 100%; height: 196px; } .img-lists ul li a>div.info { padding: 10px; font-size: 0; text-align: center; } .img-lists ul li a>div.info p { color: #333; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 5px; } .img-lists ul li:hover a>div.info p { color: #a81b00; } /* 师资列表 */ .img-lists2 ul { overflow: hidden; } .img-lists2 ul li { float: left; width: 23%; margin: 15px 1%; } .img-lists2 ul li a { display: block; } .img-lists2 ul li a .pic { padding-top: 120%; } .img-lists2 ul li a .info { font-size: 16px; color: #000; line-height: 30px; text-align: center; } .dt-list2 { overflow: hidden; } .dt-list2 li { position: relative; transition: all 0.5s; padding: 40px 0 45px 0; border-bottom: 1px dotted #cccccc; } .dt-list2 li:hover a .date { background: #a81b00; } .dt-list2 li:hover a .dt-text h3 { color: #a81b00; } .dt-list2 li:hover a .dt-text p { color: #a81b00; } .dt-list2 li a { display: block; overflow: hidden; } .dt-list2 li .date { background: #bfbfbf; float: left; width: 68px; text-align: center; color: #fff; padding: 7px 0; border-top-left-radius: 10px; border-bottom-right-radius: 10px; } .dt-list2 li .date p { font-size: 12px; line-height: 24px; } .dt-list2 li .date span { display: block; font-size: 30px; line-height: 30px; color: #fff; font-weight: 600; } .dt-list2 li a>.dt-text { overflow: hidden; padding: 0 0 0 20px; } .dt-list2 li a>.dt-text h3 { font-size: 24px; line-height: 34px; color: #333; overflow: hidden; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; } .dt-list2 li a>.dt-text p { overflow: hidden; color: #666666; font-size: 16px; line-height: 30px; margin-top: 10px; } /* 新闻列表 */ .timg-list ul li { margin-top: 35px; } .timg-list ul li a { display: block; transition: all 0.3s; } .timg-list ul li a h3 { font-size: 18px; color: #333333; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .timg-list ul li a>div { overflow: hidden; } .timg-list-img { float: left; width: 350px; margin-right: 30px; } .timg-list ul li a .pic { padding-top: 62%; } .timg-list ul li a:hover h3 { color: #a81b00; } .timg-list ul li a:hover span { background: #a81b00; border-color: #a81b00; color: #fff; } .timg-linfo { overflow: hidden; padding-top: 35px; } .timg-linfo p { font-size: 14px; line-height: 24px; color: #999999; height: 48px; white-space: pre-wrap; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; margin: 15px 0 0 0; text-indent: 2em; } .timg-linfo span { display: block; margin-top: 20px; line-height: 24px; color: #a81b00; font-size: 16px; padding-left: 30px; background-position: left center; } .timg-list ul li a:hover { background: #a81b00; padding: 20px; } .timg-list ul li a:hover h3 { color: #fff; } .timg-list ul li a:hover span { color: #fff; background-position: left center; } .timg-list ul li a:hover p { color: #fff; } /* 名师风采 */ .ldtz ul { margin-top: 30px; } .ldtz ul li { float: left; width: 48%; margin-bottom: 60px; } .ldtz ul li:nth-child(2n+1) { margin-right: 4%; } .ldtz ul li a { display: block; /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */ overflow: hidden; margin: 5px; border: 1px solid #eeeeee; transition: all 0.3s; } .ldtz ul li a:hover { box-shadow: 0 5px 10px rgba(0, 0, 0, .1); } .ldtz-pic { float: left; width: 165px; margin-right: 25px; } .ldtz-pic .pic { padding-top: 143%; } .ldtz-info { overflow: hidden; padding-top: 35px; } .ldtz-info h3 { font-size: 20px; line-height: 22px; font-weight: 600; color: #333333; padding-top: 20px; position: relative; margin-bottom: 15px; } .ldtz-info h3::before { content: ""; position: absolute; left: 0; top: 0; width: 30px; height: 4px; background: #a81b00; } .ldtz-info p { font-size: 16px; line-height: 30px; overflow: hidden; color: #666666; } /*机构*/ .list-jg ul { margin-left: -2%; margin-right: -2%; } .list-jg ul li { float: left; width: 21%; margin: 2%; font-size: 16px; text-align: center; } .list-jg ul li a { display: block; background: #faf4f4; border-bottom: 3px solid #94070a; box-sizing: border-box; color: #666; padding: 0 38px; font-size: 0; line-height: 80px; transition: all 0.5s; } .list-jg ul li a span { display: inline-block; color: #666; vertical-align: middle; font-size: 16px; line-height: 24px; } .list-jg ul li:hover a { background: #94070A; color: #fff; } .list-jg ul li:hover a span { color: #fff; } /*领导*/ .list-ld { overflow: hidden; } .list-ld ul { margin-left: -30px; margin-right: -30px; } .list-ld ul li { float: left; width: 25%; } .list-ld ul li a { display: block; margin: 25px 33px; } .list-ld ul li .pic { padding-top: 114.81%; } .list-ld ul li .ld-tx { background-color: #fff; box-shadow: 0px 2px 8px 0px rgba(10, 11, 24, 0.1); padding: 10px 0; } .list-ld ul li h3 { font-size: 18px; font-weight: bold; position: relative; text-align: center; padding: 0 10px; } .list-ld ul li h3::after { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); left: 0; width: 4px; height: 24px; background: #a81b00; } .list-ld ul li p { font-size: 14px; line-height: 24px; color: #999; margin-top: 10px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; padding: 0 10px; } .list-ld ul li:hover h3::after { background-color: #a81b00; } .list-ld ul li:hover h3 { color: #a81b00; } .list-ld ul li:hover .pic img { transform: scale(1.1); } /*历史*/ .list-ls ul { border-left: 1px solid #bfbfbf; margin-left: 15px; margin-top: 40px; } .list-ls ul li h3 { font-weight: bold; } .list-ls ul li h3::before { content: ""; position: absolute; left: -14px; top: 50%; margin-top: -13px; width: 26px; height: 26px; background: #fff; border: 1px solid #dcdcdc; box-sizing: border-box; border-radius: 50px; } .list-ls ul li h3::after { content: ""; position: absolute; left: -7px; top: 50%; margin-top: -6px; width: 12px; height: 12px; background: #94070a; border-radius: 50px; z-index: 1; } .list-ls ul li h3 { padding-left: 30px; } .list-ls ul li p { margin-left: 30px; } /* 师资列表 */ .img-sz {} .img-sz ul { overflow: visible; font-size: 0; text-align: center; margin-left: -3%; margin-right: -3%; border-bottom: 1px solid #e5e5e5; margin-top: 30px; padding-bottom: 30px; position: relative; } .img-sz ul::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -1px; width: 134px; height: 1px; background-color: #a81b00; z-index: 1; } .img-sz ul h3 { text-align: center; font-size: 22px; font-weight: bold; color: #a81b00; } .img-sz ul li { float: none; display: inline-block; width: 250px; margin: 30px 3% 0 3%; border: 0; } .img-sz ul li a .pic { padding-top: 75.2%; } .img-sz ul li a>div.info p { font-size: 18px; color: #000; margin-bottom: 0; } /* 师资内容 */ .sz-t { margin-top: 30px; position: relative; z-index: 1; } .sz-t::before { content: ""; position: absolute; left: 0; bottom: 0; top: 50px; right: 0; width: 100%; background-color: #edf1fa; z-index: -1; } .sz-t .pic { width: 250px; height: 188px; padding-top: 0; } .sz-ty { overflow: hidden; } .sz-ty h3 { font-size: 20px; font-weight: bold; color: #000; padding-left: 50px; line-height: 44px; } .sz-ty>div { padding-left: 50px; margin-top: 10px; padding: 10px 0 0 50px; overflow: hidden; } .sz-ty>div p { float: left; width: 50%; min-width: 180px; line-height: 40px; color: #000; } .sz-box { margin-top: 30px; } .sz-box h4 { font-size: 18px; font-weight: bold; color: #a81b00; line-height: 36px; } .sz-box p { color: #4c4c4c; line-height: 28px; } .sz-box p b { font-weight: bold; } /* 图文列表页 start */ .tw ul li a { display: block; overflow: hidden; padding: 30px 20px; border-bottom: 1px solid rgba(186, 147, 184, 0.2); transition: all 0.3s; } .tw ul li a .pic { width: 260px; height: 163px; padding-top: 0; } .tw ul li a .tw-tx { overflow: hidden; padding-left: 30px; } .tw ul li a .tw-tx .date { margin-top: 10px; font-size: 14px; color: rgba(168, 27, 0, 0.7); } .tw ul li a .tw-tx .date span { font-size: 24px; font-weight: bold; color: #a81b00; padding-right: 5px; } .tw ul li a .tw-tx h3 { font-size: 18px; font-weight: bold; line-height: 32px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; margin-top: 10px; } .tw ul li a .tw-tx p { font-size: 16px; line-height: 26px; height: 52px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; margin-top: 10px; color: #999; } .tw ul li:hover a { background-color: #a81b00; } .tw ul li:hover a .date, .tw ul li:hover a .date span { color: #fff; } .tw ul li:hover a .tw-tx h3 { color: #fff; } .tw ul li:hover a .tw-tx p { color: rgba(255, 255, 255, 0.68); } .sjtw ul li a .tw-tx { width: calc(100% - 90px); } @media screen and (max-width: 1420px) { .dt-list2 li a>.dt-text h3 { font-size: 20px; } .ldtz-pic { width: 140px; margin-right: 15px; } .ldtz-info { padding-top: 20px; } } @media screen and (max-width: 1200px) { .ldtz-info p { font-size: 14px; } } @media screen and (max-width: 1140px) { .list-jg ul li a { padding: 0 20px; } } @media screen and (max-width: 1100px) { .sz-ty>div { padding: 10px 0 0 25px; } .sz-ty h3 { padding-left: 25px; } } @media screen and (max-width: 1024px) { .banner::after { display: none; } .nymain .leftNav>h2 { font-size: 24px; padding-left: 20px; line-height: 70px; } .nymain .leftNav { width: 220px; } .nymain .leftNav ul li a { font-size: 18px; padding-left: 20px; } .nymain .leftNav>ul>li>ul>li>a { font-size: 15px; padding-left: 40px; } .nymain .leftNav>ul>li::before { border-left-width: 2px; } .nymain .leftNav>ul>li>a::after { width: 14px; height: 14px; } .ny-right { width: calc(100% - 260px); } .position>div { line-height: 50px; } .position span { font-size: 14px; } .position a { font-size: 14px; } .position h3 { font-size: 22px; } .position h3::after { height: 2px; } .text-list ul li span { font-size: 14px; } .img-lists ul li { width: 48%; margin: 20px 1%; } .img-lists ul li a>img { height: 209px; } .img-lists ul li a>div.info p { font-size: 14px; } .img-lists ul li a>div.info img { height: 12px; } .img-lists ul li a>div.info span { font-size: 12px; } .dt-list2 li { padding: 25px 0; } .timg-list ul li a h3 { font-size: 16px; } .timg-list-img { width: 260px; } .timg-linfo { padding-top: 10px; } .ldtz-pic { float: none; margin: 0 auto; } .ldtz-info { padding: 0 20px; padding-bottom: 15px; margin-top: 20px; text-align: center; } .ldtz-info h3::before { left: 50%; transform: translateX(-50%); } .ldtz ul li a { padding-top: 15px; } .list-jg ul li { width: 46%; } .list-jg ul li a span { font-size: 14px; } .img-sz ul { margin-left: -1.5%; margin-right: -1.5%; } .img-sz ul li { width: 100%; max-width: 210px; margin: 30px 1.5% 0 1.5%; } .img-sz ul li a>div.info p { font-size: 16px; } .tw ul li a { padding: 20px 10px; } .tw ul li a .pic { width: 200px; height: 125px; } .tw ul li a .tw-tx .date { margin-top: 0; } .tw ul li a .tw-tx .date span { font-size: 22px; } .tw ul li a .date span { font-size: 16px; } .tw ul li a .date p { font-size: 22px; } .tw ul li a .date em { width: 30px; height: 30px; } .tw ul li a .date p { font-size: 20px; } .tw ul li a .date em { width: 22px; height: 22px; background-size: auto 12px; margin-top: 25px; } .tw ul li a .tw-tx h3 { font-size: 16px; } .tw ul li a .tw-tx p { font-size: 14px; line-height: 24px; height: 48px; margin-top: 6px; } .sjtw ul li a .tw-tx { width: calc(100% - 80px); } .art-main .art-tit h3 { font-size: 20px; } .art-main .cont-tit p span { font-size: 14px; } .list-ld ul { margin-left: -18px; margin-right: -18px; } .list-ld ul li a { display: block; margin: 20px; } } @media screen and (max-width:900px) { .sz-t .pic { float: none; margin: 0 auto; } .sz-ty h3 { padding-left: 0; text-align: center; margin-top: 10px; } .sz-ty>div { padding: 0 20px; } } @media screen and (max-width:768px) { .nymain .leftNav>h2 { height: inherit; line-height: 46px; font-size: 16px; text-align: left; padding-left: 15px; font-weight: 600; background: #a81b00; } .nymain .leftNav>h2::before, .nymain .leftNav>h2::after { display: none; } .nymain .leftNav>h2 span { float: right; width: 24px; height: 30px; margin-top: 8px; background: url(../images/sub_left_down2.png) no-repeat center center; background-position: left center; margin-right: 10px; } .nymain { padding: 20px 0; } .nymain>div { padding: 0 20px 20px; } .nymain .leftNav { float: none; width: auto; top: 0; margin-right: 0; } .nymain .leftNav>p { font-size: 18px; padding: 10px 0; } .ny-right { float: none; width: auto; } .position { padding: 16px 0; margin-top: 0; margin-bottom: 0; } .position>div { text-align: left; line-height: 22px; padding-bottom: 10px; } .position h3 { left: 0; width: auto; height: 45px; font-size: 20px; line-height: 45px; position: relative; left: 0; margin-bottom: 10px; font-weight: 600; display: none; } .position h3::after { width: 37px; height: 37px; right: -10px; bottom: -15px; } .pagination { padding-top: 25px; } .pagination a { padding: 0 5px; height: 20px; line-height: 20px; font-size: 12px; margin: 0 3px; } .nymain .leftNav ul { display: none; padding-bottom: 0; } .nymain .leftNav ul li a { line-height: 55px; padding-left: 20px; font-size: 16px; } .nymain .leftNav>ul>li>span { top: 13px; } .text-list { margin-top: 0; } .text-list ul li { line-height: 50px; } .art-main .art-tit h3 { font-size: 18px; line-height: 30px; margin-top: 0; } .art-main .art-body p { margin-bottom: 15px; } .art-main .cont-tit p span { font-size: 14px; } .art-main .cont-tit p img { height: 12px; } .pnext { float: none; border: none; width: auto; } .pnext p { line-height: 30px; font-size: 14px; } .pnext p a { font-size: 14px; } .zzjg_text li { width: 50%; } .img-lists ul li { margin: 10px 1%; } .img-lists ul li a>img { height: 191px; } .xbxx { padding-top: 0; } .xbxx ul li a { padding: 15px 10px; } .xbxx ul li a h3 { font-size: 18px; padding-bottom: 10px; margin-bottom: 15px; } .xbxx ul li a p { font-size: 14px; line-height: 26px; height: 72px; padding: 0; } .xbxx ul li a div span { font-size: 12px; } .xbxx ul li a div img { height: 14px; } .img-lists2 ul li { width: 30%; margin-left: 1.5%; margin-right: 1.5%; } .nymain .leftNav>h2 img { height: 20px; } .text-list ul li span { font-size: 14px; } .position a { margin: 0 2px; } .dt-list2 li a>.dt-text h3 { font-size: 18px; } .dt-list2 li a>.dt-text p { font-size: 14px; line-height: 24px; margin-top: 0; } .dt-list2 li a>.dt-text { padding-left: 10px; } .dt-list2 li .date { width: 60px; } .dt-list2 li .date span { font-size: 24px; } .dt-list2 li .date { padding: 4px 0; } .dt-list2 li { padding: 15px 0; } .nymain .leftNav>ul>li>ul>li>a { font-size: 14px; line-height: 45px; } .art-main .art-body { padding-top: 20px; } .timg-list-img { width: 220px; margin-right: 20px; } .timg-linfo span { margin-top: 10px; } .timg-linfo p { margin-top: 10px; } .timg-list ul li { margin-top: 0; margin-bottom: 20px; } .list-ls ul li { padding: 15px 0; } .list-ls ul li h3 { font-size: 18px; } .list-ls ul li p { font-size: 14px; margin-top: 10px; } .list-ls ul { margin-top: 0; } .list-ld ul { margin-left: -15px; margin-right: -15px; } .list-ld ul li a{ margin: 20px 15px; } } @media screen and (max-width:640px) { .sz-ty h3 { padding-left: 20px; } .sz-ty>div { padding-left: 20px; } .list-ld ul li { width: 33.333%; } } @media screen and (max-width:480px) { .nymain>div { padding: 0 10px 10px; } .img-lists ul li a>img { height: 100px; } .text-list ul li { font-size: 15px; padding-left: 18px; } .text-list ul li span { font-size: 13px; padding-left: 10px; padding-right: 10px; } .text-list ul li::after { width: 5px; height: 5px; } .art-main .cont-tit p .liulan { margin-left: 15px; } .img-lists2 ul li { width: 47%; margin-left: 1.5%; margin-right: 1.5%; } .timg-list-img { float: none; width: auto; margin-right: 0; margin-bottom: 10px; } .timg-linfo { padding-top: 0; } .ldtz ul li { float: none; width: auto; } .ldtz ul li:nth-child(2n+1) { margin-right: 0; } .ldtz-pic { float: left; } .ldtz ul li { margin-bottom: 30px; } .ldtz ul li a { padding: 0; } .ldtz-pic { width: 120px; } .ldtz-info { text-align: left; } .ldtz-info h3::before { left: 0; transform: translateX(0); } .ldtz-info h3 { padding-top: 15px; margin-bottom: 10px; } .ldtz ul li a { margin: 0; } .nymain .leftNav ul li a { line-height: 45px; font-size: 14px; } .nymain .leftNav>ul>li>ul>li>a { font-size: 12px; } .sz-ty h3 { padding-left: 0; text-align: center; } .sz-ty>div { margin-top: 0; padding-bottom: 10px; } .sz-ty>div p { line-height: 34px; } .tw ul li a { height: auto; } .tw ul li a .pic { float: none; width: 100%; height: auto; padding-top: 62.58%; margin-bottom: 10px; } .tw ul li a .date p { font-size: 18px; } .tw ul li a .date em { margin-top: 20px; } .tw ul li a .tw-tx { padding-left: 0; } .tw ul li a .tw-tx h3 { font-size: 16px; } .list-ld ul li { width: 50%; } .list-ld ul li h3 { font-size: 16px; } .list-ld ul li p { font-size: 12px; margin-top: 5px; } .list-ld ul li h3::after { width: 2px; height: 20px; } .list-ld ul { margin-left: -12px; margin-right: -12px; } .list-ld ul li a { margin: 15px; } } @media screen and (max-width:320px) { .text-list ul li { line-height: 40px; } .art-main .art-tit h3 { /* font-size: 20px; */ /* font-weight: bold; */ } .art-main .art-tit span { font-size: 12px; padding-bottom: 5px; line-height: 24px; height: 24px; } .art-main .art-body p { font-size: 15px; } .img-lists ul li a>img { height: 84px; } } .pb_sys_common .p_pages{ line-height:40px !important; } .art-body img{height:auto !important;max-width:100%;margin: 5px 0px;} .art-body video{ height:auto !important; max-width:100%; } .art-body .vsbcontent_img{text-align: center;} .art-body .table{ overflow-x: auto; text-align: center; margin: 0 auto; width: auto; } .art-body .table table{ margin: 0 auto; width: auto; max-width: 895px; } .art-body .table p{ text-indent:0px; }