@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;
}

/*css3扩展*/
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -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: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

/**布局开始**/
body {
    line-height: 1;
    font-size: 13px;
    font-family: "Microsoft YaHei", "\u5b8b\u4f53", 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: #b81d22;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1400px;
    margin: 0 auto;
}

/**页面全局宽度**/
/*headtop*/
#headtop {
    background: #666;
}

#headtop .inner {}

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

.header .sitelogo img {
    max-width: 100%;
}

/*head开始*/
#header {
    position: absolute;
    /* background: #333; */
    z-index: 99;
}

#header:before {
    content: "";
    width: 100%;
    height: 245px;
    display: block;
    position: absolute;
    background: url(images/banner_shaw.png);
    background-repeat-y: no-repeat;
}

#header .inner {
    height: 147px;
    position: relative;
    /* background: url('images/by.png') no-repeat right 47px; */
    width: 100%;
}

.header .sitelogo {
    float: left;
    margin-top: 21px;
    margin-left: 100px;
}

.header .sitetitle {
    display: inline-block;
    margin-top: 28px;
    margin-left: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

/**站点名称**/
.header .head-left {
    float: left;
    display: inline-block;
    width: 35%;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .head-right {
    float: right;
    margin-top: 55px;
    /* width:200px; */
    margin-right: 5%;
    width: 60%;
}

/*rale样式*/
.site-rale {}

.site-rale ul {}

.site-rale ul li.links {
    float: left;
}

.site-rale ul li.links a {
    line-height: 35px;
    padding: 0 12px 0 12px;
    padding-left: 19px;
    font-size: 13px;
    color: #cad3d4;
    background: url(images/icon_role.png) no-repeat;
}

.site-rale ul li.links a:hover {
    color: #fff;
}

.site-rale ul li.links.i1 a {
    background-position: 0px 0px;
}

.site-rale ul li.links.i2 a {
    background-position: -90px 0px;
}

.site-rale ul li.links.i3 a {
    background-position: -187px 0px;
}

.site-rale ul li.links.i4 a {
    background-position: -269px 0px;
}

/*lang样式*/
.site-lang {
    float: right;
    margin-left: 6%;
    margin-right: 18px;
}

.site-lang ul {
    float: right;
}

.site-lang ul li.links {
    float: left;
}

.site-lang ul li.links a {
    line-height: 36px;
    /* margin:0px 5px; */
    font-size: 18px;
    color: #fff;
    font-family: "Times New Roman";
}

.site-lang ul li.links a:hover {
    color: #fff;
}

/*默认主导航样式*/
#nav {
    /* background: #004ea1; */
    float: right;
    width: 78%;
}

#nav .inner {}

#nav .inner .wp-panel {}

/*导航*/
#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
}

.nav .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
    width: 12.5%;
    text-align: center;
}

.nav .wp-menu .menu-item.i1 {
    background: none;
}

.nav .wp-menu .menu-item a>.menu-switch-arrow {
    display: none;
    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;
    /* margin: 0 20px; */
    line-height: 36px;
    color: #FFFFFF;
    font-size: 18px;
    position: relative;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    /* background-color:#1384e2; */
    text-decoration: none;
    /* color: #eee; */
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    min-width: 100%;
    z-index: 100;
    background: #b81d22;
}

.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 17px;
    font-size: 14px;
    background: none;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #333;
    background: #fff;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

.nav .sub-menu .sub-item .sub-item {
    display: none;
}

.nav .wp-menu .menu-item a.menu-link:after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    bottom: 3px;
    left: 0;
    background: #b81d22;
    transition: 0.5s;
    position: absolute;
}

.nav .wp-menu .menu-item a.menu-link:hover:after {
    width: 100%;
}

/**主页banner开始**/
#banner {
    background: #e7e2df;
    position: relative;
}

#banner .inner {
    width: auto;
    max-width: 100%;
    /* text-align: center; */
    /* position:relative; */
}

.mbanner .list2 {
    position: absolute;
    bottom: 79px;
    width: 357px;
    right: 50%;
    margin-right: -700px;
    background: url(images/box_bg.png);
}

.mbanner .list1 .news_imgs a {
    padding-top: 49%;
    display: block;
}

