@charset "utf-8";

/* CSS Document */

/*2022.07.26*/

button#openFile,
button#print {
    display: none;
}

.nycon {
    min-height: 600px;
}

.bbg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;

}

.nyban {
    margin-top: -2px;
}

.nyban p img {
    width: -webkit-fill-available;
}

/*内页面包屑侧导航*/
.nbant {
    position: absolute;
    left: 0px;
    bottom: 80px;
    width: 100%;
    z-index: 1;
}

.ke-tit {
    margin: 23px 0 35px;
}

.nav-path {
    z-index: 1;
    color: #fff;
    font-size: 18px;
    padding-bottom: 0px;
    margin-top: 40px;
}

.nav-path a {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    padding: 0 3px;
    text-decoration: none;
}

.nav-path a:hover,
.nav-path a.active {
    color: #fff;
}


/******左侧导航******/

.main-left {
    width: 100%;
    background: #064bac;
    margin-bottom: -2px;
    z-index: 1;
    min-height: 65px;
}


/******右侧样式******/

.main-right {
    position: relative;
    min-height: 500px;
    /*transition: all 1.5s;*/
    margin-top: 50px;
    width: 100%;
}


/*左侧导航：*/

.aback {
    position: absolute;
    right: 0px;
    top: 0px;
}


.aback a {
    background: #facf1c;
    font-size: 18px;
    color: #fff;
    display: block;
    width: 110px;
    height: 65px;
    line-height: 65px;
    text-align: center;
}

.aback a img {
    padding-right: 5px;
}


.nn2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.mm {
    background: #ffffff;
    /*order-bottom: 1px solid #ddd;*/
}

/*左侧导航：*/
.side-nav-panel {
    background: #eee;
}

.nav-panel-title {
    font-size: 28px;
    font-weight: bold;
    color: #0a58a6;
    z-index: 111;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    background: url(../images/navbg.png) no-repeat;
    height: 72px;
    background-size: contain;
}

.nav-panel-title span {}


.slide-nav-ul li {
    position: relative;
    float: left;
}

.slide-nav-ul li:first-child a {
    background: #0a58a6;
    padding: 16px 16px;
    line-height: 30px;
    margin: 0;
}

.slide-nav-ul li a {
    color: #333;
    display: block;
    position: relative;
    padding: 16px 10px;
    margin: 0 15px;
    height: 67px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.slide-nav-ul li a i {
    display: none;
    margin-left: 5px;
}

/* 左侧二级选中 .parent */
.slide-nav-ul li a:hover,
.slide-nav-ul li a.active,
.slide-nav-ul li a.selected,
.slide-nav-ul li a.parent,
.slide-nav-ul li a.move {
    color: #0a58a6;
    border-bottom: 5px solid #0a58a6;
}

.slide-nav-ul li a:hover .fa-angle-down:before,
.slide-nav-ul li a.active .fa-angle-down:before,
.slide-nav-ul li a.selected .fa-angle-down:before,
.slide-nav-ul li a.parent .fa-angle-down:before,
.slide-nav-ul li a.move .fa-angle-down:before {
    content: "\f106";
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*内页三级导航*/
.slide-nav-item-ul {
    display: none;
    border: 1px solid #0a58a6;
    background: #fff;
    position: absolute;
    width: 200px;
    z-index: 111;
    top: 67px;
    left: 15px;
    padding: 10px 0;
}

.slide-nav-item-ul li {
    border: none;
    padding: 0px;
    float: none;
    background: none;
}

.slide-nav-item-ul li a {
    display: block;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    height: auto;
    margin: 0 !important;
    padding: 5px 10px 5px 30px !important;
    text-align: left;
    background: url(../images/rdian.jpg) no-repeat 15px 18px !important;
}


/* 三级选中 .selected */
.slide-nav-ul li .slide-nav-item-ul li a:hover,
.slide-nav-ul li .slide-nav-item-ul a.active,
.slide-nav-ul li .slide-nav-item-ul a.selected {
    background: none;
    color: #0a58a6;
    border: none;
}

/*右侧内容*/

.right-nr {
    font-size: 16px;
    color: #333;
    position: relative;
    padding-bottom: 50px;
    padding-top: 10px;
}

.right-nr img {
    max-width: 100% !important;
    height: auto !important;
}

.view-cnt img,
wp_entry img {
    max-width: 100% !important;
    height: auto !important;
}



.page {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    height: 35px;
    background: #fff;
    max-width: 300px;
    margin: auto;
    margin-top: 10px;
}

.page ul li {
    border-right: 1px solid #d1d1d1;
    float: left;
    line-height: 34px;
}

.page ul li:last-child {
    border-right: none;
}

.page ul li a {
    color: #333;
    padding: 0 12px;
    display: block;
    font-size: 14px;
}

.page ul li a.pa:hover,
.page ul li a.active {
    color: #fff;
    background: #194494;
    text-decoration: none;
    opacity: 0.8;
}


/*文章滚动条样式*/


/******单篇文章******/

.view-title {
    text-align: center;
    line-height: 42px;
    color: #0956a4;
    font-size: 22px;
    font-weight: bold;
}

.view-info {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
}

.view-info span {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin: 10px 0;
}

.view-cnt {
    margin-top: 10px;
    line-height: 29px;
}

.view-cnt img,
.wp_entry img {
    max-width: 100% !important;
    height: auto !important;
}


.view-cnt p,
.view-cnt p span,
.wp_entry p,
.wp_entry p span {
    text-justify: inter-ideograph;
    font-size: 18px !important;
    color: #333;
    line-height: 31px !important;
    margin: 10px 0;
}

.view-cnt ul li,
.wp_entry ul li {
    list-style-type: disc;
    line-height: 28px;
    height: auto;
    color: #333;
}

.view-cnt a {
    color: #064bac;
}

.view-cnt a:hover {
    text-decoration: underline;
    /*color: #268fe0;*/
}

.view-cnt ol,
.view-cnt ul,
.wp_entry ul,
.wp_entry ol {
    padding-left: 17px;
    margin-left: 10px;
}

.view-cnt ol li,
.wp_entry ol li {
    list-style-type: decimal;
    line-height: 28px;
    height: auto;
    color: #333;
}


/*table*/

.view-cnt table,
.wp_entry table {
    border-collapse: collapse;
    border-spacing: 0;
    /*border: medium none;
        width: 100%;*/
    display: table;
}

.view-cnt table td,
.view-cnt table th,
.wp_entry table td,
.wp_entry table th {
    border: 1px solid #999;
    /*background: white;
            padding: 5px 10px;*/
}


/****test table***/
#table-blue-top tr td {
    border-width: 0px;
    text-align: center;
    padding: 5px;
}

#table-blue-top tr td p,
#table-blue-top tr td p span {
    font-size: 13px !important;
    line-height: 20px !important;
}

