@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;
}

.copyrights span a {
    color: #FFF;
}

.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扩展*/

body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
}

::-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: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    /* color: #095ab5; */
}


/*页面尺寸*/

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1300px;
    margin: 0 auto;
}


/**页面全局宽度**/


/*headtop*/

#headtop {
    background: #666;
}

#headtop .inner {}

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}


/*head开始*/

#header {
    background: #003d74 url('images/head_bg.jpg') no-repeat center top;
}

#header .inner {
    height: 100px;
    position: relative;
}

.header .sitelogo {
    float: left;
    margin-top: 20px;
}

.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;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .head-right {
    float: right;
}


/*rale样式*/

.site-rale ul li.links {
    transition-duration: 1s;
    float: right;
    background: #467fc0;
    overflow: hidden;
    width: 53px;
    height: 53px;
}

.site-rale ul li.links:hover {
    width: auto;
    background: #fed23d;
    min-width: 155px;
}

.icon {
    float: left;
    padding: 9px 9px;
    display: block;
    width: 35px;
    height: 35px;
    background: url(images/n1.png) no-repeat center center;
}

.site-rale ul li.links a {
    line-height: 53px;
    font-size: 16px;
    color: #000;
}

.site-rale ul li.links.i1 .icon {
    background: url(images/n1.png) no-repeat center center;
}

.site-rale ul li.links.i2 .icon {
    background: url(images/n3.png) no-repeat center center;
}

.site-rale ul li.links.i3 .icon {
    background: url(images/n2.png) no-repeat center center;
}

.site-rale ul li.links.i4 .icon {
    background: url(images/n5.png) no-repeat center center;
}

.site-rale ul li.links.i5 .icon {
    background: url(images/n6.png) no-repeat center center;
}

.site-rale ul li.links.i6 .icon {
    background: url(images/n4.png) no-repeat center center;
}

.site-rale ul li.links.i7 .icon {
    background: url(images/n7.png) no-repeat center center;
}

.site-rale ul li.links.i8 .icon {
    background: url(images/n6.png) no-repeat center center;
}

.site-rale ul li.links.i1:hover .icon {
    background: url(images/n11.png) no-repeat center center;
}

.site-rale ul li.links.i2:hover .icon {
    background: url(images/n13.png) no-repeat center center;
}

.site-rale ul li.links.i3:hover .icon {
    background: url(images/n12.png) no-repeat center center;
}

.site-rale ul li.links.i4:hover .icon {
    background: url(images/n15.png) no-repeat center center;
}

.site-rale ul li.links.i5:hover .icon {
    background: url(images/n16.png) no-repeat center center;
}

.site-rale ul li.links.i6:hover .icon {
    background: url(images/n14.png) no-repeat center center;
}

.site-rale ul li.links.i7:hover .icon {
    background: url(images/n17.png) no-repeat center center;
}

.site-rale ul li.links.i8:hover .icon {
    background: url(images/n16.png) no-repeat center center;
}


/*lang样式*/

.site-lang {
    margin-bottom: 40px;
    margin-top: 0px;
}

.site-lang ul {
    float: right;
}

.site-lang ul li.links {
    float: left;
}

.site-lang ul li.links.i5 a {
    padding-right: 0;
}

.site-lang ul li.links.i1 a {
    border-left: 0px solid #a3b0c1;
}

.site-lang ul li.links a {
    padding: 0 15px;
    border-left: 1px solid #a3b0c1;
    line-height: 26px;
    font-size: 14px;
    color: #cad3d4;
}

.site-lang ul li.links a:hover {
    color: #fff;
}


/*默认主导航样式*/

#nav {
    background: #001952;
}

#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 {
    background: url(images/nav-bg.jpg) no-repeat center right;
    display: inline-block;
    float: left;
    position: relative;
}

