
.headerbg {
    width: 100%;
    /*background: url(../img/top_bg.jpg) center no-repeat;*/
    background-size:cover;
}
.headerbg .w {
    position: relative;
}
.header {
    box-sizing: border-box;
    height: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s;
    position: relative;
}

.logo {
    display: inline-block;
}

.top-link {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 0;
    display: flex;
    align-items: center;
}
.top-link a {
    line-height: 1em;
    font-size: 14px;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0 10px;
}

.top-link a:hover {
    text-decoration: underline;
}


.nav {
    width: 100%;
    background:#3d55a7;
}
.nav .w {
    position: relative;
}
.nav ul {
    width: 100%;
    display: flex;
}
.nav ul li {
    position: relative;
    cursor: pointer;
    width: 25%;
}
.nav ul li::before {
    content: "";
    position: absolute;
    color: #fff;
    left:0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #318f29;
    transform: scaleX(0);
    transition: all .3s;
}

.nav ul li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #ddd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nav ul li:last-of-type::after {
    display: none;
}

.nav ul li .navbox {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    background: rgba(61, 85, 167, .7);
    display: none;
    z-index: 99;
    left: 50%;
    transform: translate(-50%,100%);
}
.navbox a {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    transition: all .3s;
    text-align: center;
    border-bottom: 1px dashed rgba(255, 255, 255, .5);
}
.navbox a:last-of-type {
    border-bottom: 0;
}
.navbox a:hover {
    background: #1f43a3;
    color: #fff !important;
}
.nav ul li .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .5);
}
.nav ul li>a{
    display: inline-block;
    color: #fff;
    transition: all .3s;
    line-height: 50px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
}
.nav ul li:nth-child(1) a{
    border-left: none;
}
.nav ul li>a span {
    position: relative;
    z-index: 99;
}

.nav ul li:hover>a,
.nav ul .selected>a{
    background: #1d3897;
}
.nav ul li:hover::before,
.nav ul .selected::before ,
.nav ul .on::before {
    transform: scale(1);
}
.main {
    min-height: 527px;
    margin-bottom: 30px;
}
.main>div {
    padding-top: 30px;

}
.w300 {
    width: 300px;
    position: relative;
}
.w360 {
    width: 360px;
}

.w380 {
    width: 380px;
}

.w400 {
    width: 400px;
}
.w450 {
    width: 450px;
}
.w790 {
    width: 790px;
}
.w800 {
    width: 800px;
}


footer {
    background: #3d55a7;
    padding: 30px 0;
}
footer .w {
    align-items: center;
}
footer p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
}

.memu-btn {
width: 40px;
height: 26px;
display: none;
flex-flow: column;
justify-content: space-between;
cursor: pointer;
overflow: hidden;
}
.memu-btn i {
content: '';
display: inline-block;
width: 100%;
height: 3px;
background: #fff;
transition: all 0.3s;
}
.memu-btn-active i:nth-child(2) {
transform: translateX(150%);
}
.memu-btn-active i:nth-child(3) {
transform: rotate(-45deg) translate(3px, -12px);
}
.memu-btn-active i:nth-child(1) {
transform: rotate(45deg) translate(3px, 12px);
}
.y45 {
transform: rotate(45deg);
}
.y-45 {
transform: rotate(-45deg);
}

.flexbw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexcen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexcol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex {
    display: flex;
}
.container {
    padding-top: 40px;
}
.container2 {
    background: #fff;
    padding: 40px 0;
}
.bg-w {
    background: #fff;
}
.banner .img-box-re{
    height: 500px;
}

.contitle {
   position: relative;
   border-bottom: 2px solid #1f43a3;
   margin-bottom: 26px;
   align-items: center;
   padding-bottom: 15px;
}

.contitle .ti{
    color: #333;
    position: relative;
    font-size: 24px;

}

.contitle .ti em {
    color: #000;
}


.contitle a{
    color: #1f43a3;
    font-size: 14px;
    transition: all .3s;
}

.contitle a:hover {
    text-decoration: underline;
}
.hot {
    display: block;
    flex-wrap: nowrap;
    font-size: 14px;
    position: relative;
    border-bottom: 1px  solid #ddd;
    padding-bottom: 10px;
}

