html {
    color: #000;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 tahoma, arial, "Microsoft YaHei", \5b8b\4f53;
    font-family: tahoma, "Microsoft YaHei";
    color: #333;
}

body {
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
}

input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

img {
    vertical-align: middle;
}

fieldset,
img {
    border: 0;
}

iframe {
    display: block;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.clearfix:before,
.clearfix:after {
    display: block;
    overflow: hidden;
    height: 0;
    content: "";

}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

* {
    word-break: break-all;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}


/*webkit*/

:-moz-placeholder {
    font-size: 14px;
    color: #999;
}


/*firefox 4-18*/

::-moz-placeholder {
    font-size: 14px;
    color: #999;
}


/*firefox 19+*/

:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}


/*ie10+*/

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* background: url("images/xial.png")  calc(100% - 10px) center no-repeat; */
}

.hide-text2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hide-text3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hide-text5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.hide-text6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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_top {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.f_bottom {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.f_stretch {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.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;
}

.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;
}


/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

/*head开始*/
#header {
    background: #036eb7;
    padding-top: 35px;
    padding-bottom: 24px;
    box-sizing: border-box;
    background: url(./img/head-bgc.png) no-repeat;
    background-size: cover;
}

#header .inner {
    position: relative;
}

#header .inner:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    right: -30px;
    width: 700px;
    height: 100%;
    background: url(images/head.jpg) right bottom no-repeat;
    background-size: cover;
}

#header .mod {
    position: relative;
    /* height: 160px; */
}

.header .head-left {
    float: left;
    display: inline-block;

}

.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: #1167BB;
    padding-left: 26px;
    position: relative;


}

.school::before {
    position: absolute;
    content: '';
    background: url(./images/home.png);
    width: 18px;
    height: 18px;
    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(./img/search.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    text-align: right;
    width: 215px;
    background: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

.wp-search {
    position: relative;
    border-radius: 5px;


}

.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: 34px;
    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: #1366B7;
}

.wp-search .search-btn {
    width: 35px;
    height: 34px;
    position: absolute;
    right: 1px;
    top: 0px;
    background: #1366B7;
    border-radius: 5px;

}

.wp-search .search-btn input.search-submit {
    width: 34px;
    height: 26px;
    border: 0;
    outline: 0;
    background: url(./img/search.png) center center no-repeat;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
    border-left: 1px solid rgb(17 103 187 / 41%);
}

.logo {
    float: left;
    font-size: 0;
}

.sitelogo img {
    display: inline-block;
    vertical-align: top;
}

.sitetitle {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 25px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
}

/**站点名称**/
.header .head-right {
    float: right;
    /* padding-top: 33px; */
}

.site-lang {}

.site-lang li {
    height: 26px;
    padding-right: 14px;
    margin-right: 14px;
    position: relative;
}

.site-lang li:before {
    position: absolute;
    content: '';
    right: 0;
    top: 4px;
    height: 18px;
    width: 1px;
    background: #fff;
}

.site-lang li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.site-lang li:last-child:before {
    display: none;
}

.site-lang li a {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
}

.site-lang li.wx a {
    padding-right: 30px;
    background: url(./images/wx.png) right center no-repeat;
}

.site-lang li.wx1 a {
    padding-right: 30px;
    background: url(./images/xiaochengxu1.png) right center no-repeat;

}

.site-lang li .tu {
    position: absolute;
    z-index: 11;
    right: 0;
    top: 26px;
    width: 120px;
    height: 120px;
    display: none;
    transition: all 0.4s ease-in-out;
}

.site-lang li .tu img {
    width: 120px;
    height: 120px;
}

.site-lang li:hover .tu {
    display: block;
}

/* 导航 */
/*默认主导航样式*/

#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 22px;
    line-height: 60px;
    color: #036EB7;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.nav .wp-menu .menu-item.hover a.menu-link:before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0;
    margin: 0 auto;
    height: 4px;
    background: #036EB7;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 100;
    background: #2ca6e0;
    border-top: 4px solid #EF7D2D;
    min-width: 100%;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
}