.nav .wp-menu .menu-item.i8 {
    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 {
    font-weight: bold;
    display: inline-block;
    padding: 0 40px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 18px;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    background-color: #003d74;
    text-decoration: none;
    color: #eee;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    min-width: 100%;
    z-index: 100;
    background: #001952;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    text-align: center;
    display: block;
    color: #fff;
    height: 42px;
    line-height: 42px;
    padding: 0 17px;
    font-size: 15px;
    background: none;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #003d74;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}


/**主页banner开始**/

#banner .inner {
    width: 100%;
    text-align: center;
    position: relative;
}

#banner .focus-box,#banner .focus-container{height: 300px !important;}
/**主体模块样式**/


/**首页三列布局**/
.main0{margin:0px 0;
    background: url(images/section1_bg.jpg)no-repeat bottom center #fff;
}

.main1 .inner {
    height: 570px;
    padding: 20px 0px 0px;
}

.main1 .ml {
    float: left;
    width: 47%;
    overflow: hidden;
    position: relative;
    transform: translate(-150%, 0px);
    transition: 0.8s;
}

.main1 .mr {
    transition: all 1s ease-out 0s;
    transform: translate(150%, 0px);
    width: 47%;
    float: right;
}

.main1 {
    /* height: 840px; */
    background: #fff url(images/s2_bg.jpg) no-repeat center;
}

.main2 {
    height: 700px;
    background: #eee url(images/main1.png) no-repeat center bottom;
}
.main2 .mr {
    transition: all 1s ease-out 0s;
    transform: translate(150%, 0px);
    float: right;
    width: 32%;
}
.main2 .ml {
    transform: translate(-150%, 0px);
    transition: 0.8s;
    float: left;
    width: 65%;
}

.main3 {
    padding-top: 100px;
    height: 516px;
    background: url(images/main3.jpg) no-repeat center bottom;
}

.main4 {
    background: #eeeeee;
}

.main4 .inner {
    padding: 15px 0 0;
}

.main4 .ml {
    float: left;
    width: 530px;
}

.main4 .mr {
    float: right;
    /* padding-top: 25px; */
}

.main4 .mr .mlink {}


.main5 {
    height: 600px;
    padding-top: 100px;
    background: url(images/main4.jpg) no-repeat center top;
}




.main6 .inner {
    height: 135px;
}


/**自定义新闻列表**/

.news_list li.news {
    line-height: 40px;
    padding-left: 0px;
}
.news_list li.news a {
    /* color: #fff; */
    font-size: 16px;
}

.news_list li.news a:hover {
    /* color: #fff; */
}

/**标题图标**/

.news_list li.news span.news_title {
    float: left;
}


/*标题*/

.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #9C9C9C;
}


/*属性*/

.news_list li.news .news_time,
.news_list li.news .news_time span {
    color: #666;
}


/*发布时间*/

.news_list li.news .news_icon {
    display: inline-block;
    margin: 0 auto;
    border: 0px solid red;
}

.news_list li.news .news_text {
    line-height: 22px;
    color: #666;
}


/*默认简介*/