.hot .hotti {
    font-size: 18px;
    color: #222;
    font-weight: 500;
}
.hot:hover .hotti{
    color: #1f43a3;
}
.hot p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.8em;
    color: #666;
}

.date {
    font-size: 14px;
    color: #999999;
}
.date em{
    font-size: 16px;
}
.tips-list {
    margin-top: 20px;
    background: #eee;
}
.data .yy-dd{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background: #5ab9c4;
    text-align: center;
}
.data .day {
    color: #e7ab54;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background: #fff;
}
.listleft {
    width: 20%;
}
.listleft p{
    height: 70px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 24px;
    background: #3d55a7;
    text-align: center;
    position: relative;
    transition:  all .3s;
    box-sizing:border-box;
    padding-left: 15px;
}

.listleft p span{
    display: inline-block;
    position: relative;
}

.subnav {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    background: rgba(61, 85, 167, .1);
    flex: 1;
}
.subnav li {
    position: relative;
    transition:  all .3s;
    margin-bottom: 5px;
}
.subnav li>a{
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    position: relative;
    background: #fff;
}
.subnav li>a::before {
    content: "";
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 3px;
    background: #1f43a3;
    transition: all .3s;
}

.subnav li>a span {
    position: relative;
}

.subnav li:hover ,
.subnav .selected{
    background: #fff;
}
.subnav li:hover>a, .subnav .selected>a {
    color: #1f43a3;
}
.subnav li:hover>a::before, .subnav .selected>a::before {

     height: 100%;
}
.subnav li:hover .arr ,.subnav .selected  .arr,
.subnav .selected .subnav-item {
    display: block;
}
.arr {
    content: '';
    display: none;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: rotate(-45deg);
    position: relative;
    z-index: 990;
}
.listright {
    width: 78%;
    background: #fff;
    padding: 0 20px 40px;
    box-sizing: border-box;
}
.listright .ti {
    align-items: center;
    border-bottom: 2px solid #ccc;
}
.bor-t {
    font-size: 20px;
    line-height: 50px;
    border-bottom: 2px solid #1f43a3;
    margin-bottom: -2px;
    padding-right: 20px;
    display: inline-block;
}

.subnav2 {
    font-size: 13px;
    color: #000;
}
.subnav2 a {
    margin: 0 5px;
}
.subnav2 a:hover ,.subnav2 .selected{
    color:#1f43a3;
}



#search {
    position: relative;
    width: 30px;
    margin-left: 20px;
    text-align: center;
}

.search {
    /* background: #fff; */
    border-radius: 5px;
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
    /* position: absolute;
    top: 25px;
    right: -70px; */
}

.search form {
    display: flex;
    justify-content:  space-between;
    align-items: center;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;

    width: 250px;
}

.search input {
    height: 25px;
    font-size: 14px;
    width: 200px;
    transition: all .3s;
    box-sizing: border-box;
}

.search_show {
    z-index: 999 !important;
    opacity: 1 !important;
}
.search-form {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 10;
    display: none;
}

#searchForm  button,
.isearch{
	border: none;
	padding: 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
	/*background: url(../img/search.png) center no-repeat;*/
}
.isearch {
    /*background: url(../img/search-w.png) center no-repeat;*/
}
#searchForm  button::after {
	border: none;
}

.container3 {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

.subnav3 {
    display: flex;
    margin: 20px 0;
}

.subnav3 a {
    margin-right: 5px;
    padding: 10px 15px;
    transition: all .3s;
    background: #3694eb;
    color: #fff;
    position: relative;
    border-radius: 5px;
    white-space: nowrap;
}
.subnav3 a::before {
   opacity: 0;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
    border-left: 10px solid transparent;
    border-top: 10px solid #3694eb;
    border-right: 10px solid transparent;
    transition: all .3s;
}
.subnav3 a:hover, .subnav3 .selected {
    background: #1f43a3;
}
.subnav3 a:hover::before,.subnav3 .selected::before {
    border-top: 10px solid #1f43a3;
    opacity: 1;
}
.subnav3-box {
    min-height: 700px;
}
.subnav3-box>div {
    display: none;
    margin-top: 40px;
}
.subnav3-box>div:last-of-type {
    display: block;
}
#close {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
    height: 36px;
    width: 36px;
}

