@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}


/*备用样式表*/

.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(images/icon.png) no-repeat;
}

/**主体模块样式**/

#m-container {}

#m-container .inner {}

.f_between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.f_start {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.f_end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.f_center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.f_middle {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.f_bottom {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.f_col {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.f_row {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
}

.hide-text-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: center;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hide-text-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}



/*css3扩展*/

body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 0px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}


/**布局开始**/

body {
    line-height: 1;
    font-size: 13px;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #036eb7;
}


/*页面尺寸*/

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1400px;
    margin: 0 auto;
}


/**页面全局宽度**/


/*head开始*/

#header {
    background: #036eb7 url(./images/top-bgc.png) center top no-repeat;
    padding-top: 49px;
    padding-bottom: 37px;
    background-size: cover;
}

#header .inner {
    position: relative;
}

.header .head-left {
    float: left;
    display: inline-block;

}

.header .sitelogo {
    vertical-align: top;
    font-size: 0;
    display: inline-block;
}

.header .sitelogo .logo {
    display: inline-block;
    /* width: 320px; */
    vertical-align: top;
}

.header .sitetitle {
    margin-left: 12px;
    display: inline-block;
    width: 680px;
    vertical-align: top;
}


/**站点名称**/

.sitelogo .logo img,
.sitetitle img {
    width: 100%;
}

/* 导航 */
/*默认主导航样式*/

#nav {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    /* -webkit-box-shadow: 0px 0px 18px rgba(3, 110, 183, .5); */
    /* -moz-box-shadow: 0px 0px 18px rgba(3, 110, 183, .5); */
    /* box-shadow: 0px 0px 18px rgba(3, 110, 183, .5) */
}

#nav .inner {}

#nav .inner .wp-panel {
    height: 60px;
}


/*导航*/

#nav .inner .wp-panel .wp-window {}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}


/*导航样式：后台绑定时也可以定义配置*/

.nav .wp-menu {
    margin: 0 auto;
    font-size: 0;
    display: flex;
    justify-content: space-around;
}

.nav .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
    /* width: 12%; */
    text-align: center;
}

.nav .wp-menu .menu-item:last-child {
    margin-right: 0;
}

.nav .wp-menu .menu-item.i1 {
    background: none;
}

.nav .wp-menu .menu-item a>.menu-switch-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 33px;
    line-height: 60px;
    color: #333;
    font-size: 20px;
    font-family: Microsoft YaHei;

    position: relative;
}

.nav .wp-menu .menu-item.hover .menu-link {
    color: #4E86BA;
}

.nav .wp-menu .menu-item.hover a.menu-link:before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0;
    margin: 0 auto;

    width: 80px;
    height: 4px;
    background: #4E86BA;
    /* box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1); */
    border-radius: 2px;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 100;
    background: #2ca6e0;
    /* border-top: 4px solid #EF7D2D; */
    min-width: 100%;
    background: rgb(255 255 255 / 50%);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);

}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
    /* padding: 20px 43px; */
    box-sizing: border-box;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #fff;

    line-height: 50px;
    padding: 0px 43px;

    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;

    background: #4E86BA;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}



/* 图片切换 */
.main1 .ml_01 {
    float: left;
    width: 490px;
    /* margin-right: 48px; */

}

.main1 {
    margin-bottom: 47px;
}

*幻灯片*/ .post-11 {
    height: 315px;
    position: relative;
}

.post-11 .focus-title-bar {
    left: 0;
    right: 0;
    margin-left: 0;
    bottom: 0;
    height: 40px;
}