.navi-slide-title {
    display: none;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #036eb7;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}


/* focus */
#banner {
    background: #e7e2df;
}

#banner .inner {
    width: auto;
    text-align: center;
    position: relative;
}

.sudy-slide {
    overflow: hidden;
    zoom: 1;
    position: relative;
    font: 14px/1.5 "\5b8b\4f53", sans-serif;
}

.slide-wrap {
    margin: auto;
    position: relative;
}

.slide-container {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
}

.slide-container .slide-item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 200%;
    top: 0;
    overflow: hidden;
    z-index: 1
}

.slide-container .slide-item img {
    width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

.slide-title-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(./img/archives_10.png) repeat;
    display: none;
}

.slide-title-bg {
    width: 100%;
    height: 100%;
    background-color: #b7133f;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.slide-title {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 35px 15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
display: none;
}

.slide-title a,
.slide-text a {
    color: #fff4e4;
    text-decoration: none;
}

.slide-title a:hover,
.slide-text a:hover {
    color: #e5e5e5;
    text-decoration: none;
}

.slide-navigation {
    display: block !important;
    width: 64px;
    text-align: center;
    height: 64px;
    line-height: 64px;
    background: #000;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 50;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-indent: -9999px;
}

.slide-navigation:hover {
    color: #fff;
    text-decoration: none;
}

.slide-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slide-prev {
    left: -34px;
    background: url(./img/left.png) no-repeat center;
    border-radius: 50%;
}

.slide-prev:hover {

    background: url(./img/left-hover.png) no-repeat center;

}

.slide-next {
    right: -34px;
    background: url(./img/right.png) no-repeat center;
    border-radius: 50%;
}

.slide-next:hover {

    background: url(./img/right-hover.png) no-repeat center;

}

.slide-pagination {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 60;
    height: 20px;
    text-align: right;
}

.slide-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    border-radius: 5px;
    background-color: #999;
    color: #fff;
    margin-right: 5px;
    cursor: pointer;
}

.slide-page span {
    display: none;
}

