@charset "utf-8";

.pic {
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.1);
}

.tl-img {
    width: 327px;
}

.tl-img .pic {
    padding-top: 62.9%;
}

body {
    padding-top: 0;
}

.bannerl {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bannerl img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* 分页 */
.banner img {
    display: block;
    width: 100%;
}

/* .footer {
    margin-top: 120px;
} */

/* .footer img {
    float: left;
    padding-right: 10px;
} */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
    padding-bottom: 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: #9b0d14;
    color: #fff;
    border: 1px solid #9b0d14;
}

.pagination a:hover {
    background: #9b0d14;
    color: #fff;
    border: 1px solid #9b0d14;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#nymain {
    background-size: 1920px auto;
    background-position: center bottom;
}

.nymain {
    position: relative;
    margin-top: 40px;
    background-color: #fff;
}

.nymain .leftNav {
    float: left;
    width: 280px;
    position: relative;
    margin-right: 50px;
}

.nymain .leftNav>h2 {
    line-height: 77px;
    color: #920d14;
    background: #f3f3f3;
    font-size: 24px;

    font-weight: 600;
    position: relative;
    text-align: center;
    border-top: 5px solid #920d14;
}

.nymain .leftNav>h2 b {
    display: inline-block;
    padding: 0 20px;
    background: #f5f5f5;
    z-index: 9;
    position: relative;
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    padding-bottom: 180px;
    position: relative;
}

.nymain .leftNav>ul::after {
    position: absolute;
    left: -10px;
    width: 10px;
    bottom: 0;
    border-bottom: 80px solid #fff;
    border-right: 275px solid transparent;
    z-index: 8;
}

.nymain .leftNav>ul>li {
    position: relative;
    margin-top: 8px;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 18px;
    color: #242323;
    line-height: 50px;
    position: relative;
    text-align: center;
}

.nymain .leftNav>ul>li>a {
    background-color: #f5f5f5;
    background-position: 20px center;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/ny-nav.png) no-repeat center;
    top: 0;
    right: 10px;
    cursor: pointer;
}

.nymain .leftNav>ul>li>i {
    width: 4px;
    height: 4px;
    background-color: #920d14;
    position: absolute;
    top: 24px;
    left: 28px;
}

.nymain .leftNav>ul>li.on>span {
    background: url(../images/ny-nav2.png) no-repeat center;
}

.nymain .leftNav>ul>li.on>a {
    font-weight: 600;
    color: #fff;
    background-color: #920d14;
}

.nymain .leftNav>ul>li.on>ul>li>a:hover {
    color: #920d14;
}

.nymain .leftNav>ul>li.active>i {
    background-color: #fff;
}

.nymain .leftNav>ul>li.active>a {
    color: #fff;
    background-color: #920d14;
    font-weight: 600;
    font-size: 20px;
}

.nymain .leftNav>ul>li.on>i {
    background-color: #fff;
}

.nymain .leftNav ul li.active ul {
    display: block;
}

.ny-con {
    text-align: center;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    margin-top: 13px;
    margin-bottom: 13px;
    padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li a {
    font-size: 16px;
    position: relative;
    line-height: 50px;
}

.nymain .leftNav>ul>li>ul>li a::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #920d14;
    transform: translateY(-50%);
    font-family: "楷体";
    font-size: 10px;
}


.ny-right {
    overflow: hidden;
    background: #fff;
    padding-bottom: 70px;
min-height: 500px;
}

.ny-rcom {
    font-size: 24px;
    color: #9b0d14;
    margin-bottom: 15px;
    font-weight: normal;
}

.nymain .leftNav2 {
    float: left;
    width: 17.7%;
    position: relative;
    margin-right: 4%;
    margin-top: 50px;
}

.nymain .leftNav2>h2 {
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-size: cover;
    font-size: 30px;
    overflow: hidden;
    background-color: #a92519;
    padding: 25px 0;
    border-bottom: 2px solid #fff;
}

.nymain .leftNav2>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav2 p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav2>ul {
    background-color: #f5f5f5;
}

.nymain .leftNav2>ul>li {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

.nymain .leftNav2 ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    padding: 22px 0;
    text-align: center;
}

.nymain .leftNav2 ul li a:hover {
    background-color: #a92519;
}

