@charset "utf-8";

/* 分页 */


.banner {
    position: relative;
    z-index: 1;
}

.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: #054d99;
    color: #fff;
    border: 1px solid #054d99;
}

.pagination a:hover {
    background: #054d99;
    color: #fff;
    border: 1px solid #054d99;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}



.nymain {
    position: relative;
    z-index: 9;
    padding-top: 64px;
}


.nymain .leftNav {
    float: left;
    width: 250px;
    position: relative;
    margin-right: 50px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
display: none;
}

.nymain .leftNav>h2 {
    line-height: 100px;
    color: #fff;
    background: #054d99;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.nymain .leftNav>h2 b {
    display: inline-block;
    padding: 0 20px;
    background: #054d99;
    z-index: 9;
    position: relative;
    font-weight: 600;
}


.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 {
    background: #fff;
    position: relative;
}


.nymain .leftNav>ul>li {
    position: relative;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
    margin-top: 0;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 18px;
    color: #242323;
    line-height: 50px;
    position: relative;

}

.nymain .leftNav>ul>li>a {
    border-top: 1px solid #ddd;
    line-height: 30px;
    padding-left: 35px;
    border-left: 3px solid transparent;
    padding: 20px 35px;
}


.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 24px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;

}

.nymain .leftNav>ul>li.on>span {

    transform: rotate(90deg);

}


.nymain .leftNav>ul>li.on>a {
    color: #054d99;
    font-weight: 600;
    background-position: 10px center;
}



.nymain .leftNav>ul>li.active>a {
    border-left: 3px solid #cd2920;
    background-position: 20px center;
    font-size: 20px;
}



.nymain .leftNav ul li.active ul {
    display: block;
}



.nymain .leftNav ul li a:hover {
    color: #054d99;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-bottom: 13px;
    padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li a {
    font-size: 16px;
    line-height: 32px;
    position: relative;
    padding-left: 45px;
}



.ny-right {
    overflow: hidden;
    padding-bottom: 70px;
}


.position {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 55px;
    /* overflow: hidden; */
    padding: 0 15px;
}

.position h3 {
    position: absolute;
    font-size: 28px;
    font-weight: normal;
    color: #000;
    text-align: left;
    bottom: -2px;
    left: 0;
    padding: 0 20px;
    z-index: 9;
}

.position h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 27px;
    background: #cd2920;
}

.position span {
    color: #717171;
    font-size: 16px;
    vertical-align: middle;
}

.position img {
    vertical-align: -1px;
    margin-right: 5px;
}

.position a {
    font-size: 16px;
    color: #717171;
    margin: 0 5px;
    vertical-align: middle;
    display: inline-block;
}

.position a:hover {
    color: #054d99;
}

/* article */
.art-main {
    padding: 0 20px;
}
.art-main .art-tit{
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding-bottom: 10px;
}
.art-main .art-tit h3 {
    text-align: center;
    color: #1b1b1b;
    font-weight: normal;
    font-size: 22px;
    margin-top: 30px;
    font-weight: normal;
}

.art-main .art-tit h4 {
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
text-indent: 42px!important;
}
.art-main .art-body p span{
	font-size: 20px !important;
	line-height: 42px;
	color: #333333;
	text-align: center;
	/* display: block; */
}
.art-main .art-body img {
    max-width: 80% !important;
    /* display: block; */
    margin: 0 auto;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    background: bottom;
    margin-top: 20px;

}

.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;
    color: #777777;
    padding: 0 10px;
}

.art-main .cont-tit p span:first-child {
    border-left: none;
}

.art-info {

    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    padding: 30px 60px;
    margin-top: 80px;
}



.pnext p {
    text-indent: initial;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    padding-left: 20px;
    background-position: left 15px;
    transition: all 0.3s;
    background: url(../images/art-dots.png) no-repeat;
    background-position: left 15px;
}

.pnext p:hover {
    text-decoration: underline;
}

.pnext p a {
    font-size: 18px;
    display: inline;
    color: #333333;
}

.pnext p:hover {
    color: #054d99;
}