.slide-page:hover {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.slide-page-active {
    background-color: #ff4019;
}

.slide-mask {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    z-index: 40;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.mask-left {
    left: -100%;
}

.mask-right {
    left: 100%;
}

.slide-thumb {
    height: 72px;
    position: absolute;
    left: 20px;
    bottom: 0px;
    z-index: 40;
}

.slide-thumb .thumb-image {
    display: inline-block;
    cursor: default;
    border: 2px solid #000;
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 6px;
    margin-top: 9px;
}

.slide-thumb .thumb-image img {
    width: 100%;
    height: 100%;
    border: 0;
}

.slide-thumb .thumb-active {
    border-color: #c60;
}


.contaniner .inner {
    padding: 54px 0px 57px 0px;
    box-sizing: border-box;
}

.contaniner {
    background: #eff4fb;
}


.mian-left {
    float: left;
    width: 365px;
}


.leader {
    width: 100%;
    padding: 25px 16px 27px 16px;
    box-sizing: border-box;
    width: 365px;
    background: url(./img/jainjie.png);
    margin-bottom: 40px;

}

.leader-top {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1167BB;
    line-height: 36px;
    margin-bottom: 22px;


}


.dimh {
    width: 100%;
    height: 220px;


}

.dimh img {
   width: 50.8%;
   height: 220px;
   float: left;
}

.dis-ri {
    width: calc(100% - 189px);
    float: right;

}

.zhao {

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1167BB;
    margin-bottom: 12px;

}

.zhaod {
    width: 70px!important;
    height: 18px;

}
.zhaods {
    width: 70px!important;
    height: 18px!important;
    margin-left: 61px;
    margin-top: 15px;
}

.zhao span {

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1167BB;
    margin-left: 10px;

}

.zuohes {
   
    width: calc(100% - 189px);
    float: right;
    
}
.zuohes img {
    width: 70px;
    height: 18px;
    margin-left: 61px;
    margin-top: 22px;
   
    
}

.nes-bis {

font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
line-height: 30px;

}


.zjh {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.su {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 5px;
   /* height: 120px;*/
    line-height: 30px;

}


.ads {
    display: block;
    text-align: end;
}

.books {
    width: 100%;
    padding: 28px 16px 33px 16px;
    box-sizing: border-box;
    background: url(./img/newbook.png) no-repeat;

}

.book-top-left {
    float: left;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1167BB;
}

.si {

    float: right;
    margin-top: 10px;
}

.books-top {
    margin-bottom: 22px;

}

.nes-bi {
    float: right;
    width: calc(100% - 189px);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom: 32px;
}


.books {
    margin-bottom: 38px;
}

.cont {
    width: 100%;
    padding: 19px 16px 28px 16px;
    box-sizing: border-box;
    background: url(./img/content.png);

}

.mun {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1167BB;
    line-height: 36px;
    margin-bottom: 12px;
}

.ni p {
    padding-left: 29px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;

}

.ni {
    display: block;

}

.ni p:nth-child(1)::before {
    position: absolute;
    content: "";
    background: url(./img/con1.png) no-repeat;
    width: 19px;
    height: 19px;
    left: 0px;
    top: 10px;
}

.ni p:nth-child(2)::before {
    position: absolute;
    content: "";
    background: url(./img/con2.png) no-repeat;
    width: 19px;
    height: 19px;
    left: 0px;
    top: 10px;
}

.ni p:nth-child(3)::before {
    position: absolute;
    content: "";
    background: url(./img/con3.png) no-repeat;
    width: 19px;
    height: 19px;
    left: 0px;
    top: 10px;
}

.ni p:nth-child(4)::before {
    position: absolute;
    content: "";
    background: url(./img/con4.png) no-repeat;
    width: 19px;
    height: 19px;
    left: 0px;
    top: 10px;
}

.ni p:nth-child(5)::before {
    position: absolute;
    content: "";
    background: url(./img/con5.png) no-repeat;
    width: 19px;
    height: 19px;
    left: 0px;
    top: 10px;
}


.lei-tboy {
    padding: 30px 16px 30px 16px;
    box-sizing: border-box;
    background: url(./img/links.png);
    margin-top: 39px;


}

.lei-tboy0bt li {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    padding-left: 29px;
    box-sizing: border-box;
    position: relative;

}

.lei-tboy0bt li::before {
    position: absolute;
    content: "";
    background: url(./img/link0icon.png);
    width: 18px;
    height: 12px;
    left: 0px;
    top: 15px;


}

lei-tboy0bt {
    display: block;
}



/*默认主导航样式*/
#nav {
    background: #2ca6e0;
}

#nav .inner {
    height: 60px;
}

#nav .inner .wp-panel {}

/*导航*/
#nav .inner .wp-panel .wp-window {}

/*导航样式：后台绑定时也可以定义配置*/

.nav .wp-menu .menu-item:hover .sub-menu {
    display: block;
}

#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 22px;
    line-height: 60px;
    color: #036EB7;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.nav .wp-menu .menu-item.hover a.menu-link:before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0;
    margin: 0 auto;
    height: 4px;
    background: #036EB7;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 100;
    background: #2ca6e0;
    border-top: 4px solid #EF7D2D;
    min-width: 100%;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #036eb7;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

.mian-right {
    float: right;
    width: 995px;

    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.25);
    padding: 38px 36px 43px 39px;
    box-sizing: border-box;

}

.mian-right-one {}

.mian-right-one-top {
    padding-bottom: 13px;
    box-sizing: border-box;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 38px;

}

.wens-left {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1167BB;
    float: left;
    padding-left: 51px;
    box-sizing: border-box;
    position: relative;


}

.wens-left::before {
    position: absolute;
    content: "";
    background: url(./img/right1.png) no-repeat;
    width: 29px;
    height: 21px;
    left: 7px;
    top: 7px;
}

.wens-left::after {
    position: absolute;
    content: "";
    width: 152px;
    height: 4px;
    background: #1167BB;
    bottom: -15px;
    left: 0;
}


.mores {
    float: right;
    margin-top: 14px;
}

.mores img {
    width: 100%;
    height: 100%;
}


.mian-right-one-bot {
    height: 288px;
    width: 100%;
    /* border: 1px solid #000; */
}



