#table-blue-top thead th td p,
#table-blue-top thead tr td p {
    text-align: center;
    color: #fff;
    border-bottom-width: 0;
}

#table-blue-top *.odd1 td:nth-child(2) p,
#table-blue-top *.odd2 td:nth-child(1) p,
#table-blue-top *.oddlast td:nth-child(2) p,
#table-blue-top *.odd3 td:nth-child(1) p {
    text-align: left;
}

#table-blue-top *.even1 td:nth-child(2) p,
#table-blue-top *.even2 td:nth-child(1) p {
    text-align: left;
}

#table-blue-top .oddlast td:nth-child(1),
#table-blue-top .oddlast td:nth-child(4),
#table-blue-top .oddlast td:nth-child(5),
#table-blue-top .odd3 td {
    border-bottom: 1px solid #0a58a6;
}

#table-blue-top thead tr td,
#table-blue-top tbody tr:first-child td {
    background: #0b5aa8;
    border-color: #0b5aa8;
}

#table-blue-top thead tr td p,
#table-blue-top thead tr td p span,
#table-blue-top tbody tr:first-child td p,
#table-blue-top tbody tr:first-child td p span {
    font-size: 13px;
    color: #fff;
}

#table-blue-top *.even1 td,
#table-blue-top *.even2 td {
    background: rgb(191, 209, 244);
}

/* Alternating background colors */
#table-blue-line {
    border-left: 0px;
    border-right: 0px;
}

#table-blue-line tr:nth-child(2n) td,
#table-blue-line thead tr td,
#table-blue-line thead th td {
    /* background: rgb(191,209,244); */
}

#table-blue-line tr:nth-of-type(2n) td {
    background: #fff;
}

#table-blue-line thead th td p,
#table-blue-line thead tr td p,
#table-blue-line tr td p,
#table-blue-line tr td {
    text-align: center;
    font-size: 13px !important;
    color: black;
    line-height: 25px !important;
}

#table-blue-line thead th td p span,
#table-blue-line thead tr td p span,
#table-blue-line tr td p {
    font-size: 13px;
}

#table-blue-line tr:nth-of-type(1) {
    background: #0b5aa8;
    color: #fff !important;
}

#table-blue-line tr:nth-of-type(1) td p {
    color: #fff !important;
}


/* Padding and font style */
#table-blue-line td,
#table-blue-line th {
    padding: 5px 10px;
    border: 0px solid #adbfe3;
    background: rgb(191, 209, 244);
}

#table-blue-line th td p span {
    font-family: Verdana;
    color: rgb(191, 209, 244);
}

#table-blue-line tr:first-child td {
    background: #0a58a6;
    color: #fff
}

#table-blue-line .left p,
#table-blue-line .left {
    text-align: left !important;
}

#table-blue-line tr:last-child td {
    border-bottom: 1px solid #0a58a6;
}


/***test table****/
/******news,down,title样式******/

.data-list {}

.data-list li {
    font-size: 16px;
    line-height: 34px;
}

.data-list li a {
    color: #333;
    font-size: 16px;
    float: left;
}

.data-list li a:hover {
    color: #0a58a6;
    text-decoration: none;
}

.data-list li span {
    font-size: 16px;
    color: #333;
    float: right;
}


/******pictrue,videolist样式******/

ul.pic-list {
    padding: 2px 0 10px;
    margin-top: -15px;
}

ul.pic-list li {
    float: left;
    margin: 10px 25px 5px 0;
    border: 1px solid transparent;
}

ul.pic-list .li-img {
    overflow: hidden;
    transition: all 1.5s;
}

ul.pic-list .li-img img {
    transform: scale(1.0);
    transition: all 1.5s;
}


/*ul.pic-list .li-img:hover img {
            transform: scale(1.2);
            transition: all 1.5s;
        }*/

ul.pic-list li a {
    color: #333;
}

ul.pic-list li a:hover {
    color: #253e76;
    text-decoration: none;
}

ul.pic-list li div {
    text-align: center;
}

ul.pic-list li p {
    padding: 15px 10px;
    color: #000;
    text-align: center;
}

ul.pic-list a img {
    /*border:1px solid #ddd;
    padding: 3px; background-color: #00428f;
    display: block;  border:2px solid #00428f;
   padding: 6px; background-color: #fff;*/
    transition: all 0.2s ease-in-out 0s;
}

ul.pic-list li:hover p a {
    color: #253e76;
}

ul.pic-list li:hover img {
    transform: scale(1.08);
    transition: 0.4s;
}