.subnnav-item a{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    padding-left: 50px;
    position: relative;
    font-size: 14px;
    transition: all .3s;
}
.subnnav-item a::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ccc;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}
.subnnav-item a:hover ,.subnnav-item .selected{
    color: #1f43a3;
    border-bottom: none !important;
}

.subnnav-item a:hover::before,.subnnav-item .selected::before{
    background: #1f43a3;

}

.comtentlist ,.piclist {
    margin-top: 20px;
 }
 .comtentlist li{
     padding-left: 25px;
     position: relative;
     margin-bottom: 13px;
 }
 .comtentlist li:last-of-type {
    margin-bottom: 0;
 }
 .comtentlist li p {
     width: 85%;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     color: #111;
     transition: all .3s;
 }
 .comtentlist li span {
     font-size: 14px;
     color: #999;
 }
 .comtentlist li::before {
     content: '';
     position: absolute;
     height: 5px;
     width: 5px;
     background: #1d3897;
     border: 4px solid #c2cae3;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     border-radius: 50%;
 }
 .comtentlist li:hover p{
     color:#1d3897;
     transform: translateX(5px);
 }

 .nav-pic {
    position: absolute;
    bottom: 0;
    right: -80px;
 }
 #swiper  {
    position: relative;
    background: #ebeef6;
 }
 #swiper .img-box-re {
    padding-bottom: 240px;
 }

 .notice-list li {
    margin-top: 3px;
 }

 .notice-list a {
    display: flex;
    padding: 13px 20px;
    background: #ebeef6;
    transition: all .3s;
 }

 .notice-list .data {
    width: 60px;
    margin-right: 20px;
    text-align: center;
 }
 .notice-list .data p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    background: #3d55a7;
 }
 .notice-list .data h3 {
    font-size: 18px;
    line-height: 40px;
    color: #3d55a7;
    background: #fff;
 }
 .notice-list a:hover {
    background: #c2cae3;
 }
 .notice-list .txt {
    flex: 1;
    color: #222;
    display: flex;
    align-items: center;
 }
 .notice-list a:hover .txt {
    text-decoration: underline;
 }
 .neast {
    flex-wrap: nowrap;
 }
.neast .left {
    width: 35%;
}
.neast .left  .img-box-re {
    padding-bottom: 66.66%;
}
.neast .left h3 {
    font-size: 30px;
}
.neast .left p {
    font-size: 14px;
}
.neast .right {
    flex: 1;
    margin-left: 30px;
    border-bottom:  1px  dashed #ccc;
    padding-bottom: 40px;
    color: #999;
    font-size: 14px;
}
.neast .right h2 {
    transition: all .3s;
    color: #222;
    font-weight: 500;
    font-size: 24px;
}
.neast .right p {
    height: 48px;
}
.neast .right:hover h2 {
    color: #1f43a3;
}

.section3 .comtentlist {
    margin-top: 30px;
}
.link-box {
    position: absolute;
    width: 220px;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.link-box li {
    margin-bottom: 5px;
}
.link-box li:nth-child(2n){
    text-align: right;
}
.link-box p {
    display: inline-block;
    color: #1f43a3;
    font-size: 18px;
    font-style: italic;
}
.link-box p em {
    font-style: italic;
    font-size: 20px;
}
.link-box .bg {
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-style: normal;
}
.link-box .bg1 {
    background: #0f7aff;
}
.link-box .bg2 {
    background: #1f43a3;
}
.link-box .bg3 {
    background: #fe6000;
}
.link-box .bg4 {
    background: #1babbc;
}

.ny-bg {
    height: 300px;
    /*background: url(../img/ny_banner.jpg) center center no-repeat;*/

}

.nymian .comtentlist li{
    line-height: 50px;
    height: 50px;
    margin-bottom: 0;
    border-bottom: 1px dashed #ddd;
}

.comtent {
    min-height: 300px;
}

.search-box {
    position: relative;
}



.bannertext {
    z-index: 1;
    padding: 15px 20px;
    font-size: 0;
}

.bannertext a {
    display: none;
    font-size: 16px;
    color: #333;
}
.bannertext a:nth-child(1) {
    display: inline-block;
}


.section3 ol li{
    width: 31%;
    position: relative;
    box-sizing: border-box;
    padding: 40px;
    background: #fff;
    transition: all .3s ease-in-out;
}
.section3 ol li:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 3px 10px #999;
}
.section3 ol li .bot-san {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 10px;
    right: 10px;
    border-left: 12px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid #1f43a3;
}