.plan-left {
    float: left;
    width: 446px;

}

.mian-right-two {
    margin-top: 40px;
    margin-bottom: 35px;
    box-sizing: border-box;
}

.ad::before {
    background: url(./img/right2.png);
    width: 27px;
    height: 22px;
    position: absolute;
    content: "";
    left: 7px;

}

.ds {
    margin-bottom: 18px;
}

.two-list {
    padding-bottom: 8px;
    box-sizing: border-box;
    border-bottom: 1px dashed #E6E6E6;
      height: 25.5px;
    margin-bottom: 18px;

}

.yp-biao {
    float: left;
    padding-left: 24px;
    box-sizing: border-box;
    width: 70%;
    position: relative;
font-family: Microsoft YaHei;
    font-size: 16px;


}


.yp-biao::before {
    position: absolute;
    content: "";
    background: url(./img/snajiaoxing.png) no-repeat;
    width: 7px;
    height: 9px;
    left: 3px;
    top: 7px;

}

.time {
    float: right;
}

.two-list:last-child {
    margin-bottom: 0px;
}

.plan-right {
    float: right;
    width: 446px;
}

.sf {
    margin-top: 0px;
    margin-bottom: 38px;
}

.two-list:hover .yp-biao {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1167BB;
}

.two-list:hover .yp-biao::before {
    position: absolute;
    content: "";
    background: url(./img/snajiaoxing-hover.png) no-repeat;
    width: 7px;
    height: 9px;
    left: 3px;
    top: 9px;
}

.two-list a {
    display: block;
}


.ad2::before {
    background: url(./img/right3.png);
    width: 27px;
    height: 22px;
    position: absolute;
    content: "";
    left: 7px;

}


#footer {
    padding: 51px 0px 38px 0px;
    box-sizing: border-box;
    background: url(./img/top.png) no-repeat;
    box-sizing: border-box;
    text-align: center;
    background-size: cover;
}

#footer p {

    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.ad3::before {
    background: url(./img/right3.png);
    width: 27px;
    height: 22px;
    position: absolute;
    content: "";
    left: 7px;

}

.ad4::before {
    background: url(./img/right4.png);
    width: 27px;
    height: 25px;
    position: absolute;
    content: "";
    left: 7px;

}

.ad5::before {
    background: url(./img/right5.png);
    width: 27px;
    height: 22px;
    position: absolute;
    content: "";
    left: 7px;

}

.three {}

.ad5 {
    /* margin-bottom: 32px; */
}

/***********************************************************
 * 列表页
 */


/**首页三列布局**/


/**列表页**/


/*栏目图片*/

.l-banner {
    height: 235px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.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 {
    margin-top: 20px;
  
}

#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: #025ea8;
    border-bottom: 3px solid #025ea8;
}

.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(./img/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;
}

.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-top: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;
    border-top: 1px solid #dbdbdb;
    margin-top: 30px;
}


/**文章内容**/

.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: right;
    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
}



.bogt-left {
    float: left;
    width: 446px;
    height: 293px;
}


/* xiehuan  */
.post-news3 {
    width: 100%;
    height: 295px;
    position: relative;
}

.post-news3 .post-tu {
    width: 100%;
    height: 295px;
    overflow: hidden;
    position: relative;
    border-radius: 0px 0px 0px 8px;
}

.post-news3 .swiper {
    height: 100%;
}

.post-news3 .swiper-slide {
    position: relative;
    background-size: cover;
}

.post-news3 .news-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 39px;
    background: #1167BB;
    padding: 10 10px;

    border-radius: 8px 0px 0px 8px;

}

.post-news3 .news-title .news_bt {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 44px;
    color: #fff;
    float: right;
    width: 78%;
    font-family: Microsoft YaHei;
}

.yims {
    float: left;

    padding: 13px 8px 13px 8px;
    box-sizing: border-box;
    background: #EF7D2D;
    border-radius: 8px 0px 0px 8px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
}

.post-news3 .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 32px;
    left: auto;
    right: 25px;
    width: auto;
    font-size: 0;
}

