@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;
}

/*css3扩展*/
::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

/**布局开始**/
body {
    background: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #333;
    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;
    box-sizing: border-box;
}

/**页面全局宽度**/
/*headtop*/
.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

/*head开始*/
#header {
    background: #036eb7;
}

#header .inner {
    position: relative;
}

#header .inner:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    right: -30px;
    width: 700px;
    height: 100%;
    background: url(/_upload/tpl/02/0c/524/template524/images/head.jpg) right bottom no-repeat;
    background-size: cover;
}

#header .mod {
    position: relative;
    height: 160px;
}

.header .head-left {
    float: left;
    display: inline-block;
    padding-top: 37px;
}

.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(/_upload/tpl/02/0c/524/template524/images/wx.png) right center no-repeat;
}
.site-lang li.wx1 a {
    padding-right: 30px;
    background: url(/_upload/tpl/02/0c/524/template524/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: #2ca6e0;
}

#nav .inner {
    height: 60px;
}

#nav .inner .wp-panel {}

/*导航*/
#nav .inner .wp-panel .wp-window {}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
    margin: 0 auto;
    font-size: 0;
}

.nav .wp-menu .menu-item {
    display: inline-block;
    width: 12.5%;
    position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item:hover a.menu-link {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

.nav .wp-menu .menu-item:hover .sub-menu {
    display: block;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 100;
    background: #036eb7;
    width: auto;
    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;
    line-height: 28px;
    padding: 16px 10px;
    font-size: 18px;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #2ca6e0;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #000;
}


/**主体模块样式**/
#m-container {}

#m-container .inner {}

.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;
}

.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;
}

/**主页banner开始**/
#banner {}

#banner .inner {
    width: auto;
    text-align: center;
    position: relative;
}

/*banner*/
.mbanner {
    position: relative;
    z-index: 1;
}

.mbanner .focus-navigation {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.mbanner .focus-prev {
    left: 50px;
}

.mbanner .focus-next {
    right: 50px;
}

.mbanner .focus-pagination {
    display: none;
}

.mbanner .focus-title-bar {
    position: absolute;
    left: auto;
    margin-left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    width: 42%;
    height: 80px;
    box-sizing: border-box;
    padding-left: 90px;
}

.mbanner .focus-title-bar:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 80px solid rgba(0, 0, 0, 0.6);
    border-left: 90px solid transparent;
}

.mbanner .focus-title-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.mbanner .focus-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0;
    font-size: 24px;
    position: absolute;
    left: 90px;
    right: 90px;
    top: 0;
    z-index: 50;
}


/**首页三列布局**/
.container {
    background: url(/_upload/tpl/02/0c/524/template524/images/bg.jpg) center bottom no-repeat;
}

.mod {}

.mbox {}

.ml {
    float: left;
}

.mr {
    float: right;
}

.main1 {
    padding-top: 60px;
}

.main2 {
    padding-top: 48px;
}

.main3 {
    padding-top: 82px;
    padding-bottom: 82px;
}

.main1 .ml,
.main2 .ml {
    width: 64%;
}

.main1 .mr,
.main2 .mr {
    width: 30%;
}

.tt {
    position: relative;
    height: 70px;
    border-bottom: 2px solid #036eb7;
}

.tt .title {
    height: 40px;
}

.title .bt1 {
    height: 40px;
    font-size: 28px;
    line-height: 40px;
    color: #333;
}

.title .list_tt {
    height: 30px;
    margin-left: 55px;
}

.list_tt li {
    cursor: pointer;
    float: left;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 28px;
    border-radius: 14px;
    padding: 0 24px;
    color: #999;
    margin-right: 30px;
}

.list_tt li:last-child {
    margin-right: 0px;
}

.list_tt li.selected {
    color: #ffffff !important;
    border-color: #036eb7;
    background-color: #036eb7;
}