.mbanner,
.mbanner .inner,
.mbanner .inner>div,
.mbanner .list1,
.mbanner .slick-list,
.mbanner .slick-track {
    height: 100%
}

.mbanner .list1 .news_wz {
    position: absolute;
    width: 510px;
    left: 50%;
    margin-left: -700px;
    bottom: 10%;
}

.mbanner .list1 .news_wz .news_title {
    font-size: 34px;
    line-height: 60px;
    font-family: "宋体";
    text-shadow: 2px 0px 6px #2d2e34;
    text-align: left;
    /* overflow: hidden; */
    /* white-space: nowrap; */
}

.mbanner .list1 .news_wz .news_title a {
    color: #fff;
    /* text-shadow: 2px 3px 1px pink; */
    overflow: hidden;
    white-space: nowrap;
}

.mbanner .list1 .news_wz .text_con {
    padding: 12px 22px;
}

.mbanner .list1 .news_wz .text_con a {
    color: #fff;
}

.mbanner .slick-dots {
    left: 5%;
    top: 50%;
    width: 3px;
    height: auto;
}

.mbanner .slick-dots li {
    float: none;
    width: 3px;
    border-radius: 0;
    height: 40px;
    background: #fff;
    opacity: 0.5;
    margin: 0;
    margin-bottom: 32px;
}

.mbanner .slick-dots li.slick-active {
    opacity: 1;
    /* margin: 0; */
    background: #fff;
}

.mbanner .list2 .news .news_box {
    padding: 40px;
}

.mbanner .list2 .news .news_num {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
}

.mbanner .list2 .news .news_title a {
    color: #fff;
}

.mbanner .list2 .news .news_title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mbanner .list2 .news .news_text {
    font-size: 14px;
    line-height: 26px;
    opacity: 0.8;
    margin: 20px 0;
    /* margin-bottom: 20px; */
}

.mbanner .list2 .news .news_text a {
    color: #fff;
}

.mbanner .list2 .news .news_more a {
    width: 45px;
    height: 33px;
    display: block;
    background: url(images/jian_white.png)no-repeat left;
    position: relative;
}

.mbanner .list2 .news .news_more a .quan {
    background: url(images/quan_white.png);
    background-repeat: no-repeat;
    background-position: right;
}

/**主体模块样式**/
#m-container {}

#m-container .inner {}

/**首页三列布局**/
.mod {}

.mbox {}

i.quan {
    width: 34px;
    height: 34px;
    display: inline-block;
    /* float: right; */
    transition: 0.5s;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
    /* background: url(); */
    background-repeat: no-repeat;
}

a:hover i.quan {
    transform: scale(1.5);
}

.main1 {}

.main1 .inner {
    padding: 78px 0px 90px;
}

.main1 .ml {
    float: left;
    width: 360px;
    padding-top: 8px;
}

.main1 .mc {
    float: left;
    width: 380px;
    margin-left: 30px;
}

.main1 .mr {
    float: right;
    width: 346px;
}

.main4 {
    background: #372e2f url(images/main4bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.main4 .inner {
    padding: 96px 0 112px;
}

/**标题栏新闻窗口**/
.post-0 {
    /* margin-bottom:10px; */
    position: absolute;
    width: 30px;
    right: 4%;
    bottom: 70px;
    z-index: 999;
    display: none;
}

.post .con {
    /* padding: 6px 0; */
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}

/**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

.post .more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /* height: 20px; */
    /* margin-top: 10px; */
    line-height: 60px;
    float: right;
}

.post .more_btn a {
    display: block;
    position: relative;
    padding-right: 60px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
}

.shares .tit .title {
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    line-height: 30px;
    font-weight: normal;
}

.post-11 .more_btn a i.quan {
    background: url(images/quan_red.png);
    background-repeat: no-repeat;
    background-position: right;
}

.post-11 .more_btn {
    border: 1px solid #b81d22;
    padding-right: 23px;
}

/*标准标题*/
.post1 {}

.post .tt {
    /* border-bottom: 2px solid #146cc1; */
    height: 40px;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 47px;
}

.post .tt .tit {
    float: left;
}

.post1 .tt .tit .title {
    display: inline-block;
    /* margin-right:20px; */
    font-size: 40px;
    font-weight: bold;
    color: #b81d22;
    cursor: pointer;
    /* font-family: "宋体"; */
}