.post-11 .focus-title-bg {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-11 .focus-title {
    top: 10px;
    left: 25px;
    right: 108px;
    padding: 0;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 19px;
}

.post-11 .focus-pagination {
    bottom: 15px;
    height: 8px;
    font-size: 0;
}

.post-11 .focus-page {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 0;
    background: #ffffff13;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}

.post-11 .focus-page-active {

    background: #FFFFFF;
}

.focus-navigation {
    display: none;
}

.main-lef-top {
    margin-bottom: 40px;

}

.main1-left {
    width: 981px;
    float: left;
}

.biaoyti {
    font-size: 28px;
    font-family: SourceHanSerifCN;
    font-weight: 800;
    color: #333333;
    float: left;
}

.biaoyti span {
    font-size: 28px;
    font-family: SourceHanSerifCN;
    font-weight: 800;
    color: #1167BB;
}

ti-list {
    float: left;
    position: relative;
}

.mores {
    float: right;

}

.main1-right {
    width: 360px;
    background: url(./images/parmengt.png) no-repeat;
    background-size: cover;
    float: right;
    padding: 23px 30px 27px 30px;
    box-sizing: border-box;
    height: 448px;

}

.main2-top {
    padding-bottom: 23px;
    border-bottom: 1px solid #1267BB;
    box-sizing: border-box;
    text-align: center;
}

.main2-top {
    font-size: 28px;
    font-family: SourceHanSerifCN;
    font-weight: 800;
    color: #333333;

    width: 100%;
    margin-bottom: 20px;
}

.main2-top span {
    font-size: 28px;
    font-family: SourceHanSerifCN;
    font-weight: 800;
    color: #1167BB;
}

.ipone {
    padding-bottom: 22px;
    box-sizing: border-box;
    border-bottom: 1px solid #1267BB;
    margin-bottom: 22px;

}

.lianxi {
    width: 100%;
    padding-left: 21px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #1267BB;
    margin-bottom: 15px;
}

.lianxi::before {
    position: absolute;
    content: "";
    background: url(./images/linxing.png);
    width: 9px;
    height: 9px;
    left: 0px;
    top: 4px;

}

.tell {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 2;

}

.gaihuang {}

.sa {
    margin-bottom: 18px;
}

.jian {

    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    width: 100%;
    margin-bottom: 27px;
    box-sizing: border-box;
    text-align: left;
    min-height: 144px;
}

.gaishu-more {
    display: block;
    text-align: end;

}

.main2-left-top {
    /* float: left; */
    width: 677px;
    padding-bottom: 28px;
    box-sizing: border-box;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 24px;
}

.boy-list {
    padding-left: 31px;
    box-sizing: border-box;
    padding-bottom: 21px;
    position: relative;
    border-bottom: 1px dashed #E0E0E0;
    margin-bottom: 22px;

}

.boy-list::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #1167BB;
    border-radius: 50%;
    left: 0;
    top: 7px;

}

.main3-left-bot {
    padding: 0px 21px;
    box-sizing: border-box;

}

.main2biaoti {

    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    height: 19px;
    float: left;
    width: 80%;

}

.main2biaoti {}

.main2-left {
    float: left;
}

.main2-right {
    float: right;
    width: 677px;
}

.main2-left a {
    display: block;
}

.time {

    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    float: right;
}

.boy-list:hover .main2biaoti {
    color: #1267BB;


}


.footer {
    padding-top: 42px;
    box-sizing: border-box;
    background: url(./images/bottom-logo.png) no-repeat center;
    background-size: cover;

}

.ul-list {
    justify-content: space-evenly;
    display: flex;
}

.list-boty {
    display: block;
    padding: 0px 17px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    height: 21px;
}

.list-boty:last-child {
    border: none;
}

.list-boty-biaot {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}

.bott {
    padding: 0 71px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.adress {
    padding: 28px 0px 24px 0px;
    box-sizing: border-box;
    border-top: 1px solid #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.more-dress span {
    margin-right: 20px;

}

.head-right {
    float: right;
    text-align: end;
}

.head-right-top {
    margin-bottom: 25px;

}

.school {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 26px;
    position: relative;


}

.school::before {
    position: absolute;
    content: '';
    background: url(./images/home.png);
    width: 15px;
    height: 15px;
    left: 0;
    top: 0px;
}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px !important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #0E60B0 url(./images/search.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    text-align: right;
    width: 292px;
}

.wp-search {
    position: relative;

    background: #ffffff00;
       border: 1px solid rgb(255 255 255 / 40%);
    border-radius: 4px;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 35px;
}

.wp-search .search-input input.search-title {
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    padding: 0;
    line-height: 34px;
    background: none;
    padding: 0px 10px;

    font-size: 14px;
    border: 0;
    outline: 0;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.wp-search .search-btn {
    width: 36px;
    height: 36px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.wp-search .search-btn input.search-submit {
    width: 34px;
    height: 34px;
    border: 0;
    outline: 0;
    background: #fff url(./images/search.png) center center no-repeat;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 1px;

}



/*banner*/
.mbanner {
    position: relative;
    z-index: 1;
}

.mbanner .swiper-container {
    height: auto;
}

.mbanner .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;

}

.mbanner .swiper-slide img {
    display: block;
    width: 100%;
}

.mbanner .news-title {
    margin: 0 auto;
    width: 1400px;
    padding-top: 278px;
    color: #fff;
}

.mbanner .news-title .news_bt {
    width: 760px;
    line-height: 50px;
    font-size: 36px;
}

.mbanner .news-title .news_text {
    width: 730px;
    line-height: 28px;
    font-size: 16px;
    margin-top: 29px;
}

.mbanner .news-title .news_more {
    width: 160px;
    height: 60px;
    margin-top: 49px;
    background: #fff;
}

.mbanner .news-title .news_more span {
    font-size: 16px;
    color: #1e55a4;
    padding-right: 25px;
    background: url(images/more_01.png) right center no-repeat;
}

.mbanner .swiper-pagination-bullet {
    /* width: 20px;
      height: 20px; */
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    /* opacity: 1; */
    /* background: rgba(0, 0, 0, 0.2); */
}

.mbanner .swiper-pagination-bullet-active {
    color: #fff;
    /* background: #007aff; */

    position: relative;
}

.mbanner .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 1px;
    border: 1px solid #eaeff1;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.68);
    background: #eaeff1;
    left: -23px;
    top: 15px;
    margin: 0 43px !important;
}

.mbanner .swiper-container-horizontal>.swiper-pagination-bullets,
.mbanner .swiper-pagination-custom,
.mbanner .swiper-pagination-fraction {
    bottom: 44px;
    left: 0;
    width: 80%;
    right: 230px;
}

.mbanner .swiper-pagination {
    text-align: right;
}

.mbanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px;
    padding: 6px;
}