.nymain .leftNav2>ul>li>span {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 26px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
}

.nymain .leftNav2>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav2>ul>li.active>a {
    color: #333;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

.nymain .leftNav2>ul>li.active>a:hover {
    color: #fff;
}

.nymain .leftNav2 ul li a:hover {
    color: #fff;
}

.nymain .leftNav2 ul li.active ul {
    display: block;
}

.nymain .leftNav2 ul li a:hover {
    background-position: 31px center;
}

.nymain .leftNav2>ul>li>ul {
    display: none;
    background: #f6f6f6;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 15px;
}

.nymain .leftNav2>ul>li>ul>li>a {
    font-size: 14px;
    line-height: 30px;
    color: #5d5d5d;
}

.nymain .leftNav2 .activeon {
    background-color: #a92519;
}

.nymain .leftNav2>ul>li:first-child>a {
    color: #fff;
}

.position {
    margin-bottom: 20px;
    border-bottom: 2px solid #9e9e9e;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 55px;
    /* overflow: hidden; */
    padding: 0 15px;
}

.position h3 {
    position: absolute;
    font-size: 24px;
    font-weight: normal;
    color: #1b1b1b;
    text-align: left;
    bottom: -2px;
    left: 0;
    z-index: 9;
}

.position h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #920d14;
}

.position span {
    color: #717171;
    font-size: 16px;
    vertical-align: middle;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    display: none;
}

.position a {
    font-size: 16px;
    color: #717171;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #992833;
}


.text-list ul li a {
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #d2d2d2;
    padding: 28px 0;
}

.text-list ul li .line2 {
    padding-bottom: 28px !important;
    border-bottom: 1px dashed #d2d2d2 !important;
}

.text-list ul li:first-child {
    border-top: 1px solid #eeeeee;
}

.text-list ul .no {
    border-top: 0 !important;
}

/* .text-list ul li:nth-child(3) a {
  border-bottom: 0px;
  padding-bottom: 0;
} */

.text-list ul li .line {
    padding-bottom: 17px !important;
    border-bottom: 1px dashed #d2d2d2 !important;
}

.tl-img {
    float: left;
    text-align: center;
}

.tl-img p {
    font-size: 30px;
    line-height: 30px;
    color: #656565;
}

.tl-img span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #656565;
    margin-top: 5px;
}

.tl-data p {
    padding-top: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #313131;
    font-weight: 700;
}

.tl-data span {
    font-size: 14px;
    line-height: 26px;
    color: #5b5b5b;
}

.tl-info {
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    overflow: hidden;
    padding-left: 35px;
    padding-bottom: 42px;
}

.tl-info:hover {
    background-color: #f9f9f9;
    border-bottom: 3px solid #ecebeb;
    border-right: 3px solid #ecebeb;
    border-bottom-right-radius: 45px;
    padding-right: 10px;
}

.tl-info h3 {
    font-size: 20px;
    line-height: 32px;
    padding-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
}

.tl-data {
    position: relative;
    float: left;
    height: 65px;
    width: 65px;
    border: 1px solid #d2d2d2;
    text-align: center;
}

.text-list {
    /* float: right; */
}

/* .text-list ul li .dy {
  padding-top: 6px;
  padding-bottom: 17px;
} */

.text-list ul li .dy:hover h3 {
    color: #a92519;
}

.text-list ul li .dy:hover .tl-data {
    background-color: #a92519;
}

.text-list ul li .dy:hover .tl-data p {
    color: #fff;
}

.text-list ul li .dy:hover .tl-data span {
    color: #fff;
}

.tl-info2 {
    overflow: hidden;
    padding-left: 22px;
}

.tl-info2 h3 {
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    color: #1e1e1e;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tl-info2 p {
    font-size: 14px;
    line-height: 21px;
    color: #818181;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.tl-info p {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #666666;
    margin-top: 11px;
    text-align: justify;
}

.tl-info span {
    display: inline-block;
    font-size: 14px;
    line-height: 31px;
    color: #666666;
    margin-top: 7px;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 600;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #333;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
    text-align: justify;
    text-indent: 2rem;
}

/* .art-main .art-body p:last-child {
    margin-bottom: 0px;
} */