.post2 .tt .tit .title {
    display: inline-block;
    /* margin-right:20px; */
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    /* font-family: "宋体"; */
    color: #b81d22;;
}

.post-11 .more_btn a {
    color: #b81d22;
    background: url(images/jian_red.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
}

/*带图标标题*/
div#container-3 {
    overflow: hidden;
}

.footer_logo img {
    max-width: 100%;
}

.post .news:hover .news_imgs a {
    transform: scale(1.1);
}

.post .news_imgs {
    overflow: hidden;
}

.post1 .tt .tit:after {
    content: "";
    display: block;
    width: 78px;
    height: 2px;
    background: #f1d2d3;
    position: absolute;
    bottom: 0;
}

.post2 .tt .tit:after {
    content: "";
    display: block;
    width: 78px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    opacity: 0.2
}

.post-0 .news .news_icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 13px 0;
}

.post-0 .news.n1 .news_icon {
    background: url(images/share_icon.png);
    background-position: top 1px center;
}

.post-0 .news.n2 .news_icon {
    background: url(images/share_icon.png);
    background-position: center center;
}

.post-0 .news.n3 .news_icon {
    background: url(images/share_icon.png);
    background-position: center 30px;
}

.post-12 {
    float: left;
    width: 66%;
}

.main1 .mtop {
    /* margin-bottom: 50px; */
}

.post-12 .news {
    float: left;
    width: 50%;
}

.post-12 .news .news_box {
    margin: 0 15px;
}

.post-12 .news_list {
    margin: 0 -15px;
}

.post-12 .news_imgs a {
    padding-top: 335px;
    display: block;
}