.mbanner .swiper-pagination-bullet {
    background: none;
    opacity: 1;
}

.mbanner swiper-pagination-bullet {
    position: relative !important;
}

.mbanner swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    border: 59px solid #eaeff1;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.68);
    left: 0px;
}

.mbanner .swiper-pagination-bullet {
    background: none !important;
}


.mbanner  .swiper-button-prev {
    background: url(./images/left.png) ;
    width: 57px;
    height: 57px;
    left: 199px;

}
.mbanner  .swiper-button-prev:hover {
    background: url(./images/hove-right.png) ;
    width: 57px;
    height: 57px;
    left: 199px;

}


.mbanner  .swiper-button-next {
    background: url(./images/right.png);
    width: 57px;
    height: 57px;
    right: 199px;
}

.mbanner  .swiper-button-next:hover {
    background: url(./images/right-hover.png);
    width: 57px;
    height: 57px;
    right: 199px;
}


.main1 {
    padding-top: 25px;
    box-sizing: border-box;
}


.main1-one {
    width: 924px;
    height: 388px;
    float: left;
}


.post-news3 {
    width: 517px;
    height: 388px;
    position: relative;
    float: left;
}

.post-news3 .post-tu {
    width: 100%;
    height: 388px;
    overflow: hidden;
    position: relative;
}

.post-news3 .swiper-container {
    height: 100%;
}