.art-main .art-body img {
    max-width: 80% !important;
    display: block;
    margin: 0 auto;
border: 0 !important;

    height: auto !important;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    background-color: #f5f5f5 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    background: bottom;
}

.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: 14px;
    line-height: 30px;
    color: #999999;
}

.art-main .art-body2 p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

.art-info {
    border-top: 1px solid #eaeaea;
    margin-top: 25px;
}

.goback {
    text-align: center;
}

.goback span {
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
    color: #444444;
    margin-left: 10px;
}

.goback img {
    vertical-align: middle;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: 14px;
    line-height: 36px;
    color: #555555;
    max-width: 50%;
}

.pnext p:first-child {
    float: left;
}

.pnext p:nth-child(2) {
    float: right;
}

.pnext p a {
    font-size: 14px;
    color: #555555;
}

.pnext p:hover {
    color: #9b0d14;
}

.pnext p:hover a {
    color: #9b0d14;
}

/* 图片列表 */

.img-lists ul li a {
    display: block;
    width: 100%;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.img-lists ul {
    overflow: hidden;
    /* margin-left: -2%; */
    /* margin-right: -2%; */
}

.img-lists ul li {
    float: left;
    box-sizing: border-box;
    margin-top: 40px;
    width: 23.5%;
    margin-left: 2%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
    box-shadow: 0 0 5px #999;
}

.img-lists ul li:nth-child(4n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
    top: -10px;
}

.img-lists ul li a {
    position: relative;
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 160%;

}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    position: absolute;
    padding: 10px;
    font-size: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.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: #235295; */
    color: #a92519;
}

/* 师资列表 */

.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;
    background-color: #fff;
}

.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: #235295;
}

.dt-list2 li:hover a .dt-text h3 {
    color: #235295;
}

.dt-list2 li:hover a .dt-text p {
    color: #235295;
}

.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: #ba2a17;
}

.timg-list ul li a:hover span {
    background: #ba2a17;
    border-color: #ba2a17;
    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: #970707;
    font-size: 16px;
    padding-left: 30px;
    background: url() no-repeat;
    background-position: left center;
}

.timg-list ul li a:hover {
    background: #970707;
    padding: 20px;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover span {
    color: #fff;
    background: url() no-repeat;
    background-position: left center;
}

.timg-list ul li a:hover p {
    color: #fff;
}

.text-list2 ul li {
    padding-left: 25px;
    position: relative;
    line-height: 62px;
    border-top: 1px dashed #e5e5e5;
    font-size: 18px;
    left: 0;
    transition: all 0.5s;
    background: url(../images/ny-dots-list.png) no-repeat;
    background-position: 8px 29px;
}

.text-list2 ul li:first-child {
    border-top: none;
}

.text-list2 ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    overflow: hidden;
}

.text-list2 ul li span {
    float: right;
    color: #666666;
    font-size: 16px;
}

.text-list2 ul li:hover a {
    color: #920d14;
}

.text-list2 ul li:hover span {
    color: #920d14;
}

/**/
.lm_slrb {
    padding-top: 0;
}


.lm_slrb ul {}


.lm_slrb ul li:hover .zi2 {
    color: #c42a26;
}

.lm_slrb ul li:hover a>span {
    color: #c42a26;
}

.lm_slrb ul li:hover a .timer2 span {
    color: #c42a26;
}

.lm_slrb ul li a {
    display: block;
    overflow: hidden;
    margin: 0px 0 0px 0;
    padding: 15px 0;
    height: 80px;
    transition: all 0.3s;
}

.lm_slrb ul li a:hover {
    background: #f2f2f2;
    transition: all 0.3s;
}

.lm_slrb ul li a:hover .xs_title {
    color: #920d14;
}

.lm_slrb ul li .left {
    float: left;
    width: 97px;
    height: 60px;
    border-right: #c3c3c3 1px solid;
    padding: 10px 0;
}

.lm_slrb ul li .left .lf_day {
    display: block;
    font-family: "sySong";
    font-size: 40px;
    text-align: center;

    color: #920d14;
    font-weight: bold;
    line-height: 36px;
}