.post-12 .news_wz {
    height: 222px;
    background: #f4f4f4 url(images/libg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}

.post-12 .news_wz .news_con {
    padding: 26px 26px 0;
}

.main1 .post .news .news_date {
    display: none;
    color: #b81d22;
    font-size: 16px;
    line-height: 30px;
}

.main1 .post .news .news_title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.main1 .post .news .news_title a {}

.main1 .post .news .news_text {
    font-size: 16px;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main1 .post .news .news_title a {
    color: #b81d22;
}

.main1 .post .news .news_more {
    position: absolute;
    right: 26px;
    bottom: 19px;
}

.main1 .post .news .news_more a {
    display: block;
    position: relative;
    padding-right: 60px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    /* text-shadow: 0 0 black; */
    /* color: #b81d22; */
    background: url(images/jian_black.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    color: #666;
}

.main1 .post .news .news_more a .quan {
    background: url(images/quan_black.png);
    background-repeat: no-repeat;
    background-position: right;
}

.post-13 {
    float: right;
    width: 31.8%;
}

.post-13 .news {
    height: 277px;
    border-bottom: 1px solid #eabbbc;
    position: relative;
}

.post-13 .news.n1 {
    border-top: 1px solid #eabbbc;
}

.post-13 .news .news_box {
    padding: 40px 0;
    /* position: relative; */
}

.main1 .post.post-13 .news .news_more {
    bottom: 40px;
}

.main2 {
    /* background: #bc2126 url(images/main2bg.png); */
    background-repeat: no-repeat;
    background-position: bottom;
}

.main2 .ml {
    float: left;
    width: 46%;
}

.main2 .mr {
    float: right;
    width: 46%;
}

.post-21 .news .news_date {
    float: left;
    width: 72px;
    height: 66px;
    border-top: 2px solid #fff;
    background: url(images/datebg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.post-21 .news {
    height: 68px;
    padding: 24px 0;
    border-bottom: 1px solid #c74b4f;
}

.post-21 .news .news_date span {
    display: block;
    text-align: center;
    /* color: #fff; */
}

.post-21 .news .news_date .news_day {
    font-size: 40px;
    font-weight: bold;
    margin: 2px 0;
}

.post-21 .news .news_date .news_year {
    font-size: 12px;
}

.post-21 .news.n1 {
    border-top: 1px solid #c74b4f;
}

.main2 .inner {
    padding: 80px 0 100px 0;
}

.post-21 .news_wz {
    padding-left: 120px;
}

.main2 .post2 .news .news_title {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* color: #fff; */
}

.main2 .post2 .news .news_title a {
    /* color: #fff; */
}

.main2 .post2 .news .news_text a {
    /* color: #fff; */
}

.main2 .post2 .news .news_text {
    font-size: 15px;
    line-height: 26px;
    opacity: 0.7;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-22 .news {
    height: 118px;
}

.post-22 .news_imgs a {
    display: block;
    padding-top: 110px;
}

.post-22 .news_imgs {
    float: left;
    width: 160px;
    padding: 4px 0;
}

.post-22 .news_wz {
    margin-left: 192px;
    height: 100%;
    border-bottom: 1px solid #c74b4f;
}

.post-22 .n1 .news_wz {
    border-top: 1px solid #c74b4f;
}

.post-22 .news_con {
    padding: 18px 0;
}

.main2 .post .more_btn a {
    /* color: #fff; */
    /* background: url(images/jian_white.png); */
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.main2 .post .more_btn a .quan {
    background: url(images/quan_white.png);
    background-repeat: no-repeat;
    background-position: right;
}

.main3 .inner {
    padding-top: 93px;
    padding-bottom: 122px;
    position: relative;
}

/* 
.post-31 .news_imgs img {
    width: 123px;
    height: 170px;
    position: absolute;
    position: absolute;
    top: 50%;
    margin-top: -85px;
    left: 50%;
    margin-left: -61px;
    box-shadow: 0px 0px 9px 3px #a2a2a5;
}
 */

.post-31 .news_imgs img {
    width: auto;
    height: 90%;
    position: absolute;
    position: absolute;
    top: 5%;
    /* margin-top: 0; */
    left: 25%;
    /* margin-left: -61px; */
    box-shadow: 0px 0px 9px 3px #a2a2a5;
    /* margin: 0 auto; */
    text-align: center;
}

.post-31 .news_imgs {
    height: 300px;

    text-align: center;
    position: relative;
    margin-bottom: 20px;
    transition: 0.5s;
}

.post-31 .news_imgs a {
    display: block;
    /* text-align: center; */
    height: 100%;
}

.post-31 .news .news_box {
    margin: 0 15px;
    padding-bottom: 40px;
}

.post-31 .news_list {
    margin: 0 -15px;
}

.post-31 .slick-list {
    overflow: inherit;
}

.white_bg {
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    width: 400px;
    z-index: 99;
    /* right: 1400px; */
    right: 100%;
}

.post-31 .news:hover .news_imgs {
    box-shadow: 0px 0px 9px 2px #a2a2a5;
}

.post-31 .news_title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding: 0 33px; */
}

.post-31 .news_text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    /* padding: 0 33px; */
}

.post-31 .news_more a {
    top: 0px;
    display: inline-block;
    position: relative;
    padding-right: 60px;
    padding-left: 90px;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    /* text-shadow: 0 0 black; */
    color: #b81d22;
    background: url(images/jian_red.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    /* color: #666; */
}

.post-31 .news_more a .quan {
    background: url(images/quan_red.png);
    background-repeat: no-repeat;
    background-position: right;
}

.post-31 .news_more {
    display: none;
    position: absolute;
}

.post-31 .news :hover .news_more {
    display: block;
}

.post-31 .slick-prev,
.post-31 .slick-next {
    width: 113px;
    height: 31px;
    top: -68px;
}

.post-31 .slick-prev {
    right: 210px;
    left: auto;
    background: url(images/pre_page.png);
    background-position: right;
    background-repeat: no-repeat;
}

.post-31 .slick-next {
    right: 0;
    left: auto;
    background: url(images/next_page.png);
    background-position: right;
    background-repeat: no-repeat;
}

.post-41 .news_list .news {
    float: left;
    width: 25%;
}

.post-41 .news_list .news .news_box {
    margin: 0 15px;
    height: 502px;
    position: relative;
}

.post-41 .news_list {
    margin: 0 -15px;
}

.post-41 .news_imgs a {
    padding-top: 73%;
    display: block;
}

.post-41 .news_list .news .news_title {
    margin: 19px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    /* width: 100%; */
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-41 .news_list .news .news_title a {
    color: #fff;
}

.post-41 .news_list .news .news_text {
    font-size: 16px;
    line-height: 30px;

}

.post-41 .news_list .news .news_text a {
    color: #fff;
    opacity: 0.7;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.post-41 .news_more a {
    display: inline-block;
    position: relative;
    padding-right: 60px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    /* text-shadow: 0 0 black; */
    color: #fff;
    background: url(images/jian_white.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    /* color: #666; */
}

.post-41 .news_more a .quan {
    background: url(images/quan_white.png);
    background-repeat: no-repeat;
    background-position: right;
}

.post-41 .news_more {
    position: absolute;
    bottom: 10px;
}

.post-41 .news_num {

    position: absolute;
    top: -111px;
    right: 58px;
    color: #fff;
}

.post-41 {
    position: relative;
}

.post-41 .news_num .news_pre2 {
    font-size: 16px;
}

.post-41 .slick-prev,
.post-41 .slick-next {
    width: 26px;
    height: 16px;
    top: -79px;
}

.post-41 .slick-prev {
    left: auto;
    right: 161px;
    background: url(images/pre.png);
}

.post-41 .slick-next {
    left: auto;
    right: 0;
    background: url(images/jian_red.png);
}

.post-41 .news_num .news_per {
    font-size: 40px;
}

.post-41 .slick-dots li {
    width: auto;
    height: auto;
    display: none;
}

.post-41 .slick-dots li button {
    padding: 0;
    font-size: 40px;
    color: #fff;
    width: auto;
    height: auto;
}

.post-41 .slick-dots li.slick-active {
    display: block;
}

.post-41 .slick-dots {
    right: 72px;
    left: auto;
    width: auto;
    top: -88px;
}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
    height: 528px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**主体列表页开始**/
.list #l-container {
    background: #f2f2f2;
}

#l-container .inner {
    padding: 65px 0px;
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {
    background: #fff;
}

.page .l-banner {
    height: 300px;
    /* padding-bottom: 20px; */
}

.col_menu {
    width: 185px;
    float: left;
    margin-right: -185px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    /* background: #bc252a; */
}

/**位置栏目背景**/
.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: 78px;
    padding: 0;
    color: #b81d22;
    font-size: 30px;
    font-weight: bold;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
    border: none;
}

/*栏目列表*/
li.add_path {
    line-height: 30px;
    font-size: 16px;
    /* margin: 25px 0; */
}

li.add_path a {
    color: #999;
}

span.path_name {
    color: #999;
}

.add_head {
    margin: 25px 0;
}

.wp_listcolumn .wp_column {
    margin-bottom: 16px;
    border: 1px solid #dfdfdf;
    background: #eaeaea;
    /* transition: 0.5s; */
}

.wp_listcolumn .wp_column.selected,
.wp_listcolumn .wp_column:hover {
    border: none;
    box-shadow: -1px 5px 9px 3px #ccc;
}

.possplit {
    background-image: url(images/posSplit.png);
    margin: 0 5px;
}

.mod.clearfix {}

.col_list {}

.col_list .wp_listcolumn {
    border-top: 0px solid #bc252a;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: none;
    text-align: center;
    font-weight: bold;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 11px 0;
    line-height: 30px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #bc252a;
    background: #fff;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #bc252a;
}

.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: #bc252a;
}

/*二级子栏目**/
.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: #bc252a;
}

/*三级子栏目**/
.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: #bc252a;
}

/**栏目新闻**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 285px;
}

.col_news_head {
    border-bottom: 1px solid #be3236;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    /* height: 48px; */
    line-height: 70px;
    position: relative;
}

/**当前栏目**/
span.col_en {
    display: none;
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    left: 36px;
    top: 0;
    line-height: 30px;
    text-transform: uppercase;
}

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 30px;
    font-family: "Microsoft yahei";
    font-weight: bold;
    color: #b81d22;
    /* border-bottom: 3px solid #CBCBCB; */
    position: relative;
    z-index: 2;
}

.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;
    min-height: 400px;
}

.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: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/

.col_news .news span.news_title {
    float: left;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col_news .news {
    line-height: 36px;
    font-size: 16px;
}

.col_news .news .news_meta {
    float: right;
}

.news_text {}

.post-13 .news:after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    display: block;
    bottom: -2px;
    background: #bc252a;
    transition: 1s;
}

.post-13 .news:hover:after {
    width: 100%;
}

.post-12 .news .news_box:hover {
    box-shadow: 0px 0px 17px -1px #a2a2a5;
}

/**文章页**/
.infobox {
    padding: 20px 0x;
    margin: 0 auto;
    width: auto;
}

.article {
    padding-top: 25px;
}

.article h1.arti_title {
    line-height: 36px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #bc252a;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #bc252a;
}

/**文章副标题**/
.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;
    margin-top: 10px;
    padding: 0 40px;
    min-height: 400px;
}