.post-news3 .swiper-slide {
    position: relative;
    background-size: cover;
    display: block;
}

.post-news3 .news-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* height: 100px; */
    background: rgba(0, 0, 0, 0.5);
    padding: 22px 30px;
    /* padding-top: 36px; */
    padding-right: 135px;
}

.post-news3 .news-title .news_bt {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;

    color: #fff;
}

.post-news3 .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 25px;
    left: auto;
    right: 25px;
    width: auto;
    font-size: 0;
}

.post-news3 .swiper-pagination-bullet {
    margin: 0 5px;
    width: 8px;
    height: 8px;
    /* border: 1px solid #fff; */
    background: #fff !important;
    border-radius: 0;
    line-height: 8px;
    text-align: center;
    background: none;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
}

.post-news3 .swiper-pagination-bullet-active {
    background: #4E86BA !important;

}

.post-news3 .swiper-button-next {
    right: 0;
}

.post-news3 .swiper-button-prev {
    left: 0;
}

.post-news3 .swiper-button-next,
.post-news3 .swiper-button-prev {
    background-size: 17px 26px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4)
}

.post-news3 .swiper-button-next:hover,
.post-news3 .swiper-button-prev:hover {
    background-color: #036eb7;
    transition: all 0.4s ease-in-out;
}

.main1-one-right {
    float: right;
    width: 367px;

}

.xinwen {

    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    float: left;
}

.xinwen span {
    color: #4E86BA;
}

.more {
    float: right;
    margin-top: 7px;
}

.one-top {
 
   border-bottom: 1px solid #E0E0E0;
   box-sizing: border-box;
   margin-bottom: 18px;
   padding-bottom: 27px;

   

}


.one-bottom li {
    padding-bottom: 18.5px;
    box-sizing: border-box;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 25px;
}

.one-bottom li a {
    display: block;
}

.one-bottom li:hover .one0biao {
    color: #4E86BA;
}

.one0biao {
    width: 80%;
    float: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    padding-left: 23px;
    position: relative;
    box-sizing: border-box;
}

.one0biao::before  {
    position: absolute;
    content: "";
    left: 2px;
    width:11px ;
    height: 11px;
    background: url(./images/sanxiaoxing.png);
    top: 6px;


}

.one-bottom li:hover .one0biao::before{
    background: url(./images/sanxiaoxing-hover.png);

}
.one-time {

    float: right;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}


.main1-rights {
    float: right;
    width: 421px;
}

.one-bottom li:last-child {
    margin-bottom: 0px;
}

.main2-one {
    width: 422px;
    float: left;
    margin-right: 88px;
}


.aa {
    margin-bottom: 23px;
}

.main2-one-bottom li {
    border-left: 3px solid #4E86BA;
    padding-left: 14px;
    margin-bottom: 19px;


}

.main2-one-bottom a {
    display: block;

}

.nbiti {
    width: 100%;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 17px;
}

.fabu-time {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;

}

.main2-two {
    width: 420px;
    float: left;
}

.main2-two-bottom li {

    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 22px;

}

.main2-two-bottom li a {
    display: block;

}

.kuang {
    padding: 14px 4px 14px 4px;
    border: 1px solid #4E86BA;
    box-sizing: border-box;
    width: 26%;
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    /* height: 44px; */
    text-align: center;

}

.bi {
    width: calc(100% - 26%);
    padding-left: 14px;
    padding-right: 17px;
    box-sizing: border-box;
    float: right;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 44px;

}

.main3-three {
    width: 422px;
    float: right;
}

.main3-three-bottom ul {
    border-top: 1px dashed #D2D2D2;
    padding-top: 21px;
    box-sizing: border-box;

}

.main3-three-bottom ul li {
    padding-bottom: 19px;
    margin-bottom: 28px;
    border-bottom: 1px dashed #D2D2D2;
    box-sizing: border-box;
}

.bis {
    width: 80%;
    float: left;
    padding-left: 18px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 17px;


}