.news_list li.news .news_bg {
    width: 100%;
    transition-duration: 1s;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.news_list li.news p {
    line-height: 34px;
}


/*标题文*/

.news_text .news_list li.news {
    margin-bottom: 10px;
}

.news_text .news_list li.news .news_title {
    line-height: 24px;
    font-size: 15px;
}

.news_text .news_list li.news .news_text {
    line-height: 22px;
    font-size: 13px;
}

.news_text .news_list li.news .news_time {
    line-height: 28px;
    font-size: 13px;
}


/*图列表*/

.news_list li.news .news_bg {
    width: 100%;
    transition-duration: 1s;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.news_list li.news p {
    line-height: 34px;
}


/*标题文*/

.news_text .news_list li.news {
    margin-bottom: 10px;
}

.news_text .news_list li.news .news_title {
    line-height: 24px;
    font-size: 15px;
}

.news_text .news_list li.news .news_text {
    line-height: 22px;
    font-size: 13px;
}

.news_text .news_list li.news .news_time {
    line-height: 28px;
    font-size: 13px;
}


/*图列表*/

.news_tu .con {
    padding: 12px 0px;
}

.news_tu .news_list li.news {
    float: left;
    width: 50%;
    position: relative;
}

.news_tu .news_list li.news .news_box {
    transition: all 0.4s ease-in-out;
}

.news_tu .news_list li.news .news_imgs {
    height: 244px;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}

.news_tu .news_list li.news .news_imgs img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.news_tu .news_list li.news .news_wz {
    width: 52%;
    background: url(images/whit.png) no-repeat top left;
    position: absolute;
    top: 0;
    height: 100%;
}

.news_tu .news_list li.news .news_title {
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}


/*文字图标链接*/
/**标题栏新闻窗口**/

.post .tt {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #e6e6e6;
}


/**标题栏**/

.post .tt .tit {
    position: relative;
    font-size: 30px;
    width: 100%;
    display: inline-block;
    font-weight: normal;
    text-align: center;
}


/**标题字体**/

.post .tt .tit .title {
    display: block;
    line-height: 42px;
    color: #000000;
    font-family: "Microsoft yahei";
    font-size: 30px;
}

.post .tt .tit .name {
    display: none;
    line-height: 16px;
    color: #333;
}


/*栏目别名*/

.post .con {
    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;
    line-height: 42px;
    float: right;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 13px;
    cursor: pointer;
}

.post .more_btn a {
    color: #666;
}

.post .more_btn a:hover {
    color: #666;
}


/*标准标题*/

.post1 .post-32 .tt .title {
    color: #fff;
}

.post1 .tt .tit .title {}

.post1 .tt .tit .title.selected {
    color: #0f429b;
}

.post1 .more_btn a {
    color: #1826a5;
}


/*带图标标题*/

.post2 .tt .tit {
    padding-left: 24px;
    background: url('images/new1_icon.png') no-repeat left center;
}

.post2 .tt .tit .title {
    font-size: 16px;
    font-weight: bold;
    color: #18267d;
    cursor: pointer;
}

.post-11 .news_tu .news_list li.news .news_wz {
    position: relative;
    background: #FFf;
    width: 100%;
}

.post-11 .news_tu .news_list li.news .news_title {
    font-size: 22px;
    color: #003d73;
}

.post-11 .news_tu .news_list li.news .news_wz .news_con {
    padding: 30px;
}

.post-11 .news_list li.news .news_text {
    display: block;
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
}
.post-12 .news_meta {
    line-height: 20px;
    font-size: 16px;
    float: left;
    color: #000000;
    border-right: 1px solid #cccccc;
    padding-right: 11px;
}

.post-12 .wz .con,


.post-12 .wz {
    width: 100%;
}

.post-12 .news_list li.news span.news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    line-height: 20px;
    float: none;
    font-size: 16px;
    color: #000000;
}

.post-12 .news_list li.news {
    background: #fff;
    margin-bottom: 16px;
    box-shadow: 0px 0 5px #eee;
    padding: 20px 10px;
    line-height: 20px;
}

.post-12 .news_list li.news:hover {
    /* background: #467fc0; */
}

.post-12 .news_list li.news:hover .news_title,
.post-12 .news_list li.news:hover .news_meta {
    /* color: #fff; */
}


.post-15 .link_icon .news_list li.news {
    width:13.6%;
    margin-right:2.17%;
    float:left;    
     text-align: center;
  
   border-radius:30px;  
   padding-top: 20px;
     padding-bottom: 20px;   
    padding-left: 12px;
     padding-right: 12px;
     box-sizing: border-box;
 
    
     transition: all .3s;
    
 
 }
 
.post-15 .link_icon .news_list li.news_title a {
font-size:16px;
 
 }
 
 .post-15 .news_list li.news:last-child
 {margin-right:0}
 .post-15 .news_list li.news .news_img
  {height:62px;
 background:url(images/s1_1.png) no-repeat center / 30px
  }
 .post-15.news_list li.news .news_title{ 
      font-size: 15px;
     margin-top: 8.5px;   
      line-height: 20px;
     min-height: 40px;}
  .post-15 .news_list .news .news_title a:hover{color: #001952;}
 .post-15 .news_list li.i2 .news_img{background-image:url(images/s1_2.png)}
 .post-15 .news_list li.i3 .news_img{background-image:url(images/s1_3.png)}
 .post-15 .news_list li.i4 .news_img{background-image:url(images/s1_4.png);}
 .post-15 .news_list li.i5 .news_img{background-image:url(images/s1_5.png)}
 .post-15 .news_list li.i6 .news_img{background-image:url(images/s1_6.png);}
 .post-15 .news_list li.i7 .news_img{background-image:url(images/s1_7.png)}
 .post-15 .news_list li.i8 .news_img{background-image:url(images/s1_8.png);background-size:40px;}
 .post-15 .news_list li.i9 .news_img{background-image:url(images/s1_9.png)}
 .post-15 .news_list li.i10 .news_img{background-image:url(images/s1_10.png);background-size:40px;}
 .post-15 .news_list li.i11 .news_img{background-image:url(images/s1_11.png)}
 .post-15 .news_list li.i12 .news_img{background-image:url(images/s1_12.png);background-size:40px;}
 .post-15 .con{margin-top:0px;}
 .post-15 .link_icon .news_list li.news:hover .news_box .link_con{transform:scale(1.1);transition:0.6s;}
 .post-15 .link_icon .news_list li.news .news_box {
     margin: 0px;
     background: #e5f4ff;
     border-radius:10px;
     overflow:hidden;
 }
 .post-15 .tt .tit {padding-left:36px; background:url('images/title_1.png') no-repeat left center;}
 .post-15 .tt {}


 .post .post1 .post-21 .mbox {
    position: relative;
    overflow: hidden;
}

.post-21 .news_imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 264px;
}



.post-32 .news_list li.news {
    margin: 0 10px;
    margin-bottom: 15px;
    float: left;
    line-height: 40px;
    width: 48%;
}

.post-32 ul.news_list {
    margin: 0 -10px;
}

.post-32 .news_meta {
    text-align: left;
    width: 112px;
    border-radius: 7px 0 0 7px;
    background: #fff;
    line-height: 40px;
    font-size: 16px;
    float: left;
    color: #000000;
    padding: 0 15px;
}
.post-32 .wz {
    background: #467fc0;
    border-radius: 6px;
}

.post-32 .news_list li.news span.news_title {
    padding: 0 10px;
    font-size: 16px;
    float: none;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.post-41 .con.news_tu {
    overflow: hidden;
    position: relative;
}



.post-41 .news_tu .news_list li.news .news_title {
    white-space: normal;
    height: 60px;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
    margin-bottom: 20px;
}

.post-41 .news_tu .news_list li.news .news_wz .news_con {
    padding: 45px 80px 45px 30px;
}

.post-41 .news_list li.news .news_text {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
}

.post-41 .news_tu .news_list li.news:hover .news_wz {
    background: url(images/yell.png) no-repeat top left;
}
.post-55 {
    opacity: 0;
    transform: translate(0%, 0px);
    transition: 0.8s;
    margin-bottom: 50px;
    margin-top: -350px;
}
.post-55 .news_tu .news_list li.news.n2,
.post-55 .news_tu .news_list li.news.n3 {
    margin: 0 1%;
    width: 26%;
    margin-bottom: 10px;
}

.post-55 .news_tu .news_list li.news .news_imgs {
    height: 402px;
}

.post-56 .tt .tit .title {
    color: #fff;
}

.post-56 .news_list li.news .news_imgs {
    border: 5px solid #fff;
    border-radius: 150px;
    float: left;
    background: #eee;
    height: 190px;
    position: relative;
    overflow: hidden;
    width: 190px;
}

.post-56 .news_list li.news {
    float: left;
    width: 50%;
}

.post-56 .news_list li.news .news_wz .news_con {
    padding: 28px 0;
    margin-left: 250px;
}

.post-56 .news_list li.news .news_wz .news_con .news_title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
}

.post-56 .news_list li.news .news_wz .news_con .news_title .fu {
    margin-left: 20px;
    color: #fed23d;
    font-size: 16px;
}

.post-56 .news_list li.news .news_text {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 108px;
}
/*文字图标链接*/



/***********************************************************
 * 列表页
 */


/**首页三列布局**/


/**列表页**/


/*栏目图片*/

.l-banner {
    height: 235px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}


/**主体列表页开始**/

#l-container {}

#l-container .inner {
    padding: 25px 0px;
}


