@charset "utf-8";
.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: #103c83;
    color: #fff;
    border: 1px solid #103c83;
}

.pagination a:hover {
    background: #103c83;
    color: #fff;
    border: 1px solid #103c83;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.ny-tit {
    line-height: 50px;
}

.ny-tit .position {
    margin: 20px 0;
}

.ny-tit .position a {
    font-size: 22px;
    color: #a5a4a4;
}

.ny-tit .position span {
    font-size: 22px;
    color: #a5a4a4;
}

.ny-tit .position a:hover {
    color: #103c83;
}

.ny-tit h2 {
    padding-bottom: 15px;
    border-bottom: 3px solid #eeeeee;
    line-height: 26px;
    font-weight: normal;
}

.ny-tit h2 span {
    display: inline-block;
    position: relative;
    font-size: 26px;
    color: #103c83;
}

.ny-tit h2 span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    bottom: -20px;
    background-color: #103c83;
}

.ny {
    background-color: #eeeeee;
    padding-bottom: 10px;
}

.ny-main {
    position: relative;
    margin-top: -105px;
    background-color: #fff;
    padding: 20px 15px;
    overflow: hidden;
}

.ny-left {
    position: relative;
    float: left;
    width: 300px;
}

.ny-left p {
    position: relative;
    padding: 28px 25px;
    background-color: #16507f;
    font-size: 26px;
    color: #fff;
}

.ny-left>ul {
    background: #e5e5e5;
    padding: 5px;
}

.ny-left p span {
    position: absolute;
    right: 10px;
    top: 14px;
    width: 20px;
    height: 20px;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    display: none;
    z-index: 99;
}

.ny-left p span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
}

.ny-right {
    overflow: hidden;
    padding-left: 65px;
    padding-right: 65px;
    min-height: 1300px;
}

.ny-left>ul>li {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 5px;
}

.ny-left>ul>li>span {
    position: absolute;
    right: 10px;
    top: 17px;
    width: 30px;
    height: 30px;
    background: url(../images/xl.png) no-repeat center center;
}

.ny-left>ul>li.on>span {
    transform: rotate(90deg);
}

.ny-left>ul>li>a {
    display: block;
    line-height: 60px;
    padding-left: 20px;
    font-size: 20px;
    color: #000;
}

.ny-left>ul>li.on>a {
    color: #103c83;
}

.ny-left>ul>li>ul {
    display: none;
    padding-bottom: 20px;
}

.ny-left>ul>li.active>ul {
    display: block;
}

.ny-left>ul>li>ul>li {
    position: relative;
    line-height: 30px;
}

.ny-left>ul>li>ul>li>a {
    font-size: 14px;
    color: #5d5d5d;
    padding-left: 20px;
}

.ny-left>ul>li>ul>li:hover>a {
    color: #000;
    font-weight: bold;
}

.ny-left>ul>li>ul>li>ul {
    display: none;
}

.ny-left>ul>li>ul>li>ul>li {
    border-bottom: 1px solid #eee;
    line-height: 40px;
}

.ny-left>ul>li>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}


/* 内容页 */

.art p {
    line-height: 50px;
    font-size: 22px;
    color: #000;
    margin-top: 10px;
    text-indent: 2em;
}