/**文章内容**/
.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;
}

/**页脚开始**/
#footer {
    background: #1a0c0c url(images/footbg.jpg);
}

#footer .inner {
    padding: 77px 0px 0;
    position: relative;
}

#footer .inner .mod {}

#footer .inner .foot-left {
    float: left;
    /* padding:12px 0px; */
    /* margin-top:10px; */
    margin-right: 2%;
    width: 44%;
}

#footer .inner .foot-right {
    float: right;
    margin-top: 12px;
    width: 7%;
}

#footer .inner p {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    opacity: 0.3;
}

#footer .inner p span {
    margin: 0 3px;
}

#footer .inner .copyright {}

#footer .inner .copyright span {}

#footer .inner .copyright a {
    color: #eee;
}

.foot-center {
    float: left;
    width: 42%;
}

.link .tit .title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 14px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.link .tit .title:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #b81d22;
    position: absolute;
    bottom: 0;
    FONT-VARIANT: 0;
    left: 0;
}

.foot-left {}

.link1 .news {
    float: left;
    width: 33.3%;
}

.link .news .news_title {
    font-size: 12px;
    line-height: 26px;
    /* width: 80%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link .news .news_title a {
    color: #fff;
    opacity: 0.5;
    FONT-VARIANT: JIS04;
    FONT-VARIANT: JIS04;
    0./ FONT-WEIGHT: 600;
    0./ FONT-WEIGHT: 600;
    FONT-VARIANT: JIS04;
    FONT-VARIANT: JIS04;
}

.footer_bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #4b4141;
    padding: 20px 0;
}

#footer .inner .footer_bottom .foot-left {
    float: none;
    text-align: center;
    margin-right: 0;
    width: 100%;
}

.footer_top.clearfix {
    padding-bottom: 52px;
}

.shares li .con a {
    width: auto;
    height: auto;
}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    border: 0 solid #d0d0d0;
    background: #fff;
    width: 100%
}

.wp_search #keyword {
    width: 100% !important;
    padding: 10px 0;
    border: 0;
    height: 30px;
    line-height: 30px;
    background: 0 0;
    color: #fff;
    font-size: 16px;
    color: #666
}

.wp_search .search {
    width: 75px;
    height: 50px;
    border: 0;
    background: #b81d22;
    cursor: pointer;
    vertical-align: top;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 16px;
    top: 0
}

.searchbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}

.searchbox .search_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: Alpha(opacity=60)
}

.searchbox .close {
    position: absolute;
    color: #fff;
    font-size: 50px;
    right: 10%;
    top: 15%;
    cursor: pointer
}

.searchbox form {
    width: 50%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 50px
}

.searchbox {
    text-align: right;
    margin-top: 5px
}

.wp-search {
    position: relative;
    border: 1px solid #d0d0d0
}

.wp-search form {
    display: block
}

.wp-search .search-input {
    margin-left: 4px;
    margin-right: 40px
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 22px;
    padding: 4px 0;
    line-height: 22px;
    background: 0;
    color: #fff;
    font-size: 14px;
    border: 0;
    outline: 0
}

.wp-search .search-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0
}

.wp-search .search-btn input.search-submit {
    width: 32px;
    height: 30px;
    border: 0;
    outline: 0;
    background: #fff url(images/sous.png) no-repeat center;
    cursor: pointer
}

.site-search {
    float: right;
    width: 30px;
    height: 36px;
    background: url(images/sous.png)no-repeat center;
}

/* 分享二维码 */
.shares h3.tit {
    float: left;
}

.shares {
    padding-top: 10px;
    text-align: center;
    float: left;
    margin-left: 105px;
}

.shares ul {
    width: auto;
    margin: 0 auto;
    text-align: right;
    float: left;
    margin-top: 2px;
}

.shares li {
    float: left;
    margin: 0 13px;
    position: relative;
}

.shares li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 0px solid red;
    background: url('images/share_icon.png') no-repeat;
    opacity: 1;
    filter: Alpha(opacity=60);
    vertical-align: top;
}