ul.pic-list li:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    /*transform: scale(1.08);*/
    position: relative;
    z-index: 9;
    transition: 0.6s all;
}

.banshi {
    margin-top: 0px;
}

.ban-box {
    border: 1px solid #ccc;
    margin-bottom: 23px;
}

.ban-box p {
    margin: 0;
}

.ban-box .ban-tit {
    line-height: 58px;
    color: #333;
    font-weight: 900;
    font-size: 18px;
    padding: 0 20px;
    cursor: pointer;
    border-left: 5px solid #064bac;
    position: relative;
}

.ban-box .ban-tit i {
    position: absolute;
    right: 20px;
    top: 0px;
}

.ban-box .view-cnt {
    margin-top: 0px;
    border-top: 1px solid #ccc;
    padding: 20px 35px;
    display: none;
}


/******pictrueleft pictrueright样式******/

ul.pic-bothside li {
    padding: 30px 39px;
    border: 1px solid #ccc;
    margin-top: 25px;
}

ul.pic-bothside a img {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    margin: 3px 13px 3px 0px;
}

a.pic-a {
    color: #333;
}

span.pic-span {
    color: #999;
}


/*左图右文*/

.picleft-list {
    padding-bottom: 20px;
    margin-top: -20px;
}

.picleft-list li a {
    margin: 20px 0 25px 0;
    display: block;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 2px 3px 2px #ccc;
}

.picleft-list li .pli-img {
    width: 442px;
    border: 3px solid transparent;
    transition: all 1s;
}

.picleft-list li .pli-img:hover {
    border: 3px solid #194494;
    box-shadow: 0px 1px 4px 3px #d4d4d4;
    transition: all 1s;
    cursor: pointer;
}

.picleft-list li .pli-img img {
    width: 442px;
    height: 240px !important;
}

.picleft-list li .pli-text {
    width: calc(100% - 446px);
    border-top: 2px solid #0a58a6;
    padding: 20px 50px 15px 50px;
    min-height: 160px;
}

.picleft-list li .pli-text h4 {
    font-size: 22px;
    color: #2d3644;
    line-height: 30px;
}

.picleft-list li .pli-text span {
    display: block;
    font-size: 18px;
    color: #2d3644;
    margin: 12px 0 16px;
}

.picleft-list li .pli-text p {
    font-size: 18px;
    color: #888;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.picleft-list a:hover {
    background: #0a58a6;
}

.picleft-list a:hover .pli-text h4,
.picleft-list a:hover .pli-text span,
.picleft-list a:hover .pli-text p {
    color: #fff;
}


/*左图右文2*/
.picleft-list-2 {}

.picleft-list-2 li {
    background: #f5f9fc;
    margin-bottom: 35px;
}

.picleft-list-2 li a {
    text-decoration: none;
    display: block;
}

.picleft-list-2 li a .pli-img {
    text-decoration: none;
    display: block;
    float: left;
    width: 330px;
    overflow: hidden;
}

.picleft-list-2 li a .pli-text {
    float: right;
    position: relative;
    width: calc(100% - 385px);
    min-height: 220px;
    padding-top: 66px;
    padding-right: 30px;
}

.picleft-list-2 li a .pli-text span {
    display: block;
    font-size: 22px;
    /*font-weight: bold;*/
    color: #000;
    margin: 15px 0 15px;
}

.picleft-list-2 li a .pli-text p {
    font-size: 18px;
    line-height: 30px;
    color: #888;
}

.picleft-list-2 li a .pli-text i {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 16px;
    color: #161d51;
    font-style: normal;
}

.picleft-list-2 li .date1 {
    position: absolute;
    left: 0px;
    top: -15px;
    background: url(../images/bluedate.png) no-repeat left top;
    width: 69px;
    height: 78px;
    text-align: center;
}

.picleft-list-2 li .date1 span {
    font-size: 24px;
    color: #fff !important;
    margin: 0 !important;
    font-weight: normal !important;
}

.picleft-list-2 li .date1 p {
    font-size: 14px;
    color: #fff !important;
    margin-top: -5px !important;
}

.picleft-list-2 li:hover {
    background: #a5d4f7;
}

.picleft-list-2 li:hover a .pli-text p {
    color: #fff;
}

.picleft-list-2 li .pli-img img {
    transform: scale(1.0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.picleft-list-2 li:hover .pli-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: all 0.2s linear;
}

/*视频列表*/
.video-list {
    /*padding-top: 10px;*/
    margin-top: -1px;
}

.video-list .vi-li {
    min-height: 283px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: #fbfbfb;
    transition: all 0.4s ease-out;
}

.video-list .vi-li:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}




.video-list .vi-li:hover {
    border: 1px solid #ccc;
    cursor: pointer;
}



.video-list .vi-li .vi-vi {
    position: relative;
}

.video-list .vi-li .vi-vi img {
    max-width: 100%;
}

.video-list .vi-li .vi-vi span {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
}

.video-list .vi-li .vi-text {
    padding: 5px 30px 10px 20px;
    min-height: 102px;
    overflow: hidden;
}

.video-list .vi-li .vi-text a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-top: 5px;
}

.video-list .vi-li .vi-text span {
    display: block;
    font-size: 14px;
    color: #777;
    margin: 8px 0;
}

.video-list .vi-li .vi-text p {
    font-size: 14px;
    color: #777;
    line-height: 21px;
    height: 47px;
    overflow: hidden;
}

/*下载页面*/

.down-list {
    padding-bottom: 50px;
    /*padding-top: 15px;*/
}

.down-list li {
    border-bottom: 1px solid #ddd;
    padding: 16px;
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

.down-list li:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}

.down-list li:first-child {
    padding-top: 0px;
}