/**主体文章页开始**/

#d-container {}

#d-container .inner {
    background: #fff;
}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #003d74;
}


/**位置栏目背景**/

.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 {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    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: #0f429b;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #003d74;
}

.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: #003d74;
}


/*二级子栏目**/

.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: #003d74;
}


/*三级子栏目**/

.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: #003d74;
}


/**栏目新闻**/

.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 290px;
}

.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: #003d74;
    border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666;
}


/**当前位置**/

.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .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);
}


/**列表页文章图片大小限制**/


/**文章页**/

.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: #003d74;
}


/**文章标题**/

.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;
    margin-top: 10px;
}


/**文章内容**/

.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 .inner.op {
    border-top: 1px solid #8696a5;
}

#footer {
    position: relative;
 
   background: url(images/footer_bg.jpg) no-repeat center;
  

}

#footer .inner {
    /* padding: 20px 0px; */
    position: relative;
}

#footer .inner .foot-left {
    margin: 45px 0;
    width: 35%;
    float: left;
}

#footer .inner .foot-right {
    margin: 45px 0;
    width: 23%;
    float: right;
}

#footer .inner p {
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

#footer .inner p span {
    margin: 0 3px;
}

#footer .inner p.copyright {
    color: #eee;
}

#footer .inner p.copyrights {
    text-align: center;
}