.shares li a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.shares li.i1 a {
    background-position: top 4px left;
}

.shares li.i2 a {
    background-position: center;
}

.shares li.i3 a {
    background-position: center -122px;
}

.shares li span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #D0D4EA;
    text-align: center;
}

.shares li .con {
    display: none;
    position: absolute;
    bottom: 36px;
    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;
    float: left;
    display: inline-block;
    margin: 4px 10px;
    width: 150px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #d0d0d0;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 25px 0 10px;
    color: #a1a1a1;
    background: url(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;
    bottom: 33px;
    width: auto;
    min-width: 180px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 0;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 6px;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #0f429b;
    cursor: pointer;
}

/**链接样式**/
/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {
    bottom: 40px;
    left: 40px;
    margin-left: 0px;
}

.mbanner .focus .focus-title-bg {
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=60);
}

.mbanner .focus .focus-pagination {
    position: absolute;
    right: 14px;
    bottom: 14px;
    margin-right: 0px;
    z-index: 60;
}

.mbanner .focus .focus-page {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 6px;
    background: #fff;
}

.mbanner .focus .focus-page-active {
    width: 18px;
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
    width: 58px;
    height: 53px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: url(images/slide_next.png) no-repeat;
    text-indent: -999em;
}

.mbanner .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-prev {
    left: 0px;
}