.down-list li .down-left {}

.down-list li .down-left a {
    color: #333;
    font-size: 16px;
}

.down-list li .down-left a img {
    margin-right: 10px;
}

.down-list li .down-left p {
    margin-top: 12px;
    font-size: 14px;
    color: #999;
}

.down-list li .down-left p span {
    margin-left: 54px;
}

.down-list li .down-xia {
    display: block;
    margin-top: 18px;
}


/*piclist1 个人图片列表*/

.picleft1-list {
    padding-top: 16px;
    padding-bottom: 20px;
}

.picleft1-list li {
    margin-bottom: 10px;
    width: 242px;
    height: 88px;
    border: 1px solid #ececec;
    padding: 8px;
    float: left;
    margin-right: 20px;
    margin-bottom: 26px;
}

.picleft1-list li:hover {
    box-shadow: 1px 1px 2px 2px #e8effb;
}

.picleft1-list li .pli-img1 {
    /*width: 228px;*/
    /*去掉宽度不要*/
}

.picleft1-list li .pli-text1 {
    margin-top: 10px;
    width: 130px;
    padding-left: 23px;
}

.picleft1-list li .pli-text1 a {
    font-size: 20px;
    color: #333;
    display: block;
    margin-top: -5px;
    text-decoration: none;
    /*  margin-top: 10px;*/
}

.picleft1-list li .pli-text1 span {
    font-size: 18px;
    color: #999;
    display: block;
    margin: 15px 0 10px 0;
}

.picleft1-list li.mar0 {
    margin-right: 0px;
}


/*字母序列表*/

.az {
    padding-top: 20px;
    color: #333;
    font-size: 16px;
    height: 35px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

.az ul {
    line-height: 30px;
}

.az ul li {
    float: left;
    padding-right: 16px;
    line-height: 30px;
}

.az ul li a {
    color: #999;
    font-size: 16px;
    text-decoration: none;
}

.az ul li a:hover {
    color: #9ac209;
}

.az-aa {
    padding-top: 10px;
}

.zza {
    padding: 10px 0;
    border-bottom: 1px dotted #cdcdcd;
}

.zza h4 {
    font-size: 24px;
    color: #9ac209;
    font-weight: normal;
}

.zza ul {
    padding-top: 20px;
}

.zza ul li {
    float: left;
    font-size: 16px;
    color: #333;
    padding-right: 40px;
    width: 60px;
    margin-bottom: 10px;
}

.zza ul li.mar0 {
    margin-right: 0px;
}


/*datime*/

.datime .dat-top {
    margin: 40px 0 10px 0;
}

.datime .dat-top img {
    width: 880px;
    height: 124px;
}

.time-top {
    position: relative;
}

.time-top a.prev {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 46px;
    height: 46px;
    display: block;
    cursor: pointer;
    z-index: 1;
}

.time-top a.next {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 46px;
    height: 46px;
    display: block;
    cursor: pointer;
    z-index: 1;
}

.timg {
    height: 1px;
    background: #b12330;
    position: absolute;
    left: 2%;
    top: 53px;
    width: 97%;
}

.time-ul {
    padding-top: 18px;
    position: relative;
}

.time-ul ul {
    padding-top: 18px;
    padding-left: 50px;
}

.time-ul ul li {
    float: left;
    cursor: pointer;
    margin: 0 6px;
    background: url(../images/rts.png) no-repeat center top;
}

.time-ul ul li a {
    text-decoration: none;
    margin: 0 20px;
    display: block;
    height: 100px;
    margin-top: 18px;
    width: 34px;
}

.time-ul ul li a span {
    font-size: 14px;
    color: #333;
    display: block;
    padding-top: 40px;
}

.time-ul ul li.active {
    background: url(../images/rt.png) no-repeat center top;
}

.time-one {}

.time-one h4 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 20px 0;
}

.time-one p {
    font-size: 14px;
    color: #777;
    line-height: 25px;
    margin: 20px 0;
}

.newic-list {
    padding-bottom: 50px;
    margin-top: 0px;
}

.newic-list li {
    padding: 20px 20px;
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
}

.newic-list li:hover {
    border: 1px solid #ccc;
    cursor: pointer;
}

.newic-list li a.a1 {
    font-size: 18px;
    color: #3a6ba5;
    display: block;
    text-decoration: none;
}

.newic-list li span {
    font-size: 14px;
    color: #999;
    display: block;
    margin: 10px 0;
}

.newic-list li a.a2 {
    font-size: 14px;
    color: #333;
    display: block;
    text-decoration: none;
    margin-top: 10px;
}

.newic-list li p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
}


/*下载2*/