.art p.art-pic img {
    display: block;
    max-width: 869px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.art p.art-pic span {
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.art p.lj {
    text-align: center;
}

.art p.lj a {
    padding-left: 50px;
   
    font-size: 18px;
    color: #444;
}

.art p.lj a:hover {
    color: #317bdf;
}


/* 详情页 */

.art-title {
    margin-top: 40px;
}

.art-title h2 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    text-align: center;
}

.art .art-title p {
    padding-top: 25px;
    padding-bottom: 35px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 50px;
}

.art-title p span {
    display: inline-block;
    font-size: 16px;
    color: #999;
    margin: 0 12px;
}


/* 列表页 */

.list {
    margin-top: 25px;
}

.list li {
    position: relative;
    padding-left: 20px;
    padding-right: 125px;
    margin-top: 30px;
    background: url(../images/list-other.png) no-repeat left center;
}

.list li a {
    font-size: 22px;
    color: #000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ddd {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    color: #000;
}

.list li:hover {
    background: url(../images/lists.png) no-repeat left center;
}

.list li:hover a {
    color: #103c83;
}

.list li:hover span {
    color: #103c83;
}


/* 图片列表 */

.pic-list>ul>li {
    float: left;
    width: 32%;
    margin-top: 80px;
    margin-left: 2%;
}

.pic-list>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.pic-list>ul>li a {
    position: relative;
    display: block;
}

.pic-list>ul>li a .pic {
    position: relative;
    padding-top: 73.4%;
}

.pic-list>ul>li a .text {
    line-height: 75px;
    border: 2px solid #7d7d7d;
    text-align: center;
    border-top: none;
}

.pic-list>ul>li a .text p {
    font-size: 24px;
    color: #000;
    overflow: hidden;
}

.pic-list>ul>li:hover .text {
    border: 2px solid #103c83;
    border-top: none;
}


/* 师资列表 */

.teach>ul>li {
    margin-top: 40px;
}

.teach>ul>li a {
    display: block;
    overflow: hidden;
}

.teach>ul>li a .tp {
    float: left;
    width: 153px;
}

.teach>ul>li a .tp .pic {
    padding-top: 117.6%;
}

.teach>ul>li a .text {
    overflow: hidden;
    padding-left: 40px;
}

.teach>ul>li a .text .bt {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.teach>ul>li a .text .bt h2 {
    font-size: 24px;
    color: #22b6aa;
    font-weight: normal;
    margin-bottom: 15px;
}

.teach>ul>li a .text .bt p {
    font-size: 16px;
    color: #666;
}

.teach>ul>li a .text>p {
    line-height: 26px;
    font-size: 16px;
    color: #666666;
    height: 52px;
    overflow: hidden;
}

@media screen and (max-width:1024px) {
    .ny-main {
        margin-top: 0;
    }
    .ny-left {
        float: none;
        width: auto;
    }
    .ny-left p {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 18px;
    }
    .ny-right {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .ny-left p span {
        display: block;
    }
    .ny-left>ul {
        display: none;
    }
    .pic-list>ul {
        padding: 0;
        padding-right: 0;
    }
}

.date-list>ul>li:hover .date {
    color: #fff;
    background: #e5a900;
}

.date-list>ul>li:hover .text h2 {
    color: #3a7bd5;
}

@media screen and (max-width:800px) {
    .ny-main {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ny-left p {
        padding-left: 5px;
    }
    .ny-left p {
        font-size: 22px;
    }
    .art-title h2 {
        font-size: 20px;
    }
    .art-title {
        margin-top: 15px;
    }
    .ny-foot {
        margin-top: 10px;
    }
    .ny {
        padding-bottom: 20px;
    }
    .ny-tit h2 {
        font-size: 18px;
    }
    .art p {
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
    }
    .art .art-title p {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .art-title p span {
        font-size: 14px;
    }
    .ny-foot p.l {
        float: none;
    }
    .ny-foot p.r {
        float: none;
    }
    .ny-foot p {
        padding-top: 15px;
    }
    .t-topic ul li {
        width: 7%;
    }
    .teach-pic>ul>li a .pic {
        width: 120px;
    }
    .teach-pic>ul>li a .text {
        padding-left: 15px;
    }
    .teach-pic>ul>li a .text h2 {
        margin-bottom: 5px;
    }
    .teach-pic>ul>li a .text p {
        margin-bottom: 5px;
    }
    .teach-pic>ul>li a .text .more {
        padding-top: 5px;
    }
}


/* 培训页面开始 */

.peixun {
    box-shadow: 0 5px 5px #eee;
}

.vgtb {
    padding: 20px 0;
}

.vgtb>ul>li {
    position: relative;
    float: left;
    width: 16.6%;
    text-align: center;
    top: 0;
    transition: all .3s;
}

.vgtb>ul>li a {
    display: block;
    border-left: 2px solid #e9e9e9;
}

.vgtb>ul>li:first-child a {
    border-left: none;
}

.vgtb>ul>li a .icon {
    position: relative;
    height: 36px;
    line-height: 36px;
}

.vgtb>ul>li:first-child a .icon img {
    vertical-align: middle;
}

.vgtb>ul>li a p {
    font-size: 16px;
    color: #3a7bd5;
    margin-top: 5px;
}

.vgtb>ul>li:hover {
    top: -5px;
}

.xw {
    margin-top: 55px;
    margin-bottom: 50px;
}

.xw .bt {
    overflow: hidden;
    padding-bottom: 30px;
}

.xw .bt h2 {
    float: left;
    font-size: 30px;
    color: #3f3f3f;
    font-weight: normal;
}

.xw .bt a {
    position: relative;
    float: right;
    font-size: 16px;
    color: #e5a900;
    text-transform: uppercase;
    padding-left: 30px;
   
    left: 0;
    transition: all .3s;
}

.xw .bt a:hover {
    left: -5px;
    ;
}

.xw-l {
    float: left;
    width: 36.7%;
}

.xw-l a {
    position: relative;
    display: block;
}

.xw-l a img {
    display: block;
    width: 100%;
}

.xw-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 50px;
    padding-left: 20px;
    background: rgba(0, 0, 0, .7);
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xw-r {
    float: right;
    width: 60%;
}

.xw-r ul li {
    margin-top: 23px;
}

.xw-r ul li:first-child {
    margin-top: 0;
}

.xw-r ul li a {
    display: block;
    overflow: hidden;
}

.xw-r ul li a .date {
    float: left;
    width: 50px;
    height: 50px;
    background-color: #f3f3f3;
    text-align: center;
    color: #3a7bd5;
    padding-top: 5px;
    box-sizing: border-box;
}

.xw-r ul li a .date p {
    font-size: 14px;
}

.xw-r ul li a .date span {
    font-size: 12px;
}

.xw-r ul li a .text {
    overflow: hidden;
    padding-left: 40px;
    line-height: 50px;
    
}

.xw-r ul li a .text p {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xw-r ul li a .text p:hover {
    color: #317bdf;
}

@media screen and (max-width:1400px) {
    .xw-r ul li {
        margin-top: 5px;
    }
}

@media screen and (max-width:1000px) {
    .xw-r ul li a .date {
        height: 30px;
        width: 40px;
    }
    .xw-r ul li a .text {
        line-height: 30px;
    }
    .xw-r ul li a .date {
        padding-top: 0;
    }
    .xw-r ul li a .date p {
        line-height: 14px;
        font-size: 12px;
    }
    .xw-r ul li a .date span {
        display: block;
        line-height: 12px;
    }
    .pic-list>ul>li a .text {
        padding: 10px;
    }
}

@media screen and (max-width:700px) {
    .vgtb>ul>li {
        width: 50%;
        margin-top: 10px;
    }
    .xw {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .xw .bt h2 {
        font-size: 18px;
    }
    .xw-l {
        float: none;
        width: auto;
    }
    .xw-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .xw-r ul li a .text p {
        font-size: 14px;
    }
    .xw-r ul li a .text {
        padding-left: 20px;
        
    }
    .teach>ul>li a .tp {
        width: 110px;
    }
    .teach>ul>li a .text {
        padding-left: 15px;
    }
    .teach>ul>li a .text .bt h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .teach>ul>li a .text .bt p {
        font-size: 14px;
    }
    .teach>ul>li a .text .bt {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .teach>ul>li a .text>p {
        font-size: 14px;
    }
    .teach>ul>li {
        margin-top: 15px;
    }
    .pagination {
        padding-top: 20px;
    }
}

@media screen and (max-width:600px) {
    .date-list>ul>li {
        padding: 15px 0;
    }
    .pic-list>ul>li {
        margin-top: 15px;
    }
    .pic-list>ul>li a .text span {
        margin-top: 5px;
        font-size: 14px;
    }
    .pic-list>ul>li a .text {
        padding: 0 0;
    }
    .t-topic {
        padding-left: 90px;
    }
    .t-topic span {
        font-size: 12px;
        left: 5px;
    }
    .t-topic ul li a {
        font-size: 14px;
    }
    .teach-pic>ul>li {
        float: none;
        margin-left: 0;
        width: auto;
        margin-top: 15px;
    }
    .teach-pic>ul>li a .text .more span {
        width: 80px;
        font-size: 12px;
    }
    .list li {
        padding-right: 85px;
        margin-top: 15px
    }
    .list {
        margin-top: 0;
    }
    .list li a {
        font-size: 14px;
    }
    .ddd {
        font-size: 12px;
    }
    .ny-left>ul>li>a {
        line-height: 40px;
        font-size: 18px;
    }
    .ny-left>ul>li>span {
        top: 5px;
    }
    .ny-tit .position {
        margin: 10px 0;
    }
    .ny-tit .position a,
    .ny-tit .position span {
        font-size: 14px;
    }
    .ny-tit h2 {
        padding-bottom: 5px
    }
    .ny-tit h2 span {
        font-size: 20px;
    }
    .ny-tit h2 span:after {
        bottom: -10px;
    }
    .art p {
        line-height: 30px;
        font-size: 16px;
    }
    .ny-right {
        min-height: auto;
    }
    .pic-list>ul>li a .text {
        line-height: 50px;
    }
    .pic-list>ul>li a .text p {
        font-size: 18px;
    }
}

@media screen and (max-width:500px) {
    .pic-list>ul>li {
        float: none;
        width: auto;
        margin-left: 0;
    }
    .pic-list {
        padding-right: 0;
    }
}


/* 培训页面结束 */