.mbanner .focus .focus-next {
    right: 0px;
    background-position: right top
}

.mbanner .list1 .news_wz .news_text {
    width: 382px;
    /* height: 84px; */
    text-align: left;
    background: url(images/box_bg.png);
    font-size: 14px;
    margin-top: 37px;
    line-height: 26px;
    border-bottom: 2px solid #fff;
}

.post-11 .focus .focus-title {
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
}

.post-11 .focus .focus-title-bar {
    height: 34px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: 0px;
}

.post-11 .focus .focus-title-bg {
    background-color: #000;
}

.post-11 .focus .focus-pagination {
    position: absolute;
    right: 14px;
    bottom: 46px;
}

.post-11 .focus .focus-page {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
}

.post-11 .focus .focus-page span {
    display: block;
}

.post-11 .focus .focus-page:hover {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.post-11 .focus .focus-page-active {
    background-color: #146CC1;
    color: #fff;
}

.post-11 .focus .focus-navigation {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.post-11 .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-11 .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*************************************************************
 * 特殊页面
 */
/*滚动样式*/
.wrapperinner {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-x: auto;
    -ms-touch-action: none;
}

.scroller {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

/*************************************************************
*二级页面
*/
/*组织机构*/
.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(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; */
}

ul.news_list.list2.clearfix.slick-initialized.slick-slider {
    display: none;
}

/**师资队伍**/
.teach .col_news li.ol .news_imgs {
    float: left;
}

.teach .col_news li.ou .news_imgs {
    float: right;
}

.teach .col_news li.news .news_imgs a {
    display: inline-block;
    padding-top: 100%;
    width: 100%;
    background-position: top;
}

.teach .col_news_list {
    padding: 50px 153px 0 76px;
}

.teach .col_news li.news .news_imgs {
    width: 29%;
    border-radius: 50%;
    overflow: hidden;
}

.teach .col_news li.ol .news_wz {
    padding-left: 32%;
}

.teach .col_news li.ou .news_wz {
    width: 68%;
    float: left;
}

.teach .col_news li.news .news_title {
    font-size: 36px;
    line-height: 30px;
    font-weight: bold;
}

.teach .col_news li.news a {
    color: #333;
}

.teach .col_news li.news .news_title2 {
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    margin: 30px 0;
}

.teach .col_news li.news .news_text {
    font-size: 14px;
    line-height: 26px;
}

.teach .col_news li.news .news_text a {
    color: #666;
}

.teach .col_news .news {
    margin-bottom: 100px;
}

.teach ul.news_list.list2 {
    border-bottom: 1px solid #be3236;
    margin-bottom: 53px;
}

.special div#wp_pager {
    text-align: center;
}

.special #wp_pager ul.pages li {
    border: none;
}

.special #wp_pager ul.pages li a.pgCurrent {
    color: #b81d22;
}