.lm_slrb ul li .left .lf_year {
    display: block;
    font-family: "sySong";
    color: #666666;
    font-size: 16px;
    text-align: center;

    line-height: 30px;
}

.lm_slrb ul li .zi2 {
    line-height: 22px;
    padding: 0px 0 0px 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    height: 80px;
}

.lm_slrb ul li .zi2 .xs_title {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lm_slrb ul li .zi2 .xs_date {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    padding-left: 25px;
    background: url(../images/ico_time.png) left center no-repeat;
}

.lm_slrb ul li .zi2 .xs_didian {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 24px;

    padding-left: 25px;
    background: url(../images/ico_dd.png) left center no-repeat;
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
.text-list2 ul li span {
font-size: 15px;
}
.tl-info2 h3{
font-size: 16px;
}

    .position {}
.text-list2 ul li a{
  font-size: 15px;
}
    .position span {
        font-size: 14px;
    }

    .position a {
        font-size: 14px;
    }

    .position h3 {
        height: 70px;
        line-height: 70px;
    }

    .text-list ul li {
        font-size: 16px;
    }

    .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;
    }
}

@media screen and (max-width: 768px) {
.ny-right{
    min-height: 11rem;
}

    .nymain .leftNav>h2 {
        line-height: 80px;
        font-size: 26px;
        padding-left: 0;
    }

    .nymain .leftNav {
        margin-right: 30px;
        width: 220px;
        margin-top: -80px;
    }

    .nymain .leftNav ul li a {
        font-size: 18px;
        padding-left: 20px;
    }

    .nymain .leftNav>ul>li>ul>li>a {
        padding-left: 40px;
    }

    .nymain .leftNav ul li.active a {
        padding: 0 40px;
    }

    .nymain .leftNav ul li:hover a {}

    .timg-list {
        margin-top: 0px;
    }

    .timg-list ul li a {
        padding: 15px;
        margin-top: 0
    }

    .nymain .leftNav>ul>li.active>a {
        padding: 0 20px;
 font-size: 16px;
    }

    .zzjgbox li {
        width: 96%
    }

    .banner::after {
        content: none;
    }

    .nymain .leftNav>h2 {
        line-height: 40px;
        font-size: 16px;
        text-align: left;
        padding-left: 5px;
        font-weight: 600;
        background: #920d14;
        border: none;
    }

    .nymain .leftNav>h2 span {
        float: right;
        width: 24px;
        height: 30px;
        margin-top: 5px;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-position: left center;
        margin-right: 10px;
    }

    .nymain {
        padding: 0;
        margin: 0 auto;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
        margin-top: 15px;
    }

    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;
    }

    .nymain .leftNav>h2 b {
        background: none;
        color: #fff;
        padding: 0 10px;
    }

    .ny-right {
        float: none;
        width: auto;
    }

    .position {
        padding: 0px 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .position>div {
        text-align: left;
        line-height: 40px;
        font-size: 14px;
        padding: 0 5px;
    }



    .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: 50px;
    }

    .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: -2px;
    }

    .text-list ul li {
        line-height: 50px;
    }

    .art-main .art-tit h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 0;
    }

    .art-main .art-body p {
        font-size: 14px;
        line-height: 30px;
        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: 13px;
    }

    .pnext p a {
        font-size: 13px;
    }

    .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;
        display: block;
    }

    .position a {
        margin: 0 2px;
        font-size: 14px;
    }

    .position span {
        font-size: 14px;
    }

    .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: 0;
word-break: break-all;
    }

    .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-ld ul li {
        padding: 15px 0;
    }

    .list-ld ul li h3 {
        font-size: 18px;
    }

    .list-ld ul li p {
        font-size: 14px;
        margin-top: 10px;
    }

    .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;
    }

    .art-main .cont-tit p {
        padding: 0;
    }

    .tl-img {
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    .tl-info {
        padding-left: 0;
        padding-bottom: 0;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .img-lists ul li a>img {
        height: 100px;
    }

    .text-list ul li {
        font-size: 14px;
        padding-left: 0;
    }

    .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;
    }



    .nymain .leftNav ul li a {
        line-height: 45px;
        font-size: 14px;
        padding: 0 20px;
    }

    .nymain .leftNav>ul>li>ul>li>a {
        font-size: 12px;
    }
}