.searchbg1 {
    background: url(../images/searchbg1.png) no-repeat left top;
    width: 270px;
    height: 39px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.searchbg1 .inp-text {
    background: none;
    border: none;
    line-height: 37px;
    width: 237px;
    padding-left: 3px;
}

.searchbg1 .inp-but {
    background: none;
    border: none;
    height: 37px;
    width: 30px;
}

.down-list1 {
    padding-bottom: 50px;
    /*padding-top: 15px;*/
    padding: 10px 1px 30px;
}

.down-list1 li {
    position: relative;
    padding: 20px 25px;
    margin-bottom: 30px;
    background: #f5f5f5;
}

.down-list1 li:hover {
    /*opacity: 0.8;*/
    background: #fdf1f1;
    cursor: pointer;
}

.down-list1 li .down-left {
    width: 95%;
}

.down-list1 li .down-left a {
    color: #2d3644;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

.down-list1 li .down-left a img {
    margin-right: 15px;
    float: left;
}

.down-list1 li .down-left a span {
    float: left;
    width: 78%;
    line-height: 40px;
}

.down-list1 li .down-xia {
    display: block;
    margin-top: 8px;
    width: 4%;
}

.down-list1 li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 20px;
    height: 50px;
    width: 6px;
    background: #c1c6cd;
}


/* webplus平台 */


/* 导航选中 .selected */

.wc-menu ul li a:hover,
.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {}


/* 左侧二级选中 .parent */

.slide-nav-ul li a:hover,
.slide-nav-ul li a.active,
.slide-nav-ul li a.selected,
.slide-nav-ul li a.parent {}


/* 三级选中 .selected */

.slide-nav-ul li .slide-nav-item-ul li a:hover,
.slide-nav-ul li .slide-nav-item-ul a.active,
.slide-nav-ul li .slide-nav-item-ul a.selected {}


/* 面包屑 斜杠 / 的图片 */

.possplit {
    background: none;
    display: inline-block;
    padding: 0 3px;
    text-indent: 0;
    width: auto;
}


/* 假如是单篇文章   平台会用自己的样式 */

.wp_single wp_column_article {
    margin-top: 20px;
}


/* 重写平台上的样式 */
.view-cnt,
.wp_articlecontent {
    font-size: 18px !important;
    margin-top: 10px;
    line-height: 29px !important;
}

/*.right-nr #wp_column_article p {
    margin: 10px 0;
    font-size: 18px !important;
    line-height: 29px !important;
}*/



/**/
.teach-ul1 {
    padding-top: 10px;
}

.teach-ul1 .li-img {
    text-align: center;
    margin-bottom: 28px;
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

.teach-ul1 .li-img a {
    display: block;
    text-decoration: none;
}

.teach-ul1 .li-img a span {
    display: block;
    font-weight: bold;
    color: #194494;
    line-height: 26px;
    padding: 10px 0;
    background: #ccc;
    font-size: 18px;
}

.teach-ul1 .li-img a:hover span {
    /*background: #9a202d url(../images/trimgbg.jpg) no-repeat right top;*/
    color: #fff;
    background: #194494;
    background-size: cover;
}

.teach-ul1 .li-img:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    transition: all 0.4s ease-out;
    cursor: pointer;
}


/*piclist 2*/

ul.piclist2 {
    padding-top: 20px;
}

ul.piclist2 li {
    width: 258px;
    margin-right: 56px;
    float: left;
    margin-bottom: 30px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
}

ul.piclist2 li:hover {
    background: #0f4c81;
}

ul.piclist2 li:hover .pi-tt h4 a {
    color: #fff;
}

ul.piclist2 li:hover .pi-tt .ul-desc li a {
    color: #fff;
}

ul.piclist2 li:hover .pi-tt .ul-desc li {
    list-style-type: disc;
    color: #fff;
}

ul.piclist2 li:hover .pi-tt a.more {
    color: #fff;
}

ul.piclist2 li.mar0 {
    margin-right: 0;
}

ul.piclist2 li .pi-tt {
    padding: 20px 30px;
}

ul.piclist2 li .pi-tt .ul-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    height: 94px;
    color: #333;
    padding-left: 30px;
}

ul.piclist2 li .pi-tt .ul-desc li {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    background: none;
    border: none;
}

ul.piclist2 li .pi-tt h4 {
    color: #333;
    margin-bottom: 10px;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    /*line-height: 140%;*/
}

ul.piclist2 li .pi-tt h4 a {
    color: #333;
}

ul.piclist2 li .pi-tt h4 a:hover {
    color: #fff;
    text-decoration: none;
}

ul.piclist2 li .pi-tt .ul-desc li {
    list-style-type: disc;
    line-height: 30px;
}

ul.piclist2 li .pi-tt .ul-desc li a {
    color: #333;
}

ul.piclist2 li .pi-tt .ul-desc li a:hover {
    /* color: #a3c721; */
}

ul.piclist2 li .pi-tt a.more {
    font-size: 18px;
    color: #1f8dcc;
    margin-top: 15px;
    display: block;
    text-decoration: none;
}

ul.piclist2 li .pi-tt a.more img {
    padding-left: 10px;
}


/*table*/

table.tablea {
    box-shadow: 1px 2px 6px 3px #ccc;
}

table.tablea tr td {
    text-align: center;
}