.special #wp_pager ul.pages li:hover {
    background: none;
    border: none;
    color: #b81d22;
}

/**学院新闻**/
.xinwen .col_news .ol .news_imgs {
    float: left;
    /* width: 50%; */
}

.xinwen .col_news .news .news_imgs {
    width: 52%;
    background: #fff;
}

.xinwen .col_news .news .news_imgs a {
    display: inline-block;
    padding-top: 56%;
    width: 100%;
}

.xinwen .col_news_list {
    padding-top: 35px;
}

.xinwen .col_news .ol .news_wz {
    padding-left: 54%;
}

.xinwen .col_news .ou .news_wz {
    float: left;
    width: 47%;
}

.xinwen .col_news .news.ou .news_imgs {
    float: right;
}

.xinwen .col_news .news {
    padding: 36px 0;
    border-bottom: 1px solid #e6c7c8;
}

.xinwen .col_news .news .news_date {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.xinwen .col_news .news a {
    color: #666;
}

.xinwen .col_news .news .news_title {
    font-size: 34px;
    line-height: 50px;
    font-weight: bold;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 30px 0;
}

.xinwen .col_news .news .news_text {
    font-size: 18px;
    line-height: 30px;
    opacity: 0.6;
    margin-bottom: 30px;
}

.xinwen .col_news .news .news_more a {
    /* display: block; */
    position: relative;
    padding-right: 60px;
    /* padding-left: 30px; */
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    /* text-shadow: 0 0 black; */
    /* color: #b81d22; */
    background: url(images/jian_red.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    color: #b81d22;
}

.xinwen .col_news .news .news_more a .quan {
    background: url(images/quan_red.png);
    background-repeat: no-repeat;
    background-position: right;
}

/**领导班子**/
.leader .wp_subcolumn_list .wp_sublist .sublist_title {
    margin-bottom: 0;
    border: none;
    float: left;
    width: 33.3%;
    height: auto;
}

.leader .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    display: none;
}

.leader .wp_subcolumn_list .wp_sublist .sublist_title a {
    margin: 14%;
    display: block;
    pointer-events: none;
}

.leader .wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name {
    font-size: 30px;
    /* margin-top: -16px; */
    /* margin-left: -60px; */
    display: block;
    height: 100%;
    padding-top: 100%;
    background: #fff;
    border-radius: 50%;
    height: 0;
    position: relative;
}

.leader ul.news_list.list2 {
    /* float: right; */
    padding-left: 33.3%;
}

.leader .col_news .news {
    float: left;
    width: 50%;
}

.leader .col_news .news .news_box {
    margin: 14%;
}

.leader .col_news .news .news_imgs a {
    padding-top: 100%;
    display: block;
    border-radius: 50%;
}

.leader .wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name span {
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    margin-top: -54%;
    /* margin-left: 37%; */
    width: 100%;
    text-align: center;
}

.leader .col_news .news .news_con {
    text-align: center;
    margin-top: 20px;
}

.leader .col_news .news .news_title {
    font-size: 36px;
    font-weight: bold;
}

.leader .col_news .news .news_title2 {
    height: 60px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}

.leader .wp_subcolumn_list .wp_sublist {
    margin: 0;
}

.leader li.wp_sublist.sublist-1 {
    border-bottom: 1px solid #e6c7c8;
}

/**办公室**/
.office .col_news .news {
    float: left;
    width: 33.3%;
}

.office .col_news .news .news_box {
    margin: 10%;
}

.office .col_news .news .news_imgs a {
    display: block;
    padding-top: 100%;
    /* width: 100%; */
    border-radius: 50%;
}

.office .col_news .news .news_con {
    text-align: center;
    margin-top: 17px;
}

.office .col_news .news .news_title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px;
}

.office .col_news .news .news_info span {
    display: block;
    font-size: 16px;
    line-height: 27px;
}

.office ul.news_list.list2 {
    border-bottom: 1px solid #be3236;
    padding-bottom: 20px;
}