.foot-center {
    position: relative;
    margin: 45px 0;
    margin-left: 12%;
    float: left;
}

#footer .inner p.title {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 30px;
}

#footer .inner p.foot-logo img {
    width: 100%;
}

#footer .inner p.foot-by {
    margin-top: 40px;
    text-align: right;
}


/**************************************************************
 * 组件功能
 */


/*系统默认搜索*/

.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 {
    width: 240px;
    padding-left: 280px;
    text-align: right;
    margin-top: 26px;
   
}

.wp-search {
    border-radius: 220px;
    background: #225789;
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 15px;
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    color: #bcc7d5;
    font-family: "Microsoft YaHei";
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: none;
    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: 32px;
    border: 0;
    outline: 0;
    background: url(images/sous.png) no-repeat center;
    cursor: pointer;
}


/* 分享二维码 */

.shares {
    text-align: center;
}

.shares ul {
    width: auto;
    margin: 0 auto;
    text-align: right;
}

.shares li {
    margin-right: 40px;
    float: left;
    position: relative;
}

.shares li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 0px solid red;
    background: url('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: -87px 0px;
}

.shares li.i3 a {
    background-position: -164px 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: 87px;
    left: 50%;
    z-index: 100;
    margin-left: -100px;
    width: 100px;
}

.shares li .con img {
    width: 90px;
    height: 90px;
    vertical-align: top;
    background: #fff;
}


/**友情链接**/

.botlinks .links-wrap {
    width: 165px;
    position: relative;
    float: left;
    display: inline-block;
    line-height: 32px;
    margin: 0 42px;
}

.botlinks .links-wrap a.links-arrow {
    font-size: 20px;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 25px 0 0px;
    color: #191919;
    background: url(images/arrow.png) no-repeat right top;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    /* background-position: right bottom; */
    cursor: pointer;
}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: auto;
    min-width: 100%;
    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-title {
    padding: 0;
    position: relative;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
}

.mbanner .focus .focus-title-bar {
    text-align: center;
    bottom: 80px;
    left: 0px;
    margin-left: 0px;
}

.mbanner .focus .focus-title-bg {
    top: 0;
    position: absolute;
    background-color: transparent;
    width: 100%;
    left: 0;
    bottom: 0;
}

.mbanner .focus .focus-pagination {
    text-align: center;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 30px;
    margin-right: 0px;
    z-index: 60;
}

.mbanner .focus .focus-page {
    line-height: 21px;
    display: inline-block;
    width: 8px;
    height: 21px;
    margin-right: 10px;
    background: url(images/dian.png) no-repeat center;
}

.mbanner .focus .focus-page-active {
    background: url(images/yuan.png) no-repeat center;
    width: 21px;
    height: 21px;
}

.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
}



/*************************************************************
 * 特殊页面
 */


/*滚动样式*/


/*************************************************************
*二级页面
*/



.post.post-20 .tt .tit {
    width: auto;
    float: left;
}

.post .more_btn .more_text img {
    vertical-align: middle;
}

.main2 .inner {
    padding: 60px 0;
}

.post.post-20 .tt {
    margin-bottom: 35px;
}

.left.clarfix {
    width: 46%;
    float: left;
}

.right.clarfix {
    width: 52%;
    float: right;
}




.mlink.botlinks {
    width: 1000px;
    padding: 45px 0;
    margin: 0 auto;
}

.botlinks .links-wrap a.links-arrow span {
    background: url(images/link1.png) no-repeat left center;
    display: block;
    padding-left: 35px;
}

.botlinks .links-wrap.i2 a.links-arrow span {
    background: url(images/link2.png) no-repeat left center;
    display: block;
    padding-left: 35px;
}

.botlinks .links-wrap.i3 a.links-arrow span {
    background: url(images/link3.png) no-repeat left center;
    display: block;
    padding-left: 35px;
}

.foot-center:after {
    top: 50%;
    background: #8696a5;
    right: -50px;
    width: 1px;
    height: 180px;
    display: block;
    position: absolute;
    content: "";
    margin-top: -90px;
}

.foot-center:before {
    top: 50%;
    background: #8696a5;
    left: -50px;
    width: 1px;
    height: 180px;
    display: block;
    position: absolute;
    content: "";
    margin-top: -90px;
}