.bis::before {
    position: absolute;
    content: "";
    left: 0;
    background: url(./images/yuan.png) no-repeat;
    width: 6px;
    height: 6px;
    top: 8px;
}


.th-time {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    float: right;
}

.main2-one-bottom li:last-child {
    margin-bottom: 0;
}

.main2-two-bottom li:last-child {
    margin-bottom: 0;
}

.main3-three-bottom li:last-child {
    margin-bottom: 0;
}

.main2-one-bottom li:hover .nbiti {
    color: #4E86BA;
}

.main2-two-bottom li:hover .bi {
    color: #FFFFFF;
    background: #4E86BA;
}

.main3-three-bottom ul li:hover .bis {
    color: #4E86BA;

}


.main3 {
    margin-top: 45px;
    margin-bottom: 25px;
    box-sizing: border-box;

}

.aas {
    /* margin-bottom: 45px; */
    border: none ;
margin-bottom: 4px

}

.main2-left {
    width: 422px;
    float: left;

}

.main2-left-bottom li {
    padding: 16px 11px 16px 11px;
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    margin-bottom: 17px;

}

.study-bioati {
    float: left;
    width: 80%;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 16px;

}

.study-time {
    float: right;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 15px;


}

.main2-left-bottom li:hover .study-bioati,
.main2-left-bottom li:hover .study-time {
    color: #fff;

}

.main2-left-bottom li:hover {
    background: #4E86BA;

}



.main3-right {
    float: right;
    background: url(./images/main-rightbgc.png)no-repeat;
    width: 910px;
    height: 373px;

}


.main3-right-left {
    width: 564px;
    height: 373px;
    padding: 23px 41px 35px 34px;
    box-sizing: border-box;
    position: relative;
    float: left;

}

.main3-right-left::before {

    position: absolute;
    content: '';
    left: 40px;
    right: 40px;
    top: 217px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);

}



.main3-right-left h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /* margin-bottom: 29px; */
}

.main3-right-bottom ul {}

.main3-right-bottom li {
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    width: 33.3%;
    /* border: 1px solid #000; */

}

.main3-right-bottom li:nth-child(4) {
    padding-bottom: 0px;
}

.main3-right-bottom li:nth-child(5) {
    padding-bottom: 0px;
}

.main3-right-bottom li:nth-child(6) {
    padding-bottom: 0px;
}

.big-box {
    padding-top: 19px;
    padding-bottom: 19px;
    box-sizing: border-box;
    text-align: center;
    position: relative;



}

.big-box::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 82px;
    background: #FFFFFF;
    opacity: 0.5;
    right: 0;


}

.main3-right-bottom li:nth-child(3) .big-box::before {
    display: none;
}

.main3-right-bottom li:nth-child(6) .big-box::before {
    display: none;
}


.main3-right-bottom li:hover .big-box {
    background: #185791;
    border-radius: 5px;


}


.big-box img {
    margin-bottom: 14px;
    width: 46px;
    height: 49px;
}