.post-news3 .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    background: none;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
}

.post-news3 .swiper-pagination-bullet-active {
    background: #fff;
    color: #fff;
}

.post-news3 .swiper-button-next {
    right: 0;
}

.post-news3 .swiper-button-prev {
    left: 0;
}



.post-news4 {
    margin-top: 65px;
}

.post-news4 li {
    float: left;
    margin-top: 28px;
    margin-right: 20px;
    width: calc(50% - 10px);
    border: 1px solid #e0e0e0;
}

.post-news4 li:nth-child(2n) {
    margin-right: 0px;
}

.post-news4 li:nth-child(1),
.post-news4 li:nth-child(2) {
    margin-top: 0;
}

.post-news4 li a {
    padding: 24px 28px 17px 108px;
    display: block;
    position: relative;
}

.post-news4 li a .bt {
    height: 56px;
}

.post-news4 li a .bt .news_title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 28px;
}

.post-news4 li a .news_date {
    position: absolute;
    top: 18px;
    left: 0;
    width: 106px;
    height: 64px;
}

.post-news4 li a .news_day {
    font-size: 36px;
    color: #333;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
}

.post-news4 li a .news_time {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.post-news4 li a:hover .news_title {
    color: #036eb7;
}


.post-news3 .swiper-button-next {
    background: url(./img/qiaehuan1-right.png) !important;
    width: 27px;
    height: 27px;
    right: 13px;

}

.post-news3 .swiper-button-next:hover {
    background: url(./img/qiaehuan1-right-hover.png) !important;
    width: 27px;
    height: 27px;

}

.post-news3 .swiper-button-prev {

    background: url(./img/qiaehuan1-left.png) !important;
    width: 27px;
    height: 27px;
    right: 13px !important;
}

.post-news3 .swiper-button-prev:hover {

    background: url(./img/qiaehuan1-rigt-hover.png) !important;

}


.bogt-right {
    float: right;
    width: 444px;
    height: 293px;
}


.bogt0rught-list {}


.bogt0rught-list li.jianlisy {
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed #1167BB;



}

.bogt0rught-list li.jianlisy .jianlisy-biaoti {
    margin-bottom: 12px;
}

.bogt0rught-list li.jianlisy .introduct {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    display: block;
    height: 39px
}


.bogt0rught-list li.jianlisy .bi {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1167BB;
    line-height: 15px;
    float: left;
    width: 80%;
   padding-bottom: 2px;

}

.bogt0rught-list li.jianlisy .bi-tme {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 15px;
    float: right;

}

.bogt-right li {
    padding-bottom: 8px;
    box-sizing: border-box;

    border-bottom: 1px dashed #BFBFBF;
    margin-bottom: 14px;

}

.bogt-right li .bi {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    float: left;
    width: 80%;


}

.bogt-right li .bi-tme {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    float: right;


}

.bogt-right li .introduct {
    display: none;


}

.bogt-right li a {
    display: block;


}

.tu_list-lst {
    margin-top: 42px;
    /* height: 314px; */
    position: relative;
    background: #FFFFFF;
    margin-bottom: 18px;
    padding: 0px 20px;
}

.tu_list-lst .swiper {
    width: 100%;
    position: relative;
    /* padding: 0px 70px; */
    box-sizing: border-box;
}

.tu_list-lst .swiper-slide {
    float: left;
    margin-right: 57px;
    background-position: center;
    background-size: cover;
    width: 160px !important;
    position: relative;
    /* height: 397px; */

}

.tu_list-lst .swiper-slide:last-child {
    margin-right: 0;
}

.tu_list-lst .swiper-slide .tu {
    /* position: relative; */
    z-index: 10;
    margin: 0 auto;
    width: 100%;
    height: 197px;
    overflow: hidden;
    border-radius: 10px;
    /* border: 1px solid #000; */
    z-index: 1;


}

.tu_list-lst .swiper-slide .tu .img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
    border-radius: 10px;
}

.tu_list-lst .slide-bt {

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0057A6;
    line-height: 24px;

}

.main3-big {
    position: relative;
}