.pnext p:hover a {
    color: #054d99;
}
/* video-details */
.art-main .art-body video{
    max-width: 85%;
    margin: 20px auto;
    display: block;
}
/* pic-tx */

.pic-tx ul li a .pic {
    padding-top: 0;
    width: 330px;
    height: 200px;
    float: left;
    margin-right: 25px;

}

.pt-tx {
    overflow: hidden;
    margin-left: 20px;
}

.pt-tx p {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #020202;
    opacity: 0.8;
}

.pt-tx h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.pt-date b {
    font-size: 24px;
    color: #054d99;
}

.pt-date span {
    font-size: 14px;
    color: #999999;
    opacity: 0.8;
}

.pt-date {
    padding-top: 10px;
    display: inline-block;
    padding-bottom: 0px;
    background: url(../images/pt-line1.png) no-repeat;
    background-position: left bottom;
}

.pic-tx ul li a:hover h3 {
    color: #1468d2;
}


.pic-tx ul li a {
    padding: 0px;
    background-color: #fff;
}

.pic-tx ul li a:hover h3,
.pic-tx ul li a:hover p,
.pic-tx ul li a:hover b,
.pic-tx ul li a:hover span {
    color: #fff;
}

.pic-tx ul li a:hover .pt-date {
    background: url(../images/pt-line.png) no-repeat;
    background-position: left bottom;
}

.pic-tx ul li a:hover {
    background: url(../images/pt-txbj.jpg) no-repeat;
    background-size: cover;
    transition: all 0.3s;
}

.pic-tx ul li {
    margin-bottom: 8px;
}

/* video */

.video-list ul li {
    float: left;
    width: 33.3%;
    padding: 0 12px;
    margin-bottom: 28px;
}
.video-list .pic::after{
    content: '';
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/v-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}
.v-info {
    background-color: #ffffff;
    border: solid 1px #d0e1ed;
    border-top: none;
    padding: 20px;
    transition: all 0.3s;
}