.icon-bioayt {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.fuhaoi {
    width: calc(100% - 564px);
    float: right;
    padding: 35px 24px 36px 24px;
    box-sizing: border-box;
}


.biaoits {
    width: 100%;
    padding-left: 29px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 65px;
    position: relative;
}

.biaoits::before {

    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: url(./images/jia.png);
    top: 44%;
    left: 0px;



}

.fuhaoi li:hover .biaoits::before {
    background: url(./images/jian.png);
    width: 6px;
    height: 2px;
    top: 50%;

}

.fuhaoi li:hover .biaoits {
    color: #4E86BA;


}

.footer {
    padding-top: 46px;
    padding-bottom: 61px;
    box-sizing: border-box;
    background: url(./images/foot-bgc.png);
}

.fot-top h2 {

    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    margin-right: 83px;
}

.fot-top-bottom {
    display: inline-block;
    width: 80%;

}

.bix {
    border-bottom: 1px solid #FFFFFF;
    padding-left: 32px;
    padding-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    margin-right: 50px;



}

.bix::before {

    position: absolute;
    content: '';
    left: 6px;
    background: url(./images/jj.png) no-repeat;
    width: 15px;
    height: 15px;
    top: 6px;

}

.jinab {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #ffff;
    line-height: 24px;

}

.fot-bot {
    margin-top: 45px;

}

.logo {
    float: left;
}
.fot-bot  .logo img{
margin-top:20px;
}
.bit-rght {
    padding-right: 186px;
    float: right;
    position: relative;
    box-sizing: border-box;
}

.dress p {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.weiixn {
    position: absolute;
    right: 0;
    top: 0;

    width: 71px;
    color: #fff;

}

.weiixn img {
    height: 71px;
    margin-bottom: 10px;

}

.banquan {
    text-align: center;
    width: 100%;
    padding-top: 19px;
    padding-bottom: 17px;
    box-sizing: border-box;
    background: #416D96;
    color: #FFFFFF;
}


/***********************************************************
 * 列表页
 */


/**首页三列布局**/


/**列表页**/


/*栏目图片*/

.l-banner {
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background: url(./images/banner-lits.png)  center center no-repeat;
}

.l-banner img {
    vertical-align: top;
    display: none;
}

.l-banner img {
    width: 100%;
    height: 100%;
}


/**主体列表页开始**/

#l-container {}

#l-container .inner {
    padding: 50px 0px;
}


/**主体文章页开始**/

#d-container {}

#d-container .inner {
    background: #fff;
}

.col_menu {
    width: 260px;
    float: left;
    margin-right: -260px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #025892;
}


/**位置栏目背景**/

.col_menu .col_menu_head h3.col_name {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}


/**位置栏目字体**/

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 0px 14px;
}


/**栏目名称图标**/

.col_menu .col_menu_con {
    border: 0px solid #e4e4e4;
}


/*栏目列表*/

.col_list {}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background: #036eb7;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    display: block;
    padding: 5px 0px 5px 25px;
    line-height: 30px;
    text-align: left;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #fff;
    background: #2ca6e0;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #fff;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: normal;
    color: #fff;
    background: #2ca6e0;
}


/*二级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #2ca6e0;
    border-bottom: 1px dashed #e0e0e0;
    background: #e9e9e9;
}

.col_list .wp_listcolumn .sub_list a.hover,
.col_list .wp_listcolumn .sub_list a.selected {
    color: #2ca6e0;
}

.col_list .wp_listcolumn .sub_list a.selected span.column-name {
    color: #036eb7;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 28px;
    padding: 5px 10px 5px 44px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover .column-name {
    color: #036eb7;
}


/*三级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 60px;
    cursor: pointer;
    font-size: 13px;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #93150c;
}


/**栏目新闻**/

.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 300px;
}

.col_news_head {
    border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
}


/**当前栏目**/

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 18px;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #0f429b;
    border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666;
}


/**当前位置**/

.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .news_list2 li {
    position: relative;
    padding-right: 120px;
    padding-left: 46px;
    border-bottom: 1px solid #dfdbdc;
}
.col_news_list .news_list2 li::before {
position: absolute;
content: "";
left: 0;
background: url(./images/news.png) no-repeat;
width: 8px;
height: 24px;
top: 13px;
}

.col_news_list .news_list2 li .news_title {
    display: block;
    line-height: 50px;
    color: #333;
    font-size: 16px;
}

.col_news_list .news_list2 li .news_meta {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 50px;
    font-size: 14px;
    color: #999;
}

.col_news_list .news_list2 li:hover .news_title {
    color: #014c9f;
}

.col_news_list .wp_article_list .list_item {}


/**栏目新闻列表**/

.col_news_list .wp_article_list .list_item .Article_Index {}


/**栏目新闻图标序号**/

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 800px;
    _width: expression(this.width > 800 ? "800px": this.width);
}


/**列表页文章图片大小限制**/