.tt .more_btn {
    height: 40px;
    width: 48px;
    padding-top: 10px;
    box-sizing: border-box;
    position: relative;
    text-align: right;
}

.tt .more_btn:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #dce7ef;
}

.tt .more_btn .more_text {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    color: #036eb7;
    display: none;
}

.tt .more_btn .more_text:first-child {
    display: block;
}

.post-bt {
    margin-top: 32px;
}

.post-11 .news_list li {
    margin-top: 50px;
    width: 28.4%;
    margin-right: 7.4%;
    box-sizing: border-box;
}

.post-11 .news_list li:nth-child(3n) {
    margin-right: 0;
}

.post-11 .news_list li:first-child,
.post-11 .news_list li:nth-child(2),
.post-11 .news_list li:nth-child(3) {
    margin-top: 0;
}

.post-11 .news_list li a {
    display: block;
    height: 60px;
    padding-left: 70px;
    position: relative;
}

.post-11 .news_list li .news_title {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.post-11 .news_list li .news_time {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 60px;
    color: #333;
    font-size: 16px;
    text-align: left;
}

.post-11 .news_list li a:hover .news_title {
    color: #036eb7;
}

.sudy-pubdate2 {
    padding-top: 6px;
}

.sudy-pubdate2 span {
    display: block;
}

.sudy-pubdate2 .pubdate-day {
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 24px;
    color: #036eb7;
}

.sudy-pubdate2 .pubdate-month {
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    color: #333;
}

.post-12 .news_list li {
    margin-top: 9px;
}

.post-12 .news_list li:first-child {
    margin-top: 0;
}

.post-12 .news_list li a {
    display: block;
    min-height: 30px;
    padding-left: 30px;
    position: relative;
}

.post-12 .news_list li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #036eb7;
}

.post-12 .news_list li .news_title {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.post-12 .news_list li .news_time {
    line-height: 30px;
    color: #999;
    font-size: 14px;
}

.post-12 .news_list li a:hover .news_title {
    color: #036eb7;
}

.post-21 {
    float: left;
    width: 420px;
    padding-top: 6px;
}

.post-21 .post-tu {
    height: 315px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.post-21 .swiper-container {
    height: 100%;
}

.post-21 .swiper-slide {
    position: relative;
    background-size: cover;
}

.post-21 .news-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 4px 4px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    padding-right: 80px;
    box-sizing: border-box;
    color: #fff;
}

.post-21 .news-title .news_bt {
    line-height: 40px;
    font-size: 16px;
}

.post-21 .news-title a {
    color: #fff;
}

.post-21 .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 18px;
    left: auto;
    right: 8px;
    width: auto;
    font-size: 0;
}

.post-21 .swiper-pagination-bullet {
    margin-right: 8px;
    width: 6px;
    height: 6px;
    border-radius: 0;
    line-height: 6px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
}

.post-21 .swiper-pagination-bullet-active {
    background: #036eb7;
    color: #fff;
}

.post-22 {
    float: right;
    width: calc(100% - 480px);
    box-sizing: border-box;
}

.post-22 .news_list li {
    margin-top: 10px;
}

.post-22 .news_list li:first-child {
    margin-top: 0;
}

.post-22 .news_list li a {
    display: block;
}

.post-22 .news_list li .news_title {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.post-22 .news_list li .news_time {
    line-height: 28px;
    font-size: 14px;
    color: #999;
}

.post-22 .news_list li a:hover .news_title {
    color: #036eb7;
}

.news3 {
    background: #eee;
}

.news3 .info {
    padding: 14px 40px 10px 50px;
}

.news3 .news_time {
    line-height: 30px;
    color: #333;
    font-size: 16px;
}

.news3 .news_box {
    margin-top: 6px;
    height: 50px;
}

.news3 .news_num {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #036eb7;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.news3 .news_wz {
    line-height: 60px;
    color: #333;
    font-size: 16px;
    padding: 0 10px;
}

.news3 .news_xian {
    width: 30px;
    height: 60px;
    position: relative;
}

.news3 .news_xian:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background: #ccc;
}