table.tablea thead tr {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

table.tablea thead tr td {
    padding: 10px 0;
    line-height: 23px;
}

table.tablea thead tr td:first-child {
    width: 20%;
}

table.tablea thead tr td:nth-child(2) {
    width: 20%;
}

table.tablea thead tr td:nth-child(3) {
    width: 40%;
}

table.tablea thead tr td:nth-child(4) {
    width: 10%;
}

table.tablea thead tr td:nth-child(5) {
    width: 10%;
}

table.tablea tbody tr td p {
    line-height: 26px;
    font-size: 16px;
    margin: 5px 0;
    text-align: left;
    padding: 0 10px;
}

table.tablea tbody tr td:nth-child(4) p {
    text-align: center;
}

table.tablea tbody tr td:nth-child(5) p {
    text-align: center;
}


/*线的效果*/

.pic-box {}

ul.piclist2 li a.a1 {
    position: relative;
    display: block;
}

ul.piclist2 li a.a1 i {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 6px;
    background: #a8ca2d;
    display: block;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

ul.piclist2 li a.a1 i {
    width: 0px;
    height: 4px;
    background: #f2c230;
    margin-top: 100px;
    display: inline-block;
}

ul.piclist2 li:hover a.a1 i {
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/*data-list22*/

ul.data-list22 {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.data-list22 li {
    padding: 16px;
    border-bottom: 1px solid #dbe3eb;
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

ul.data-list22 li .li-date2 {
    width: 6%;
    float: left;
    height: 43px;
    border-right: 1px dotted #c5c5c5;
}

ul.data-list22 li .li-date2 p {
    font-size: 24px;
    font-weight: bold;
    color: #880400;
    line-height: 25px;
}

ul.data-list22 li .li-date2 span {
    font-size: 14px;
    color: #333;
}

ul.data-list22 li:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}

ul.data-list22 li a {
    width: 88%;
    float: left;
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 40px;
    line-height: 26px;
    padding-left: 3%;
}


/*新闻列表2*/


/*data-list2*/

ul.data-list2>li>a {
    float: left;
    display: block;
    padding-left: 15px;
    background: url(../images/y3.png) no-repeat left 6px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    width: 90%;
    -webkit-box-orient: vertical;
font-size: 14pt;
}

.data-list2 li span {
    float: right;
    display: block;
    padding-left: 15px;
}

.data-list2 li {
    font-size: 16px;
    padding: 20px 0px;
    border: 1px solid transparent;
    border-bottom: 1px solid #eee;
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

.data-list2 li:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}

.data-list2 li:hover a {
    color: #194494;
    text-decoration: none;
}


/**/

.picleft-list22 {
    padding-top: 25px;
}

.picleft-list22 li {
    width: 49%;
    float: left;
    margin-bottom: 20px;
    margin-right: 2%;
}

.picleft-list22 li:nth-child(2n) {
    margin-right: 0;
}

.picleft-list22 li .pli-img img {
    max-width: 100%;
}

.picleft-list22 li .pli-img {
    width: 26%;
    border: 3px solid transparent;
    transition: all 1s;
}

.picleft-list22 li .pli-text {
    width: 71%;
    min-height: 158px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.picleft-list22 li .pli-text a {
    font-size: 18px;
    color: #7894cc;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.picleft-list22 li .pli-text p {
    font-size: 14px;
    color: #333;
    line-height: 29px;
}

.picleft-list23 {
    margin-top: -20px;
}

.picleft-list23 li {
    background: #fff;
    border: 1px solid transparent;
    border-top: 3px solid #194494;
    box-shadow: 0px 2px 6px 4px #ccc;
    padding: 33px;
    /*display: flex;*/
    margin-bottom: 45px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.4s ease-out;
    /*box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);*/
}

.picleft-list23 li:hover {
    /*opacity: 0.8;*/
    cursor: pointer;
    border: 1px solid #ccc;
    border-top: 3px solid #194494;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}

.picleft-list23 li .pli-img img {
    display: inline-block;
    max-width: 200px;
    max-height: 260px;
    /*width: 100%;*/
    margin-bottom: 10px;
}

.picleft-list23 li .pli-img {
    width: 20%;
    float: left;
}

.picleft-list23 li .pli-text {
    width: 64%;
    padding-left: 3%;
}

.picleft-list23 li .pli-text h5 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.picleft-list23 li .pli-text h5 a {
    color: #333;
    text-decoration: none;
}

.picleft-list23 li .pli-text h5 span {
    font-size: 18px;
    margin-left: 25px;
    color: #dbbb7d;
    /*vertical-align: 5px;*/
}

.picleft-list23 li .pli-text p {
    line-height: 30px;
}


/*add*/

ul.newic-list11 {
    padding-top: 10px;
    padding-bottom: 30px;
}

.data-list2 {
    padding-bottom: 20px;
    padding-top: 0px;
    margin-top: -10px;
}

ul.newic-list11 li {
    padding: 30px 0 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

ul.newic-list11 li:first-child {
    padding-top: 0px;
}

ul.newic-list11 li .li-date {
    float: left;
    width: 10%;
    border: 1px solid #a6c7e3;
    height: 70px;
    text-align: center;
    line-height: 35px;
}

ul.newic-list11 li .li-date p {
    font-size: 18px;
    /*font-weight: bold;*/
    height: 35px;
    color: #3a6ba5;
    border-bottom: 1px solid #a6c7e3;
}

ul.newic-list11 li .li-date span {
    font-size: 18px;
    /*font-weight: bold;*/
    color: #3060ca;
    /*font-style: italic;*/
}

ul.newic-list11 li .li-tt {
    width: 70%;
    float: left;
    margin: 0 5% 0 3%;
}

ul.newic-list11 li .li-tt a {
    font-size: 18px;
    /*font-weight: bold;*/
    color: #3a6ba5;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

ul.newic-list11 li .li-tt p {
    margin-top: 20px;
    line-height: 25px;
}

ul.newic-list11 li a.a2 {
    font-size: 16px;
    color: #fff;
    background: #005eae;
    padding: 5px 21px;
    line-height: 30px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    float: right;
    border-radius: 25px;
    text-align: center;
    /*position: absolute;
    right: 0px;
    bottom: 0;*/
}

ul.newic-list11 li a.a2:hover {
    /*opacity: 0.9;*/
    background: #facf1c;
}

ul.newic-list11 li:hover {
    border-bottom: 1px solid #064bac;
    cursor: pointer;
}

/*ul.newic-list12*/
ul.newic-list12 li {
    padding: 22px 0;
    border-bottom: 1px dotted #ccc;
}

ul.newic-list12 li:first-child {
    padding-top: 0px;
}

ul.newic-list12 li .li-date {
    float: left;
    width: 10%;
    background: url(../images/shu.png) no-repeat left center;
    padding-left: 30px;
    height: 70px;
    text-align: center;
    line-height: 35px;
}

ul.newic-list12 li .li-date p {
    font-size: 20px;
    height: 30px;
    color: #9ec578;
}

ul.newic-list12 li .li-date span {
    font-size: 20px;
    color: #9ec578;
}

ul.newic-list12 li .li-tt {
    width: 70%;
    float: left;
    margin: 0 5%;
}

ul.newic-list12 li .li-tt a {
    font-size: 18px;
    /*font-weight: bold;*/
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

ul.newic-list12 li .li-tt p {
    margin-top: 10px;
    line-height: 25px;
}

ul.newic-list12 li a.a2 {
    float: left;
    margin-top: 20px;
}

ul.newic-list12 li a.a2:hover {
    opacity: 0.9;
}

ul.newic-list12 li:hover {
    border-bottom: 1px solid #4fac21;
    cursor: pointer;
}


/*piclist*/

.piclist {}

.piclist a {
    display: block;
    margin-bottom: 40px;
    text-decoration: none;
    box-shadow: 1px 2px 4px 2px #ccc;
}

/*.piclist a .pic-img{
    overflow: hidden;
}
.piclist a img{
    display: inline-block;
    transition: all 1.5s;
    transform: scale(1.0);
width:100%;
max-height:300px;
}*/

.piclist .pic-tt {
    background: #fff;
    border-bottom: 2px solid #0a58a6;
    height: 160px;
    padding: 20px 26px;
}

.piclist .imgtt {
    height: 201px;
}

.piclist .pic-tt span {
    display: block;
    font-size: 18px;
    color: #777;
    margin-bottom: 15px;
    margin-top: 10px;
}

.piclist .pic-tt p {
    height: 56px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.piclist .pic-tt p.sub {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    font-family: arial;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.piclist a:hover img {
    transition: all 1.5s;
    transform: scale(1.3);
}

.piclist a:hover .pic-tt {
    background: #5880B0;
}

.piclist a:hover p,
.piclist a:hover span,
.piclist a:hover p.sub {
    color: #fff;
}



/*page1*/

.page1 ul {
    width: 100%;
    text-align: center;
}

.page1 ul li {
    /*float: left;*/
    border: 1px solid #ddd;
    line-height: 40px;
    margin: 0 5px;
    padding: 0 30px;
    display: inline-block;
}

.page1 ul li a {
    float: left;
    color: #444;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

.page1 ul li.ye {
    border: none;
    margin: 0;
}

.page1 ul li.tiao {
    border: none;
    padding-left: 0;
}

.page1 ul li.tiao span {
    border: 1px solid #ddd;
    line-height: 40px;
    width: 40px;
    display: inline-block;
    height: 40px;
    float: left;
    margin-right: 15px;
}


/*图片列表分栏*/

.dang-ul {
    padding-top: 0px;
}

.dang-ul .li-img {
    margin-bottom: 22px;
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

.dang-ul .li-img a {
    text-decoration: none;
    display: block;
    color: #333;
    font-size: 16px;
}

.dang-ul .li-img a img {
    max-width: 100%;
}

.dang-ul .li-img a span {
    margin: 15px 0;
    color: #999;
    display: block;
    padding: 0 10px;
}

.dang-ul .li-img a p {
    color: #333;
    padding: 0 10px 10px;
    margin: 15px 0;
}

.dang-ul .li-img:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}


/**/








#wp_pager {
    text-align: center;
}

#wp_pager ul.pages {
    display: inline-block;
    margin: 10px 0 10px;
    padding: 0;
    text-transform: capitalize;
    border: none;
}

#wp_pager ul.pages li {
    display: inline-block;
    line-height: 32px;
    list-style: none;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

#wp_pager ul.pages li:hover {}

#wp_pager ul.pages li a {
    border: #d1d1d1 1px solid;
    border-left: none;
    background-position: 50% bottom;
    color: #666;
    text-decoration: none;
    line-height: 35px;
    padding: 0px 16px;
    display: inline-block;
}

#wp_pager ul.pages li:first-child a {
    border-left: 1px solid #d1d1d1;
}

#wp_pager ul.pages li.pgNext {}

#wp_pager ul.pages li.pgEmpty {
    display: none;
}

#wp_pager ul.pages li a.pgCurrent {
    background: #194494;
    color: white;
    display: inline-block;
    font-weight: bold;
    line-height: 35px;
    padding: 0px 16px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

#wp_pager ul.pages li a:hover {
    color: #fff;
    background: #194494;
}

#wp_pager ul.pages li a.pgCurrent:hover {
    color: #fff;
    background: #194494;
}


#wp_pager ul.pages li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#wp_pager ul.pages li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.bblue {
    background: #0a58a6 url(../images/blogo.png) no-repeat left top;
    min-height: 523px;
    margin: 50px 0;
}

.b-left {
    width: 40%;
}

.b-left h4 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 46px;
    padding-top: 120px;
    padding-left: 70px;
}

.b-right {
    width: 56%;
    padding-right: 20px;
    margin-top: -20px;
}

/*新闻列表 begin*/

.wcts-a0018 {
    position: relative;
    /*padding: 20px;*/
}

.wcts-a0018 ul li {
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    padding-bottom: 20px;
    cursor: pointer;
}

.wcts-a0018 ul li .li-data {
    float: left;
    background: none;
    color: #0a58a6;
    width: 120px;
    text-align: center;
    border-right: 1px solid #DADDE4;
}

.wcts-a0018 ul li .li-data p {
    font-size: 32px;
    font-weight: bold;
    display: block;
    line-height: 32px;
    margin-bottom: 16px;
    margin-top: 10px;
}

.wcts-a0018 ul li .li-data span {}

.wcts-a0018 ul li .li-tt {
    margin-left: 30px;
    width: calc(100% - 155px);
}

.wcts-a0018 ul li .li-tt .li-tt-title {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    text-decoration: none;
}

.wcts-a0018 ul li .li-tt .intro {
    font-size: 16px;
    color: #888;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wcts-a0018 ul li:hover .li-tt-title {
    color: #0a58a6;
}

.wcts-a0018 ul li:hover {
    border-bottom: 1px solid #0a58a6;
}

/*新闻列表 end*/


.names a {
    background: url(../images/bgname.png) no-repeat left top;
    display: inline-block;
    width: 318px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #358bad;
    text-decoration: none;
    text-align: center;
    margin: 0px 40px 40px 0;
    position: relative;
}

.names a:nth-child(4n) {
    margin-right: 0;
}


.new-zhetop ul {
    width: 100%;
    /*display: table;*/
}

.new-zhetop ul li {
    font-size: 18px;
    color: #999;
    text-align: center;
    display: inline-block;
    /*display: table-cell;*/
    padding: 0px 30px;
    line-height: 50px;
    border-top: 4px solid transparent;
}

.new-zhetop ul li.active,
.new-zhetop ul li:hover {
    color: #0a58a6;
    cursor: pointer;
    border-top: 4px solid #0a58a6;
    font-weight: bold;
    /*background: #f3f8fb;*/
}

.new-neirong {}

.new-neirong .title {
    text-align: center;
    font-size: 22px;
    color: #000;
    margin: 20px 0;
}

.new-neirong .title span {
    margin: 0px 6px;
}

.new-neirong ul {
    font-size: 0;
}

.new-neirong ul li {
    display: inline-block;
    width: 25%;
    /*background: #f3f8fb;
                                            line-height: 88px;*/
    margin-bottom: 1px;
    border-right: 1px solid #fff;
    position: relative;
    cursor: pointer;
    vertical-align: top;
}


.new-neirong ul li.active:focus {
    /* 三角形 */
    content: "";
    width: 12px;
    height: 12px;
}

.new-neirong ul li .li-top {
    height: 88px;
    line-height: 88px;
}

.new-neirong ul li span {
    font-size: 20px;
    color: #000;
    padding-left: 28px;
    display: block;
}

.new-neirong ul li span i {
    font-style: normal;
    margin-right: 8px;
}

.new-neirong ul li span i.i2 {
    margin-left: 28px;
    margin-right: 0px;
    position: absolute;
    color: #2a72bb;
    right: 80px;
}

.new-neirong ul li .li-top {
    height: 88px;
}

.new-neirong ul li a {
    display: block;
    text-decoration: none;
    /*width: 64px;
                                            text-align: center;
                                            background: url(../images/l.png) no-repeat center center;
                                            height: 88px;
                                            position: absolute;
                                            right: 0px;
                                            top: 0;*/
}

.new-neirong ul li:hover,
.new-neirong ul li.active {
    color: #fff;
    background: #2c77c3;
}

.new-neirong ul li:hover span,
.new-neirong ul li:hover span i {
    color: #fff;
}

/*.new-neirong ul li:hover a,
                                        .new-neirong ul li.active a {
                                            background: #0e4e8e url(../images/l_hover.png) no-repeat center center;
                                        }*/


.new-neirong2 ul li {
    width: 48%;
    background: #f3f8fb;
    margin-right: 2%;
    margin-bottom: 2%;
}

.new-neirong2 ul li .li-top {
    height: 88px;
    line-height: 88px;
    position: relative;
}


.new-neirong2 ul li .span2 {
    font-size: 18px;
    color: #666;
    padding-left: 53px;
}


.new-neirong ul li span i.i2 {
    margin-right: 0px;
    position: absolute;
    color: #fff;
    right: 0px;
    padding: 0 20px;
    background: #0e4e8e;
}




.three-box2 ul li {
    display: inline-block;
    width: 440px;
    background: #f3f8fb;
    margin: 0 40px 30px 0;
    border-right: 1px solid #fff;
    position: relative;
    cursor: pointer;
    vertical-align: top;
}

.three-box2 ul li:nth-child(3n) {
    margin-right: 0px;
}

.three-box2 ul li:hover {
    color: #fff;
    background: #2c77c3;
}

.three-box2 ul li:hover a {
    color: #fff;
}




.three-box2 ul li .li-top {
    height: 89px;
    line-height: 89px;
}

.three-box2 ul li .li-top a {
    font-size: 20px;
    display: block;
    padding-left: 50px;
    text-decoration: none;
}


.three-box2 ul li .a2 {
    display: block;
    width: 64px;
    text-align: center;
    background: #0e4e8e url(../images/l_hover.png) no-repeat center center;
    height: 89px;
    position: absolute;
    right: 0px;
    top: 0;
}


.rcpy_info .dep {
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    position: relative;
}

.rcpy_info .ji_font {
    color: #0a58a6;
    font-size: 18px;
    margin: 10px;
    text-align: center;
    display: block;
}

.rcpy_yx p {
    display: block;
    font-weight: bold;
    color: #0a58a6;
    font-size: 16px;
    text-align: left;
    line-height: 40px;
}


.rcpy_info table {
    border-collapse: collapse;
    border-spacing: 0;
    border: medium none;
    width: 100%;
    display: table;
}

.rcpy_info table td,
.rcpy_info table th {
    padding: 8px 10px;
    border: 0px solid #adbfe3;
    background: #fff;
    color: #000;
    font-size: 15px !important;
    line-height: 26px;
}

.rcpy_info table thead th {
    font-weight: bold;
    background: #0a58a6;
    color: #fff;
    text-align: center;
}

.rcpy_info table tr:nth-of-type(2n) td {
    background: #adbfe3;
}


@media (max-width: 1470px) {

        {
        .new-neirong ul li .xue-con {
            padding: 10px;
        }
    }