.v-info span {
    font-size: 14px;
    display: block;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-info p {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-list ul li a:hover .v-info {
    background-color: #054d99;
}

.video-list ul li a:hover p,
.video-list ul li a:hover span {
    color: #fff;
}
.v-time{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: right;
    width: 100%;
    font-size: 18px;
	line-height: 28px;
	color: #ffffff;
    background: url(../images/v-play.png) no-repeat;
    background-position: 18px center;
    padding-right: 18px;
    z-index: 2;
}



.video-list ul li a:hover img{
    transform: scale(1.1);
}

/* tx-list */

.tx-list ul li a {
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
	color: #333333;
    padding: 0 60px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.tl-date{
    float: right;
}

.tl-date b{
    font-weight: 600;
    font-size: 24px;
	color: #054d99;
}

.tl-date span{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	opacity: 0.8;
}

.tx-list ul li a:hover{
    background-color: #054d99;

}

.tx-list ul li a:hover {
    color: #fff;
}

.tx-list ul li a:hover b,
.tx-list ul li a:hover span{
    color: #fff;
}



/* college-info */
.college-info .pic{
    width: 420px;
	height: 285px;
    float: right;
    padding-top: 0;
    margin-left: 30px;
}
.college-info .pic:hover img{
    transform: scale(1);
}

.college-info p{
    font-size: 16px;
	line-height: 30px;
	color: #333333;
    margin-bottom: 30px;
    text-indent: 2em;
}



/* angency */

.agency h3{
    font-size: 24px;
	line-height: 24px;
	color: #000000;
    margin-bottom: 30px;
}
.agency h3 img{
    margin-right: 10px;
    vertical-align: bottom;
}
.agency ul li {
    float: left;
    width: 32%;
    margin-bottom: 16px;
}
.agency ul li:nth-child(3n+2){
    margin: 0 2%;
}
.agency ul li a{
	font-size: 18px;
    line-height: 60px;
	color: #313131;
	border: solid 1px #cccccc;
    padding-left: 48px;
    padding-right: 10px; 
    background: url(../images/ico-agency.png) no-repeat #fff;
    background-position: 20px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.agency ul li a:hover {
    background-color: #054d99;
    color: #fff;
    background: url(../images/ico-agency-h.png) no-repeat #054d99;
    background-position: 20px center;
}
.agency>div{
    margin-bottom: 40px;
}








@media screen and (max-width: 1420px) {
    .position h3 {
        left: 0;
    }

    .nymain .leftNav {
        margin-right: 30px;
    }


}



@media screen and (max-width: 1140px) {
    .list-jg ul li a {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .banner {
        padding-top: 0;
    }

    .pnext p a,
    .pnext p {
        font-size: 16px;
    }

    .art-info {
        padding: 25px;
    }

    .nymain .leftNav>h2 {
        font-size: 24px;
        line-height: 80px;
    }

    .nymain .leftNav {
        margin-right: 30px;
        width: 220px;
    }

    .nymain .leftNav>ul>li.active>a {
        background-position: 10px center;
        font-size: 18px;
    }

    .nymain .leftNav ul li a {
        font-size: 16px;
        background-position: 10px center;
    }

    .nymain .leftNav>ul>li>span {
        top: 24px;
        right: 5px;
    }

    .pic-tx ul li a .pic {
        width: 280px;
        height: 180px;
    }

    .pic-tx ul li a {
        padding: 20px;
    }


    .nymain .leftNav>ul>li>ul>li a::before {
        left: 15px;
    }




    .position span {
        font-size: 14px;
    }

    .position a {
        font-size: 14px;
    }


    .img-lists ul li {
        width: 47%;
        margin-left: 2%;
    }

    .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;
    }


    .timg-list ul li a h3 {
        font-size: 16px;
        line-height: 28px;
    }


    .list-jg ul li {
        width: 46%;
    }

    .list-jg ul li a span {
        font-size: 14px;
    }

    .pt-tx h3 {
        font-size: 17px;
    }

    .video-list ul li{
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .v-info {
        padding: 15px;
    }
    .v-time{
        font-size: 16px;
    }
    .v-info p{
        font-size: 16px;
        margin-bottom: 0;
    }
    .tx-list ul li a{
        padding: 0 30px;
    }

    .agency ul li{
        width: 48%;
        margin: 0 1%;
        margin-bottom: 15px;
    }
    .agency ul li:nth-child(3n+2){
        margin: 0 1%;
        margin-bottom: 15px;
    }
    .agency>div{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {

    .pnext p a,
    .pnext p {
        font-size: 14px;
        line-height: 28px;
    }

    .art-info {
        padding: 16px;
    }

    .tit-list ul li a {
        padding: 20px 40px;
    }
    .tx-list ul li a{
        padding: 0 15px;
        font-size: 16px;
        line-height: 60px;
    }
    .tl-date b{
        font-size: 20px;
    }
    .banner::after {
        content: none;
    }

    .nymain .leftNav>h2 {
        line-height: 40px;
        font-size: 16px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
    }

    .nymain .leftNav>h2 b {
        padding-left: 0;
    }

    .nymain .leftNav>h2 span {
        float: right;
        width: 25px;
        height: 25px;
        background: url(../images/close1.png) no-repeat center center;
        background-size: 15px;
        background-position: center center;
        margin-right: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        transition: all 0.3s;
    }

    .nymain .leftNav>h2 span.on {
        transform: translateY(-50%) rotate(0);
    }



    .nymain {
        padding: 0 0 10px 0;
        margin: 0;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
        margin-top: 15px;
    }

    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;
    }


    .ny-right {
        float: none;
        width: auto;
        padding-top: 0;
    }

    .position {
        padding: 10px 0;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .position>div {
        text-align: left;
        line-height: 30px;
    }

    .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;
    }

    .nymain .leftNav>ul>li>a {
        padding: 10px 30px;
    }

    .nymain .leftNav>ul>li>span {
        top: 15px;
    }



    .art-main .art-tit h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 0;
    }

    .art-main .art-tit h4 {
        font-size: 16px;
        margin-top: 10px;
    }
    .art-main .cont-tit p{
        margin-top: 0;
    }
    .art-main .cont-tit p {
        padding-top: 10px;
    }

    .art-main .art-body p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .art-main .cont-tit p span {
        font-size: 12px;
    }

    .art-main .cont-tit p img {
        height: 12px;
    }
    .art-main{
        padding: 0;
        min-height: 300px;
    }
    .art-main .art-body video{
        max-width: 100%;
    }
    .pnext {
        float: none;
        border: none;
        width: auto;
    }


    .img-lists ul li {
        margin-top: 10px;
    }

    .img-lists ul li a>img {
        height: 191px;
    }

    .img-lists ul li a>div.info p {
        font-size: 12px;
    }

    .img-lists2 ul li {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .nymain .leftNav>h2 img {
        height: 20px;
    }



    .position a {
        margin: 0 2px;
    }

    .nymain .leftNav>ul>li>ul>li>a {
        font-size: 14px;
    }

    .art-main .art-body {
        padding-top: 0;
    }

    .timg-list-img {
        width: 150px;
        margin-right: 20px;
    }

    .timg-linfo span {
        margin-top: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .timg-linfo p {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .timg-list ul li {
        margin-top: 0;
    }

    .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;
    }

    .nymain .leftNav>ul {
        margin-top: 0;
        border-top: 0;
    }

    .list-ls ul {
        margin-top: 0;
        padding-bottom: 0;
    }

    .nymain .leftNav>ul::after {
        content: none;
    }

    .img-lists ul li a p {
        font-size: 16px;
        line-height: 36px;
    }


    .img-lists ul li a .pic::after {
        background-size: 30px;
    }


    .nymain .leftNav>h2::before {
        content: none;
    }

    .list ul li a {
        line-height: 45px;
    }

    .list ul li a p {
        font-size: 15px;
    }

    .list ul li a span {
        font-size: 15px;
    }

    .pic-tx ul li a{
        padding: 10px;
    }
    .pic-tx ul li {
        margin-bottom: 0;
    }
    .art-info{
        margin-top: 30px;
    }

    .agency ul li a{
        font-size: 16px;
        line-height: 50px;
    }
    .agency h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .agency h3 img{
        width: 25px;
    }
    .agency>div{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:640px){
    .video-list ul li{
        width: 50%;
    }
    .v-info p{
        font-size: 14px;
    }
    .v-info span{
        font-size: 12px;
    }
    .v-info{
        padding: 10px;
    }

    .tx-list ul li a{
        padding: 0 10px;
        font-size: 16px;
        line-height: 50px;
    }

    .tl-date b{
        font-size: 18px;
    }
    .tl-date span{
        font-size: 12px;
    }
    .college-info .pic{
        float: none;
        width: auto;
        margin: 0;
        height: auto;
        margin-bottom: 20px;
        padding-top: 67%;
    }
    .college-info p{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

  
}
@media screen and (max-width:480px) {


    .tit-list ul li a {
        padding: 20px 25px;
    }


    .tit-list ul li a p {
        font-size: 14px;
    }

    .tit-list ul li {
        margin-bottom: 20px;
    }

    .pt-date {
        padding-top: 0;
    }

    .pic-tx ul li a .pic {
        float: none;
        width: auto;
        margin-right: 0;
        padding-top: 70%;
        margin-bottom: 15px;
    }

    .pt-tx h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .pt-tx p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .pt-tx span {
        font-size: 12px;
    }

    .img-lists ul li a>img {
        height: 100px;
    }


    .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;
    }


}

@media screen and (max-width:400px) {


    .agency ul li a{
        font-size: 16px;
        line-height: 40px;
    }
    .agency ul li{
        float: none;
        width: auto;
        margin: 0;
        margin-bottom: 10px;
    }
    .agency ul li:nth-child(3n+2){
        margin: 0;
        margin-bottom: 10px;
    }


    .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;
    }

    .art-main .art-body p {
        font-size: 12px;
        line-height: 30px;
    }

    .img-lists ul li a>img {
        height: 84px;
    }
}