#teachWeekly {
    display: none;
}

.news3 .info2 {
    border-top: 1px solid #d0d0d0;
}

.news3 .pic {
    display: block;
    width: 50%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.news3 .pic:last-child {
    border-left: 1px solid #d0d0d0;
}

.news3 .pic .bt {
    padding-top: 36px;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
}

.news3 .pic .bt1 {
    background: url(/_upload/tpl/02/0c/524/template524/images/pt1.png) center 2px no-repeat;
}

.news3 .pic .bt2 {
    background: url(/_upload/tpl/02/0c/524/template524/images/pt2.png) center 2px no-repeat;
}

.news3 .pic .bt3 {
    background: url(/_upload/tpl/02/0c/524/template524/images/pt3.png) center 2px no-repeat;
}

.news3 .pic .bt4 {
    background: url(/_upload/tpl/02/0c/524/template524/images/pt4.png) center 2px no-repeat;
}

.news3 .pic:hover {
    background: #fff;
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
}

.news3 .pic2 {
    display: block;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.news3 .pic2 .bt {
    padding-top: 36px;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    background: url(/_upload/tpl/02/0c/524/template524/images/pt5.png) center 2px no-repeat;
}

.news3 .pic2:hover {
    background: #fff;
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
}


.tt3 {
    height: 48px;
    position: relative;
    text-align: center;
}

.tt3:before {
    position: absolute;
    content: '';
    left: 0;
    right: 61%;
    top: 23px;
    height: 2px;
    background: #036eb7;
}

.tt3:after {
    position: absolute;
    content: '';
    right: 0;
    left: 61%;
    top: 23px;
    height: 2px;
    background: #036eb7;
}

.tt3 .title {
    display: inline-block;
    vertical-align: top;
    line-height: 48px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.tu_list {
    margin-top: 30px;
    position: relative;
}

.link_bt {
    text-align: center;
    line-height: 28px;
    margin-top: 20px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.link_icon {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #036eb7;
    box-sizing: border-box;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.4s ease-in-out;
}

.link_icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    box-sizing: border-box;
    border: 1px solid #3a629e;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.link_icon1 {
    background-image: url(/_upload/tpl/02/0c/524/template524/images/icon1.png);
}

.link_icon2 {
    background-image: url(/_upload/tpl/02/0c/524/template524/images/icon2.png);
}

.link_icon3 {
    background-image: url(/_upload/tpl/02/0c/524/template524/images/icon3.png);
}

.link_icon4 {
    background-image: url(/_upload/tpl/02/0c/524/template524/images/icon4.png)
}

.link_icon5 {
    background-image: url(/_upload/tpl/02/0c/524/template524/images/icon5.png)
}

.tu_list:hover .link_icon {
    background-color: #3a629e;
}

.tu_list:hover .link_icon:before {
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    width: 100px;
    height: 100px;
    opacity: 1;
}

.tu_list:hover .link_bt {
    color: #036eb7;
}

.tu_list:hover .link_icon1 {
    background-image: url(/_upload/tpl/02/0c/524/template524/images/icon1c.png);
}

.tu_list:hover .link_icon2 {
    background-image: url(/_upload/tpl/02/0c/524/template524/images/icon2c.png);
}

.tu_list:hover .link_icon3 {
    background-image: url(/_upload/tpl/02/0c/524/template524/images/icon3c.png);
}

.tu_list:hover .link_icon4 {
    background-image: url(/_upload/tpl/02/0c/524/template524/images/icon4c.png);
}

.tu_list:hover .link_icon5 {
    background-image: url(/_upload/tpl/02/0c/524/template524/images/icon5c.png);
}


/**页脚开始**/
#footer {
    background: #025ea8 url(images/foot.jpg) bottom no-repeat;
}

#footer .foot_top {
    padding-top: 68px;
    padding-bottom: 40px;
    position: relative;
}

#footer .foot-left {
    float: left;
    display: inline-block;
}