/**文章页**/

.infobox {
    padding: 20px 60px;
    margin: 0 auto;
    width: auto;
margin-top: 10px;
}
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 36px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #000;
}


/**文章标题**/

.article h2.arti_title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}


/**文章副标题**/

.article .arti_metas {
    padding: 10px;
    text-align: center;
   border-bottom:1px solid #ececec; 
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}


/**文章其他属性**/

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}


/**文章内容**/

.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}


/**阅读字体**/

.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px": this.width);
}


/**文章阅读部分图片大小限制**/

.article .entry .read table {
    margin: 0 auto;
    border: none!important;
}


/**翻页**/

.wp_paging {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: none;
    text-align: center;
    padding-top: 30px;
}

.wp_paging input {
    font-size: 12px;
    *font-size: 100%;
}

.wp_paging li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    float: none;
    margin-top: 5px;
}

.wp_paging li span,
.wp_paging li a {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.wp_paging li em {
    font-style: normal;
}

.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: 25px;
    height: 25px;
}

.wp_paging li a:hover {
    color: #000;
}

.wp_paging li a span {
    margin: 0;
}

.wp_paging li input {
    font-size: 12px;
    *font-size: 100%;
    width: 24px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 4px;
    text-align: center;
}

.wp_paging li input:focus {
    outline: none;
}


/** 分页栏 **/

.col_news_con .pages {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    text-align: center;
    padding-top: 0px;
}

.col_news_con .pages li {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.col_news_con .pages li a {
    font-size: 16px;
}

.col_news_con .pages li a.pgNext {
    color: #036eb7;
}

.col_news_con .pages li a.page-number {
    display: inline-block;
    border: 1px solid #036eb7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #036eb7;
}

.col_news_con .pages li a.page-number:hover,
.col_news_con .pages li a.pgCurrent {
    border: 1px solid #036eb7;
    background: #036eb7;
    color: #fff;
}

#wp_pager {
    text-align: center;
    padding-top: 20px;
}

#wp_pager ul.pages {
    display: inline-block;
    margin: 10px 0 10px;
    padding: 0;
    font-size: 13px;
    text-transform: capitalize;
    border: none;
}

#wp_pager ul.pages li {
    float: left;
    margin: 0 10px;
    line-height: 42px;
    list-style: none;
    color: #333;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}

#wp_pager ul.pages li:hover {
    background: none;
    border: 0;
}

#wp_pager ul.pages li a {
    display: inline-block;
    line-height: 42px;
    padding: 0;
    color: #036eb7;
}

#wp_pager ul.pages li a:hover {
    border: 1px solid #036eb7;
    color: #fff;
}

#wp_pager ul.pages li a.pgNext {
    color: #036eb7;
    border: 0;
}

#wp_pager ul.pages li.pgEmpty {
    display: none;
}

#wp_pager ul.pages li a.pgCurrent {
    color: #fff;
    font-weight: 500;
    border: 1px solid #036eb7;
    height: 235px;
}

/* 图列表 */

.col_news_list1 .news_list3{ overflow:hidden;}
.col_news_list1 .news_list3 ul{ position:relative; margin-right:-32px;}
.col_news_list1 .news_list3 li {
	float:left; width:calc(33.3% - 32px); margin-right:32px; 
    margin-top: 30px;
}

.col_news_list1 .news_list3 li .news_pic {
    width: 100%;
    padding-top:57%;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.col_news_list1 .news_list3 li .news_pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.col_news_list1 .news_list3 li .news_pic:hover {
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
}

.col_news_list1 .news_list3 li .news_pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.col_news_list1 .news_list3 li .news_info {
 padding-bottom:6px;
text-align: center;
}

.col_news_list1 .news_list3 li .news_titlelist {
    line-height: 36px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.col_news_list1 .news_list3 li a:hover .news_titlelist{ color:#1267bb}

.main2-left-bottom li:last-child {
    margin-bottom: 0px;
}