.tu_list-lst .bt-box {
    z-index: 2;
    position: absolute;
    /* width: 234px; */
    /* height: 197px; */
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    background: #fff;

    left: 0;
    bottom: 0;
    border-radius: 6px;
    padding: 7px 10px;
    box-sizing: border-box;

}
.tu_list-lst .swiper-button-next {
    right: -24px;
    background: rgba(255, 255, 255, 0.9) url(./img/left.png) center no-repeat;
}

.si-ing {
    position: absolute;
    bottom: -9px;
    left: 22px;
    background: url(./img/team-hover.png);
    width: 42px;
    height: 16px;
}

.tu_list-lst .swiper-slide .info2 {
    position: absolute;
    z-index: 3;
    bottom: -200%;
    left: 0;
    right: 0;
    padding: 25px 16px;
}
.tu_list-lst .slide-bt1 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tu_list-lst .slide-bt2 {
    margin-top: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: Microsoft YaHei;
}

.tu_list-lst .slide-bt3 {
    /* padding: 6px 0 18px;  */
}

.tu_list-lst .slide-bt3  {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.tu_list-lst .swiper-slide:hover .info2 {
    bottom: 0;
}


.tu_list-lst .swiper-slide:hover .info2 {
    bottom: 0;
    -webkit-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.tu_list-lst .swiper-slide:hover .slide-bt2 {
    margin-top: 10px;
}

.tu_list-lst .swiper-slide:hover .bt-box {
   display: none;
}  


.tu_list-lst .swiper-slide:hover .tu:before {
    background: #0060aab7;
}

.tu_list-lst .swiper-slide .tu:before {
    position: absolute;
    content: '';
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
}


.tu_list-lst .swiper-button-next,
.tu_list-lst .swiper-button-prev {
    position: absolute;
    /* top: 240px; */
    width: 33px;
    height: 33px;
    z-index: 10;
    -moz-background-size: 25px 15px;
    -webkit-background-size: 25px 15px;
    background-size: 25px 15px;
    border-radius: 50%;
    box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
}

.tu_list-lst .swiper-button-next {
    right: -24px;
    background: rgba(255, 255, 255, 0.9) url(./img/left2-hover.png) center no-repeat;
}

.tu_list-lst .swiper-button-prev {
    left: -24px;
    background: rgba(255, 255, 255, 0.9) url(./img/right2-hover.png) center no-repeat;
}

.tu_list-lst .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.9) url(./img/right2-right.png) center no-repeat;
}

.tu_list-lst .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.9) url(./img/right2-left.png) center no-repeat;
}

.tu_list-lst .swiper-button-prev:after,
.tu_list-lst .swiper-button-next:after {
    display: none;
}

.xs-bot li:hover .yp-biao{
    color: #1167BB;


}
.slide-bt1 a {color: #fff;
    font-size: 16px;
}

.post-news3 .swiper-slide a {
   display: block;}  



   .post-news3 .swiper-button-next,
.post-news3 .swiper-button-prev {
    position: absolute;
    /* top: 240px; */
    width: 27px;
    height: 27px;
    z-index: 10;
    -moz-background-size: 25px 15px;
    -webkit-background-size: 25px 15px;
    background-size: 25px 15px;
    border-radius: 50%;
    box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
}

.post-news3 .swiper-button-next {
    right: 0px;
    background: rgba(255, 255, 255, 0.9) url(./img/qiaehuan1-right.png) center no-repeat;
}

.post-news3 .swiper-button-prev {
    left: 0px;
    background: rgba(255, 255, 255, 0.9) url(./img/qiaehuan1-left.png) center no-repeat;
}

.post-news3 .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.9) url(./img/qiaehuan1-right-hover.png) center no-repeat;
}

.post-news3 .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.9) url(./img/qiaehuan1-rigt-hover.png) center no-repeat;
}

.post-news3 .swiper-button-prev:after,
.post-news3 .swiper-button-next:after {
    display: none;
}
.post-21 .swiper-slide a  {
   width: 446px;
   height: 295px;

} 
.post-21 .swiper-slide a img{
    display: block;
    width: 100%;
    height: 100%;}