#footer .foot-right {
    float: right;
    display: inline-block;
}

#footer .line {
    margin-top: 13px;
    line-height: 18px;
    font-size: 16px;
    color: #fff;
    padding-left: 26px;
    position: relative;
}

#footer .line:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
}

#footer .map:before {
    background: url(/_upload/tpl/02/0c/524/template524/images/map.png) left center no-repeat;
}

#footer .post:before {
    background: url(/_upload/tpl/02/0c/524/template524/images/post.png) left center no-repeat;
}

#footer .phone:before {
    background: url(/_upload/tpl/02/0c/524/template524/images/phone.png) left center no-repeat;
}

#footer .mail:before {
    background: url(/_upload/tpl/02/0c/524/template524/images/mail.png) left center no-repeat;
}

#footer .links {
    margin-top: 30px;
    width: 350px;
}

#footer .copyright {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    color: #fff;
    text-align: left;
}

#footer .copyright p {
    line-height: 30px;
}





/*滚动Arrows */
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
    height: 62px;
    width: 60px;
    background: url(/_upload/tpl/02/0c/524/template524/images/slickarrow2.png) no-repeat;
    top: 50%;
    margin-top: -30px;
    border: 0px solid #d4d8d9;
    border-radius: 50%;
    outline: none;
}

.slick-prev {
    left: -95px;
    background-position: 0px 0px;
}

.slick-prev:hover {
    background-position: 0px 0px;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-prev:before {
    content: '';
}

.slick-next {
    right: -95px;
    background-position: right 0px;
}

.slick-next:hover {
    background-position: right 0px;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-next:before {
    content: '';
}


.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}

/**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
    background: url(/_upload/tpl/02/0c/524/template524/images/li.gif) no-repeat center;
}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
}

.l-banner img {
    display: none;
    vertical-align: top;
    height: 100%;
}



/**主体列表页开始**/
#l-container {}

#l-container .inner {
    padding: 25px 10px;
    box-sizing: border-box;
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {
    background: #fff;
}

.col_menu {
    width: 270px;
    float: left;
    margin-right: -270px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #025ea8;
}

/**位置栏目背景**/
.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 5px 0px 30px;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
    border: 1px 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 {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    padding: 5px 0px 5px 28px;
    line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #4378d9;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #4378d9;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #bb200d;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    border-top: 1px solid #eee;
    margin-top: -1px;
}

.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,
.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #4378d9;
}

/*三级子栏目**/
.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;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #4378d9;
}

/**栏目新闻**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 320px;
}

.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";
    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 .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: #025ea8;
}

/**文章标题**/
.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;
}

/**文章内容**/
.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_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: #FFFFFF url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    text-align: right;
    margin-top: 20px;
    margin-left: 70px;
}

.wp-search {
    position: relative;
    width: 340px;
    box-sizing: border-box;
    height: 40px;
    padding-left: 20px;
    background: #fff;
    border: 0px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 60px;
}

.wp-search .search-input input.search-title {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    background: none;
    color: #333;
    font-size: 14px;
    border: 0;
    outline: 0;
}

.wp-search .search-btn {
    width: 60px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.wp-search .search-btn input.search-submit {
    width: 60px;
    height: 40px;
    border: 0;
    outline: 0;
    background: url(/_upload/tpl/02/0c/524/template524/images/search.png) center center no-repeat;
    cursor: pointer;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

/* 分享二维码 */
.shares {
    text-align: center;
}

.shares ul {
    width: auto;
    margin: 0 auto;
    text-align: right;
    float: right;
}

.shares li {
    float: left;
    margin: 0 6px;
    position: relative;
}

.shares li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 0px solid red;
    background: url('/_upload/tpl/02/0c/524/template524/images/share_icon.png') no-repeat;
    opacity: .6;
    filter: Alpha(opacity=60);
    vertical-align: top;
}

.shares li a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.shares li.i1 a {
    background-position: 0px 0px;
}

.shares li.i2 a {
    background-position: -72px 0px;
}

.shares li.i3 a {
    background-position: -144px 0px;
}

.shares li span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #D0D4EA;
    text-align: center;
}