.menu {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 55;
    margin-top: -220px;
}

.post-41 .slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.post-11 .news_tu .news_list li.news .news_imgs {
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 354px;
    width: 100%;
    background: #eee;
}

.post-21 .news_list li.news .news_wz {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.post-21 .news_list li.news .news_title {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 48px;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}

.post-21 .news_list li.news .news_con {
    padding: 10px 20px;
}





.post-21 .focus .focus-title-bar {
    height: 70px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: 0px;
}

.post-21 .focus-title {
    height: 70px;
}

.post-22 .news_list li.news {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.post-22 .news_list li.news.n1 {
    padding-top: 0;
}
.post-22 .news_list li.news span.news_title {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 52px;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    width: 100%;
}
.main2 .post-23 .news_imgs {
    background: #eee;
    height: 316px;
    position: relative;
    overflow: hidden;
}

.post-32 .news_list li.news:hover .news_meta {
    background: #fdd23d;
}

.post-55 .news_tu .news_list li.news.n1 {
    width: 50%;
}

.post-55 .news_tu .news_list li.news.n2 .news_imgs,
.post-55 .news_tu .news_list li.news.n3 .news_imgs {
    height: 196px;
}

.post-55 .news_tu .news_list li.news.n4 {
    position: absolute;
    width: 22%;
    right: 0;
}

.post-55 ul.news_list.clearfix {
    position: relative;
}

.main5.animated .post-56 {
    opacity: 1;
    transform: translate(0, 0px);
    transition: 3s ease-in-out;
}


.post-55 .news_tu .news_list li.news.n1 {
    transform: translate(0%, -50%);
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

.post-55 .news_tu .news_list li.news.n2 {
    transform: translate(0, -50%);
    transition: all 2s ease-out 0s;
    opacity: 0;
}

.post-55 .news_tu .news_list li.news.n3 {
    transform: translate(0, 50%);
    transition: all 2s ease-out 0s;
    opacity: 0;
}

.post-55 .news_tu .news_list li.news.n4 {
    transform: translate(0, 50%);
    transition: all 2s ease-out 0s;
    opacity: 0;
}

.main5.animated .post-55 .news_tu .news_list li.news.n1 {
    transform: translate(0%, 0);
    transition: all 1.5s ease-out 0s;
    opacity: 1;
}

.main5.animated .post-55 .news_tu .news_list li.news.n2 {
    transform: translate(0, 0%);
    transition: all 2s ease-out 0s;
    opacity: 1;
}

.main5.animated .post-55 .news_tu .news_list li.news.n3 {
    transform: translate(0, 0%);
    transition: all 2s ease-out 0s;
    opacity: 1;
}

.main5.animated .post-55 .news_tu .news_list li.news.n4 {
    transform: translate(0, 0%);
    transition: all 2s ease-out 0s;
    opacity: 1;
}
.post.post-56 {
    transition: all 3s ease-out 0s;
    transform: translate(50%, 0px);
    position: relative;
    overflow: hidden;
}

.post-56 .news_list li.news .news_box {
    margin: 0 30px;
}

.post-56 .news_list {
    margin: 0 -30px;
}

.post-56 .slick-dots {
    bottom: 0;
}

.post-56 .slick-dots li button {
    border: 0;
    background: #fff;
}

.post-56 .slick-dots li.slick-active button {
    border: 0;
    width: 20px;
    height: 20px;
    background: url(images/yuan.png) no-repeat center;
}

.post-56 .slick-dots li.slick-active {
    background: transparent;
}

.col_news_con .news_list li.news span.news_title,
.col_news_con .news_list li.news span.news_meta {
    font-size: 16px;
}

.col_news_con .news_list li.news span.news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    width: 80%;
}

.post-22 .news_list li.news:hover .news_title {
    color: #003d74;
}

.news_list li.news:hover .news_imgs .news_bg {
    transform: scale(1.1);
}

.site-rale ul {
    width: 53px;
}

.site-rale ul li.links a {
    display: block;
    width: 100%;
}

.post-55 .news_tu .news_list li.news:hover .news_imgs {
    box-sizing: border-box;
    border: 3px solid #fed23d;
}

.wrapper.animated .mod {
    opacity: 1;
    transform: translate(0px, 0px);
    transition: 1.2s ease-in-out;
}

.main1.animated .ml {
    opacity: 1;
    transform: translate(0, 0px);
    transition: 1.5s ease-in-out;
}

.main1.animated .mr {
    opacity: 1;
    transform: translate(0, 0px);
    transition: 1.5s ease-in-out;
}

.main2.animated .ml {
    opacity: 1;
    transform: translate(0, 0px);
    transition: 1.2s ease-in-out;
}

.main2.animated .mr {
    opacity: 1;
    transform: translate(0, 0px);
    transition: 1.2s ease-in-out;
}

.main3.animated .ml {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: 1.5s;
}

.main3.animated .mr {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: 3s ease-in-out;
}

.main3 .mr {
    transform: translate(0%, 50%);
    transition: 2s;
}

.main4 .mod {
    opacity: 0;
    transform: translate(0%, 50%);
    transition: 1.2s ease-in-out;
}
.main4 .question {
	width: 720px;
}
.main  .telephone {
	width: 425px;
}
.question .title {
	background-image: url(images/question.png);
	height: 79px;
}
.question .news {
	background-color: #FFF;
	padding: 0px;
	height: 48px;
	line-height: 48px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #a2cfee;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.question .news_wz .news_con {
	width: 80%;
	line-height: 48px;
	height: 48px;
	float: left;
}
.question .news_wz .news_date {
	width: 20%;
	text-align: center;
	font-size: 16px;
	padding-top: 6px;
	float:right;
}
.question .news_list li.news .news_title {
	/* display: inline-block; */
	/* color: #215c97; */
	/* display: inline-block; */
	/* width: 100%; */
	/* overflow: hidden; */
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	margin: 0px;
	/* padding-top: 7px; */
	/* line-height: 36px; */
	/* padding-right: 0px; */
	/* padding-bottom: 0px; */
	height: :36px;
	/* padding-left: 5px; */
	/* padding: 20px 10px; */
}

.question .news_list li.news:hover a{ color: #0945a8; }
.question .news_list li.news .news_text{ font-size: 14px; color: #363636; }
.telephone .title {
	background-image: url(images/telephone.png);
	height: 79px;
}
.telephone .news {
	line-height: 64px;
	height: 64px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c5c5c5;
	display: block;
	padding-left: 50px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.telephone .news_list li.news .news_title {
	display: inline-block;
	color: #215c97;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	line-height: 64px;
	height: 64px;
	margin: 0px;
	padding: 0px;
}
.main6 .mod {
    opacity: 0;
    transform: translate(0, -50%);
    transition: 1s ease-in-out;
}

.main5.animated .post-55 {
    transform: none;
    opacity: 1;
    filter: Alpha(opacity=100);
}




/* animation */

@keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}



.sudy-tab .tab-menu li a {
    color: #333 !important;
    transition: all 0s ease-in-out;
}

.sudy-tab .tab-menu li.selected a {
    color: #fff !important;
}

.copyright a {
    color: #d8dbde;
}

.post.post1.post-10.mbox {
    height: 90px;
}

.post.post-10 .more_btn,
.post.post-41 .more_btn,
.post.post-32 .more_btn,
.post.post-56 .more_btn {
    position: absolute;
    right: 0;
}

.post-23 .sudy-tab .tab-menu li {
    padding: 0 4%;
    width: 92%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.department_con_list {
    width: 95%;
    float: left;
    margin-left: 3%;
    margin-top: 15px;
}

.department_con_list .mbox {
    border: 1px solid #eee;
}

.department_con_list .post .tt {
    background-color: #113f72;
}

.department_con_list .post .tt .tit {
    text-align: left;
}

.department_con_list .post .tt .tit .title {
    color: #fff;
    padding-left: 20px;
    line-height: 48px;
    font-size: 24px;
}

.department_con_list .post-11 .news_tu .news_list li.news .news_wz .news_con {
    padding: 0px;
}

.department_con_list .post-11 .news_tu .news_list li.news .news_title {
    font-size: 16px;
    padding-left: 36px;
    overflow: visible;
    text-overflow: initial;
    height: auto;
}

.department_con_list .news_tu .news_list li.news {
    width: 49.5%;
}

.department_con_list .post-11 .news_tu .news_list .clearfix a:only-child:after {
    content: "\2794";
    font-family: icon;
    color: #113f72;
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: 3px;
}

.department_con_list .post-11 .news_tu .news_list .clearafter a:after {
    content: "";
}

.clearafter a{
color:#003d73;}

.post-32 .con a {
    color: #fff;
}
.post-20 .right{width:50%;}