.section3 ol li .txt {
    margin-top: 30px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    color: #3e3a39;
    font-size: 14px;
    height: 63px;
}

.section3 ol li a {
    display: block;
}
.section3 ol li .top .left {
    color: #1f43a3;
}
.section3 ol li .top .left p {
    white-space: nowrap;
    font-size: 14px;

}
.section3 ol li .top .left h2{
    font-size: 48px;
    line-height: 1em;
}

.section3 ol li .top .right {
    flex: 1;
    margin-left: 30px;
    line-height: 1.8em;
    position: relative;
}

.section3 ol li .top .right::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #1f43a3;

}

.friend {
    background: #277221;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}
/* .friend  .w {
    align-items: center;
} */
.friend .center {
    width: 80%;
    font-size: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow-y: hidden;
    height: 18px;
    transition: all .3s ease-in-out;
}

.friend .center a {
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 20px;
    line-height: 1em;
    margin-top: 5px;
}
.friend .center a:last-of-type {
    border-right: 0;
}
.friend .show-more {
    height: auto;
}
.friend .center a:hover {
    text-decoration: underline;
}
.friend  .right {
    cursor: pointer;
}
.friend  .right img {
    transition: all .3s ease-in-out;
}
.friend  .right img {
    margin-left: 10px;
    transform: rotate(90deg);
}

.trans img{
    transform: rotate(270deg) !important;
}

.role-list {
    margin-top: 20px;
    flex-wrap: wrap;
}
.role-list li {
    width: 18%;
    background: #eee;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    transition: all .3s;
}
.role-list li:nth-child(5n) {
    margin-right: 0;
}
.role-list li:hover {
    box-shadow: 0 0 10px #999;
}
.role-list li:hover p {
    color: #318f29;
}
.role-list li a{
    display: block;
    width: 100%;
}
.role-list .img-box-re {
    padding-bottom: 127.66%;
}
.role-list .card {
    width: 67%;
    box-sizing: border-box;
    padding: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.role-list h2 {
    color: #539f1b;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.role-list p {
    color: #999;
    text-align: center;
    padding: 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    transition: all .3s;
}
.role-list p em {
    margin-left: 5px;
    font-size: 14px;
}
.role-list .seemore {
    font-size: 12px;
    border: 1px solid #539f1b;
    background: #539f1b;
    color: #fff;
    border-radius: 5px;
    line-height: 1.8em;
    padding: 0 10px;
    transition: all .3s;
    display: block;
    margin-left: auto;
}
.index-list li p{
    font-size: 14px;
    color: #333;
}

.index-list li {
    margin-bottom: 18px;
    padding-left: 20px;
}

.link-list {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.link-list a {
    display: block;
    overflow: hidden;
    position: relative;
}
.link-list a:hover img{
    transform: scale(1.05)
}
.link-list a  .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    width: 70%;
    background: rgba(0, 0, 0, .4);
}
.index-list-2 {
    margin-top: 0;
}
.index-list-2 li {
   border-bottom: 1px dashed #ccc;
   margin-bottom: 13px;
   padding-bottom: 13px;
   padding-left: 0;
}
.index-list-2 li::before {
    display: none;
}

.index-list-2 li a {
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    position: relative;
    display: block;
}

.index-list-2 li a::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    /*background: url(../img/ques.png) center center no-repeat;*/
    background-size: 100% 100%;
}