.shares li .con {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 100;
    margin-left: -50px;
    width: 100px;
}

.shares li .con img {
    width: 90px;
    height: 90px;
    vertical-align: top;
    background: #fff;
}

/**友情链接**/
.botlinks .links-wrap {
    position: relative;
    width: 350px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 0;
    border-radius: 20px;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 50px 0 25px;
    color: #999;
    font-size: 16px;
    background: url(/_upload/tpl/02/0c/524/template524/images/arrow.png) no-repeat right top;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #333;
    background-position: right bottom;
    cursor: pointer;
}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    border-radius: 6px;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 25px;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #333;
    background: #f5f5f5;
    cursor: pointer;
}

/**链接样式**/



/*二级页面*/
/*组织机构*/
.inss .part_xy {}

.inss .part_xy .item {}

.inss .part_xy .item h3 {
    line-height: 40px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: normal;
    color: #1567B1;
    border-bottom: 1px solid #cecece;
}

.inss .part_xy .sub-box {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
}

.inss .part_xy .sub-list {
    margin-right: 0px;
}

.inss .part_xy .sub-list .sub-item {
    float: left;
    width: 33.3%;
    background: url(/_upload/tpl/02/0c/524/template524/images/icon_arrow2.png) no-repeat left center;
}

.inss .part_xy .sub-list .sub-item a {
    line-height: 35px;
    padding-left: 10px;
    font-size: 14px;
}

.inss .part_xy .sub-img {
    display: none;
    float: right;
    margin-top: 15px;
    margin-left: -250px;
    width: 240px;
    min-height: 80px;
}

.inss .part_xy .item.i5 .sub-list .sub-item {
    width: 50%;
}

/*角色*/
.role .part_xy {}

.role .part_xy .item {
    margin-bottom: 10px;
    display: none;
}

.role .part_xy .item.selected {
    display: block;
}

.role .part_xy .item h3 {
    display: none;
    line-height: 46px;
    padding-left: 0px;
    font-size: 20px;
    font-weight: bolder;
    color: #068358;
    border-bottom: 1px solid #f1f1f1;
    background: none;
}

.role .part_xy .sub-list {
    margin-top: 15px;
}

.role .part_xy .sub-list .sub-item {
    padding-top: 10px;
    padding-bottom: 5px;
    width: auto;
    border-bottom: 1px solid #f1f1f1;
    word-wrap: break-word;
    word-break: normal;
}

.role .part_xy .sub-list .sub-item a {
    line-height: 35px;
    font-size: 15px;
    white-space: nowrap;
    font-weight: bolder;
    /* color: #068358; */
}

.role .part_xy .sub-list .sub-list {
    margin-top: 10px;
    margin-left: 40px;
}

.role .part_xy .sub-list .sub-list .sub-item {
    padding-bottom: 5px;
    padding-top: 0px;
    float: left;
    margin-right: 50px;
    border-bottom: 0px solid #f1f1f1;
}

.role .part_xy .sub-list .sub-list .sub-item a {
    line-height: 35px;
    font-size: 15px;
    white-space: nowrap;
    font-weight: normal;
    /* color: #333; */
}

.col_news_list .news_list2 li {
    position: relative;
    padding-right: 120px;
}

.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;
}

.es_pagingbar_container .es_pagingbar li.active {
    background: #bb200d;
    color: #fff;
    border-color: #bb200d;
}

.es_pagingbar_container .es_pagingbar li.active a {
    color: #fff;
}

#container-1 {
    background: url(/_upload/tpl/02/0c/524/template524/images/banner1.jpg) center center;
}


