@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(/style/liuxue/images/icon.png) no-repeat;
}


/*css3扩展*/

body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
}

::-webkit-input-placeholder {
    color: #ccc;
    /* WebKit browsers */
}

:-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
    color: #ccc;
    /* Internet Explorer 10+ */
}


/**布局开始**/

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: #4696ec;
}

a,
p,
div,
span {
    font-family: Microsoft YaHei;
}


/*页面尺寸*/

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


/**页面全局宽度**/


/*headtop*/
.my_head {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e9e9e9;
    background: #fbfbfb;
}

.my_top img {
    height: 40px;
    width: auto;
}

.my_top {
    width: 1200px;
    margin: 0 auto;
}

.my_top h1, .my_top p {
    display: inline;
}

#headtop {
    background: #666;
}

.my_top_lxsq {
    float: right;
    width: 200px;
    padding-top: 45px;
    cursor: pointer;
}

.my_top_lxsq img {
    width: 100%;
   /*  height: 50px; */
}

.my_left_list {
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 #c5c7cf;
    padding: 30px 10px;
    border-radius: 10px;
}

.my_left_list>h3 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}

.my_left_list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 35px;
    line-height: 35px;
    list-style: inside;
    color: #797979;
}

.my_left_list a {
    font-size: 15px;
    margin-left: -5px;
}

/* 底部 */
.my_wrapper {
    width: 1200px;
    margin: 0 auto;
}

.zg-footer {
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background-color: #F5F5F5;
    border-top: 1px #e5e5e5 solid;
}

.arti-mnst-title span {
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px;
}

.arti-mnst-title span.on {
    color: #333;
    font-weight: bold;
}

.zg-footer-yl-con {
    height: auto;
    width: 100%;
}

.zg-footer-yl::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #f8f8f8;
}

.zg-footer-yl::-webkit-scrollbar-thumb {
    background: #e7e7e7;
    border-radius: 10px;
}

.zg-footer-yl {
    height: 70px;
    width: 100%;
    margin-top: 18px;
    overflow: auto;
    display: block;
}

.zg-footer-yl-con {
    height: auto;
    width: 100%;
}

.zg-footer-yl::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #f8f8f8;
}

.zg-footer-yl::-webkit-scrollbar-thumb {
    background: #e7e7e7;
    border-radius: 10px;
}

.zg-footer-yl-con a {
    font-size: 14px;
    float: left;
    line-height: 26px;
    margin-right: 20px;
}

.lm_footer {
    max-width: 1920px;
    min-width: 1200px;
    padding: 25px 0px;
    background-color: #464646;
    text-align: center;
    color: #999;
    line-height: 2;
    font-size: 12px;
}

.lm_footer a {
    color: #838383;
    font-size: 12px;
}


.toolbar_alert {
    cursor: auto;
    background: #fff;
    box-shadow: 0 0 10px 0 #c5c7cf;
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.toolbar_alert h6 {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.qt_form_common_new.qt_form .Phone {
    background: #fff url(/style/liuxue/images/form_icon_gray.png) no-repeat 7px -20px;
}

.qt_form_common_new.qt_form .name {
    background: #fff url(/style/liuxue/images/form_icon_gray.png) no-repeat 7px 8px;
}

.qt_form_common_new.qt_form .input {
    width: 100%;
    height: 32px;
    background-size: 19px;
    padding: 0 22px 0 32px;
    float: left;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    margin-top: 10px;
}

.qt_form_common_new.qt_form .btn {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #4696ec;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: left;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
    border: 0;
}



#headtop .inner {}

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}


.qt_newfczcbm {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    width: 70px;
    height: 450px;
    border-radius: 10px;
    z-index: 999;
    margin: auto;
    box-shadow: 0px 0px 8px 0px rgb(197 197 197 / 20%);
    padding: 10px 0;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.qt_newfczcbm .con .list {
    width: 90px;
    height: 75px;
    text-align: center;
    margin-left: -10px;
    position: relative;
    font-size: 14px;
    color: #333333;
    display: block;
    cursor: pointer;
    color: #333333;
}

.qt_newfczcbm .con .list::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(/style/liuxue/images/entrySprite.png) no-repeat 3px -110px;
    overflow: hidden;
    z-index: -1;
}

.qt_newfczcbm .con .list.zxzxTool::before {
    background-position-y: -110px;
}

.qt_newfczcbm .con .list.evaluationTool::before {
    background-position-y: -180px;
}

.qt_newfczcbm .con .list.schemeTool::before {
    background-position-y: -250px;
}

.qt_newfczcbm .con .list.costTool::before {
    background-position-y: -320px;
}

.qt_newfczcbm .con .list.iphoneTool::before {
    background-position-y: -390px;
}

.qt_newfczcbm .con .list.topTool::before {
    height: 30px;
    background-position-y: -316px;
    background-size: 250px;
    top: 15px;
}

.qt_newfczcbm .con .list::after {
    content: '';
    display: block;
    background: url(/style/liuxue/images/entrySprite.png) no-repeat 0px -48px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 59px;
    height: 1px;
}

.qt_newfczcbm .con .list:last-child::after {
    display: none;
}

.qt_newfczcbm .con a.aBox {
    color: #333333;
}

.qt_newfczcbm .con a.aBox:hover {
    color: #43bc9a;
}

.qt_newfczcbm .con .list a .tool {
    color: #333333;
}

.qt_newfczcbm .con .list .tool {
    padding: 45px 0 0 0;
}

.qt_newfczcbm .con .list .toolbar_alert {
    cursor: auto;
    background: #fff;
    position: absolute;
    left: -216px;
    top: 0;
    box-shadow: 0 0 10px 0 #c5c7cf;
    padding: 30px 20px;
    border-radius: 10px;
    display: none;
}

.qt_newfczcbm .con .list .toolbar_alert h6 {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.qt_newfczcbm .con .list .toolbar_alert .close {
    width: 15px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(/style/liuxue/images/close.png) no-repeat center -176px;
}

.qt_newfczcbm .con .list.iphoneTool .toolbar_alert h6 {
    margin-bottom: 4px;
}

.qt_newfczcbm .con .list.iphoneTool .toolbar_alert .tit_sm {
    font-size: 12px;
    margin-bottom: 10px;
    color: #333333;
}

#lefta2 {
    width: 160px;
    height: 495px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

#lefta2>.fixed-close {
    top: 2px;
    right: 2px
}

#lefta2 .fwb {
    font-weight: 700;
    font-size: 20px
}

.lefta2-body {
    position: relative;
    padding: 10px 15px 1px;
    background-color: #0D62AA;
    text-align: center;
}

.lefta2-body p {
    line-height: 1.2;
    font-size: 12px;
}

.lefta2-body .btn-link,.lefta2-body input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    display: block
}

.lefta2-body>li {
    margin-bottom: 10px
}

.lefta2-body>.line {
    border-bottom: 1px solid #3D81BB;
    margin: 7px 0
}

.lefta2-body input {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 14px;
    border: 0;
}

.lefta2-body .bg64-phone {
    padding-left: 20px;
    background: url(/style/liuxue/images/right_icon3.png) 15px center no-repeat;
}

.lefta2-body .bg64-write {
    padding-left: 20px;
    background: url(/style/liuxue/images/right_icon2.png) 15px center no-repeat;
}

.lefta2-body .bg64-rarr {
    padding-right: 20px;
    background: url(/style/liuxue/images/right_icon1.png) 95px center no-repeat;
}

.lefta2-body .btn-link {
    color: #fff;
    background-color: #F60;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    box-sizing: border-box;
}

.lefta2-body:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #0D62AA
}

.lefta2-footer {
    font-size: 16px;
    padding: 15px;
    background-color: #f60;
    text-align: center;
}

.lefta2-footer li {
    line-height: 30px;
}

.left-a8 {
    background-color: #f3f3f3;
    width: 165px;
    border: 1px solid #e9e5e5;
    margin-top: -260px
}




/*head开始*/

#header {}

#header .inner {
    height: 136px;
    position: relative;
}

.header .sitelogo {
    float: left;
    padding-top: 25px;
    padding-left: 10px;
}

.header .sitetitle {
    display: inline-block;
    margin-top: 16px;
    margin-left: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.my_kf{
    cursor: pointer;
}

/**站点名称**/

.header .head-left {
    float: left;
    display: inline-block;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .head-right {
    float: right;
    margin-top: 40px;
    width: 200px;
}


/*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(/style/liuxue/images/link_icon.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: -60px 0px;
}

.site-rale ul li.links.i3 a {
    background-position: -117px 0px;
}

.site-rale ul li.links.i4 a {
    background-position: -177px 0px;
}


/*lang样式*/

.site-lang {}

.site-lang ul {
    float: right;
}

.site-lang ul li.links {
    float: left;
}

.site-lang ul li.links a {
    line-height: 35px;
    margin: 0px 5px;
    font-size: 13px;
    color: #cad3d4;
}

.site-lang ul li.links a:hover {
    color: #fff;
}


/*默认主导航样式*/

#nav {
    background: #4696ec;
}

#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);
}


/*导航样式：后台绑定时也可以定义配置*/

.wp-menu {
    margin: 0 auto
}

.wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.wp-menu .menu-item.i1 {
    background: none;
}

.wp-menu .menu-item a>.menu-switch-arrow {
    display: none;
    width: 20px;
    height: 20px;
    background: url(/style/liuxue/images/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 33px;
    line-height: 57px;
    color: #FFFFFF;
    font-size: 20px;
}

.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover {
    background-color: #1a7be5;
    text-decoration: none;
    color: #eee;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 57px;
    min-width: 100%;
    z-index: 100;
    background: #fff;
    text-align: center;
}

.sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 14px;
    background: none;
}

.sub-menu .sub-item.hover>a,
.sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #4696ec;
    display: block;
}

.sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}


/**主页banner开始**/

#banner {
    background: #e7e2df;
    margin-top: 193px;
}

#banner .inner {
    width: 100%;
    text-align: center;
    position: relative;
}


/**主体模块样式**/

#m-container {}

#m-container .inner {}


/**首页三列布局**/

.mod {}

.mbox {}

.main1 {}

.main1 .inner,
.main2 .inner,
.main3 .inner,
.main4 .inner,
.main5 .inner {
    padding: 25px 0px 30px;
}

.main1 .ml {
    float: left;
    width: 580px;
}

.main1 .mc {
    float: left;
    width: 380px;
    margin-left: 30px;
}

.main1 .mr {
    float: right;
    width: 580px;
}

.main4 {
    background: #f5f0e9 url(/style/liuxue/images/main4.png) no-repeat fixed;
    background-size: cover;
}

.main4 .inner {}

.main4 .ml {
    float: left;
    width: 530px;
}

.main4 .mr {
    float: right;
    padding-top: 25px;
}

.main4 .mr .mlink {}


/**标题栏新闻窗口**/

.post {}

.post .tt {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #e6e6e6;
}


/**标题栏**/

.post .tt .tit {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}


/**标题字体**/

.post .tt .tit .title {
    display: block;
    line-height: 50px;
    color: #424242;
    font-family: "Microsoft yahei";
}

.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(/style/liuxue/images/li.gif) no-repeat center;
}

.post .more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 60px;
    float: right;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 14px;
    cursor: pointer;
    color: #000000;
}

.post .more_btn a {
    color: #666;
}

.post .more_btn a:hover {
    color: #666;
}


/*标准标题*/

.post1 {}

.post1 .tt {
    border-bottom: 0px solid #146cc1;
    position: relative;
}

.post1 .tt .tit {
    width: 100%;
    position: relative;
}

.post1 .tt .tit .title {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #3b3b3b;
    cursor: pointer;
}

.post1 .tt .tit .title.selected {
    color: #4696ec;
}

.post1 .more_btn a {
    color: #1826a5;
}


/*带图标标题*/

.post2 {}

.post2 .tt {}

.post2 .tt .tit {
    padding-left: 24px;
    background: url('/style/liuxue/images/new1_icon.png') no-repeat left center;
}

.post2 .tt .tit .title {
    font-size: 16px;
    font-weight: bold;
    color: #18267d;
    cursor: pointer;
}

.post2 .con {}


/*居中标题*/

.post3 {}

.post3 .tt {
    width: 100%;
    text-align: center;
}

.post3 .tt .tit {
    float: none;
}

.post3 .tt .tit .title {
    font-weight: bold;
    color: #1B2EA3;
}

.post3 .more_btn {
    margin-left: 10px;
    line-height: 20px;
    float: none;
}


/*标题切换hover*/

.post4 {}

.post4 .tt {
    border-bottom: 1px solid #57b8ef;
}

.post4 .tt .tit {
    border-bottom: 0px;
}

.post4 .tt .tit .title {
    display: inline-block;
    margin-right: 20px;
    color: #333;
    border-bottom: 3px solid #0074B3;
    cursor: pointer;
}

.post4 .tt .tit .title.selected {
    border-bottom: 3px solid #fff;
    color: #000;
}

.post1 .more_btn a {
    color: #1826a5;
}


/**自定义新闻列表**/

.news_list {}

.news_list li.news {
    line-height: 60px;
    padding-left: 0px;
    border-bottom: 1px solid #ede7ed;
}


/**标题图标**/

.news_list li.news span.news_title {
    float: left;
    font-size: 17px;
    line-height: 60px;
    color: #000000;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*标题*/

.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #4696ec;
    font-size: 17px;
    line-height: 60px;
}


/*属性*/

.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 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;
}


/*日历新闻样式1*/

.rili {}

.rili .con {
    padding: 5px 0px;
}

.rili .news_list {}

.rili .news_list li.news {
    margin-top: 0px;
}

.rili .news_list li.news.n1 {}

.rili .news_list li.news .news_date {
    float: left;
    width: 60px;
    height: 28px;
    line-height: 28px;
    margin-top: 3px;
    margin-right: -70px;
    font-family: "Microsoft YaHei";
    border-radius: 4px;
    background: #146cc1;
    text-align: center;
    vertical-align: middle;
}

.rili .news_list li.news .news_date .news_year {
    display: inline-block;
    padding: 0 4px;
    font-size: 18px;
    color: #fff;
}

.rili .news_list li.news .news_date .news_days {
    display: inline-block;
    height: 26px;
    padding: 0 6px;
    font-size: 14px;
    color: #18267d;
    border-radius: 0px 4px 4px 0px;
    background: #fff;
    vertical-align: top;
    border: 1px solid #146cc1;
}

.rili .news_list li.news .news_wz {
    width: 100%;
}

.rili .news_list li.news .news_wz .news_con {
    margin-left: 70px;
}

.rili .news_list li.news .news_title {
    line-height: 34px;
    margin-top: 0px;
    font-size: 14px;
    color: #000;
}

.rili .news_list li.news .news_text {
    line-height: 20px;
    margin-top: 0px;
    font-size: 12px;
    color: #666;
}


/*日历新闻样式2*/

.rili2 {}

.rili2 .con {
    padding: 5px 0px;
}

.rili2 .news_list {}

.rili2 .news_list li.news {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.rili2 .news_list li.news.n1 {
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

.rili2 .news_list li.news .news_date {
    float: left;
    width: 60px;
    margin-right: -70px;
    background: #00707a;
    text-align: center;
}

.rili2 .news_list li.news .news_date .news_year {
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    background-color: #949494;
    transition: all 0.4s ease-in-out;
}

.rili2 .news_list li.news .news_date .news_days {
    line-height: 30px;
    font-size: 12px;
    color: #6b6b6b;
    background-color: #e3e4e6;
}

.rili2 .news_list li.news .news_wz {
    width: 100%;
}

.rili2 .news_list li.news .news_wz .news_con {
    margin-left: 70px;
    padding: 4px 0px;
}

.rili2 .news_list li.news .news_title {
    line-height: 23px;
    margin-top: 4px;
    font-size: 15px;
    color: #000;
}

.rili2 .news_list li.news:hover .news_date .news_year {
    background-color: #0945a8;
    transition: all 0.4s ease-in-out;
}

.rili2 .news_list li.news:hover .news_date .news_days {
    background-color: #e3e4e6;
}


/*标题文*/

.news_text {}

.news_text .news_list {}

.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 {}

.news_tu .con {
    padding: 12px 0px;
}

.news_tu .news_list {
    /* margin: 0px -15px; */
}

.news_tu .news_list li.news {
    float: left;
    width: calc(25% - 30px);
    margin: 0px 15px;
    position: relative;
}

.news_tu .news_list li.news .news_box {
    transition: all 0.4s ease-in-out;
    background: #fff;
    box-shadow: 2px 2px 5px 3px #a1a1a1;
}

.news_tu .news_list li.news .news_box:hover {
    opacity: .85;
    filter: Alpha(opacity=85);
}

.news_tu .news_list li.news .news_imgs {
    
    background-color: #ffffff;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news_tu .news_list li.news .news_imgs img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    transform: translateY(-50%);
}

.news_tu .news_list li.news .news_wz {
    padding: 0px 15px;
}

.news_tu .news_list li.news .news_wz .news_con {}

.news_tu .news_list li.news .news_title {
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.news_tu .news_list li.news .news_title a {}


/*图文*/

.tu_text {}

.tu_text .news_list {}

.tu_text .news_list li.news {
    margin-bottom: 10px;
}

.tu_text .news_list li.news .news_imgs {
    float: left;
    width: 160px;
    margin-right: -175px;
}

.tu_text .news_list li.news .news_imgs a {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    background-color: #efefef;
}

.tu_text .news_list li.news .news_imgs img {
    width: 100%;
    height: auto;
}

.tu_text .news_list li.news .news_wz {
    width: 100%;
}

.tu_text .news_list li.news .news_wz .news_con {
    margin-left: 175px;
    padding: 0px 0px;
    position: relative;
}

.tu_text .news_list li.news .news_title {
    line-height: 24px;
    font-size: 15px;
}

.tu_text .news_list li.news .news_text {
    line-height: 22px;
    font-size: 12px;
}

.tu_text .news_list li.news .news_time {
    line-height: 26px;
    font-size: 12px;
}


/*文字图标链接*/

.link_text {
    margin-bottom: 0px;
}

.link_text .news_list {
    margin: 0 -5px;
}

.link_text .news_list li.news {
    float: left;
    width: 20%;
    text-align: center;
}

.link_text .news_list li.news .news_box {
    margin: 0 5px;
}

.link_text .news_list li.news .link_icon {
    display: inline-block;
    width: 100%;
    background-color: #1b2ea3;
}

.link_text .news_list li.news .link_icon:hover {
    background-color: #666;
}

.link_text .news_list li.news .link_con {
    display: block;
    line-height: 30px;
    color: #fff;
}


/*图标链接*/

.link_icon {
    margin-bottom: 0px;
}

.link_icon .news_list {
    margin: 0 -10px;
}

.link_icon .news_list li.news {
    float: left;
    width: 20%;
    text-align: center;
    border: none;
}

.link_icon .news_list li.news .news_box {
    margin: 0 10px;
}

.link_icon .news_list li.news .link_icon {
    display: inline-block;
    width: 100%;
    background-color: #1b2ea3;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.link_icon .news_list li.news .link_icon:hover {
    background-color: #1b2ea3;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.link_icon .news_list li.news .link_icon .icon {
    width: 35px;
    height: 34px;
    margin: 10px 0px;
    border: 0px solid red;
}

.link_icon .news_list li.news.i1 .link_icon .icon {
    background-position: 0px 0px;
}

.link_icon .news_list li.news.i2 .link_icon .icon {
    background-position: -86px 0px;
}

.link_icon .news_list li.news.i3 .link_icon .icon {
    background-position: -169px 0px;
}

.link_icon .news_list li.news.i4 .link_icon .icon {
    background-position: -258px 0px;
}

.link_icon .news_list li.news.i5 .link_icon .icon {
    background-position: -335px 0px;
}

.link_icon .news_list li.news.i6 .link_icon .icon {
    background-position: -421px 0px;
}

.link_icon .news_list li.news.i7 .link_icon .icon {
    background-position: -86px 0px;
}

.link_icon .news_list li.news.i8 .link_icon .icon {
    background-position: -86px 0px;
}

.link_icon .news_list li.news .link_con {
    display: block;
    line-height: 30px;
    color: #000;
}

.post-33 {}

.post-33 .con {}

.post-33 .news_list {}

.post-33 .news_list li.news {
    padding-left: 18px;
    background: url('/style/liuxue/images/news_biao.png') no-repeat 3px center;
}

.post-41 {}

.post-41 .con {
    padding: 15px 0;
}


/***********************************************************
 * 列表页
 */


/**首页三列布局**/


/**列表页**/


/*栏目图片*/

.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 10px;
}


/**主体文章页开始**/

#d-container {}

#d-container .inner {
    padding: 20px 60px;
    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: #4696ec;
}


/**位置栏目背景**/

.col_menu .col_menu_head h3.col_name {
    font-size: 20px;
    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: #4696ec;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #4696ec;
}

.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: #4696ec;
}


/*二级子栏目**/

.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 52px;
    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: #4696ec;
}


/*三级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 51px;
    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: #4696ec;
}


/**栏目新闻**/

.szdw .col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}
.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: 20px;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #4696ec;
    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 7px;
}

.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 {
    width: auto;
    margin: 0 auto;
}

.article {
    padding-top: 10px;
    width: 900px;
    float: right;
}

.article h1.arti_title {
    line-height: 48px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #000000;
}

.page-turn{
    margin-top: 30px;
}

.page-turn p {
    line-height: 35px;
    font-size: 15px;
}

/**文章标题**/

.article h2.arti_title {
    line-height: 40px;
    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 {
    background: #4696ec;
}

#footer .inner {
    padding: 12px 0px;
    position: relative;
}

#footer .inner .mod {}

#footer .inner .foot-left {
    float: left;
    padding: 12px 0px;
    margin-top: 10px;
}

#footer .inner .foot-right {
    float: right;
    margin-top: 30px;
}

#footer .inner p {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    opacity: 0.5;
}

#footer .inner p span {
    margin: 0 3px;
}

#footer .inner .copyright {}

#footer .inner .copyright span {}

#footer .inner .copyright a {
    color: #eee;
}


/**************************************************************
 * 组件功能
 */


/*系统默认搜索*/

.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(/style/liuxue/images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}


/*自定义输入框*/

.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: none;
    color: #FFFFFF;
    font-size: 14px;
    border: 0;
    outline: 0;
    font-family: Microsoft YaHei;
}

.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: #FFFFFF url(/style/liuxue/images/sous.png) no-repeat center;
    cursor: pointer;
}


/* 分享二维码 */

.shares {
    text-align: center;
}

.shares ul {
    width: auto;
    margin: 0 auto;
    text-align: right;
    float: right;
}

.shares li {
    float: left;
    margin: 0 6px;
    position: relative;
}

.shares li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 0px solid red;
    background: url('/style/liuxue/images/share_icon.png') no-repeat;
    opacity: .6;
    filter: Alpha(opacity=60);
    vertical-align: top;
}

.shares li a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.shares li.i1 a {
    background-position: 0px 0px;
}

.shares li.i2 a {
    background-position: -72px 0px;
}

.shares li.i3 a {
    background-position: -144px 0px;
}

.shares li span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #D0D4EA;
    text-align: center;
}

.shares li .con {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 100;
    margin-left: -50px;
    width: 100px;
}

.shares li .con img {
    width: 90px;
    height: 90px;
    vertical-align: top;
    background: #fff;
}


/**友情链接**/

.botlinks .links-wrap {
    position: relative;
    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(/style/liuxue/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: #4696ec;
    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(/style/liuxue/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-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);
}

.main2 {
    background: #eae9ee url(/style/liuxue/images/main2.png) no-repeat center fixed;
    padding: 0px 0px 0px;
}

.lmbm {
    color: #777777;
    font-family: Constantia;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 20px;
    padding-bottom: 5px;
}

.post1 .tt .tit:before {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #4696ec;
    position: absolute;
    bottom: -2px;
    left: 575px;
}

.main1 .post .tt .tit {
    float: left;
    width: auto;
    text-align: left;
}

.post1 .tt:before {
    content: "";
    display: block;
    width: 260px;
    border-bottom: 1px solid #9f9f9f;
    position: absolute;
    left: 0;
    bottom: 0px;
    left: 470px;
}

.main1 .post1 .tt:before,
.main1 .post1 .tt .tit:before {
    left: 0px;
    transform: none;
    bottom: 0px;
}

.foot-bootom {
    border-top: 1px solid #661d65;
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.foot-left h1 {
    font-size: 18px;
    line-height: 65px;
    color: #fff;
}

.foot-lang .links a {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

.main5 .ml,
.main5 .mc,
.main5 .mr {
    float: left;
    width: calc(33.33% - 38px);
    margin: 0px 19px;
}

.main5 .mod {
    margin: 0px -19px;
}

.main5 .mod .post1 .tt .tit .title {
    color: #4696ec;
    font-size: 20px;
    line-height: 60px;
}

.main5 .mod .post1 .tt .tit {
    float: left;
    width: auto;
}

.main5 .mod .post1 .tt {
    border-bottom: 2px solid #4696ec;
}

.main5 .mod .post1 .tt .tit:before,
.main5 .mod .post1 .tt:before {
    display: none;
}

.main5 .news_list li.news span.news_title {
    line-height: 28px;
    min-height: 56px;
    overflow: hidden;
    width: 75%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.main5 .news_list li.news span.news_meta {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

.main5 .news_list li.news span.news_title a {
    color: #000000;
}

.main5 .news_list li.news {
    padding: 5px 0px;
}

.post .con.news_tu {
    padding-top: 50px;
}

.main4 .news_tu .news_list li.news .news_imgs {
    height: 233px;
}

.main4 .news_tu .news_list li.news:before {
    /* content: ""; */
    display: block;
    position: absolute;
    width: 100%;
    height: 233px;
    background: #eee5d8;
    left: -30px;
    top: -30px;
    z-index: 0;
    opacity: 0.8;
}

.main4 .news_tu .news_list li.news {
    width: calc(33.33% - 104px);
    margin: 0px;
    border: 0;
}

.main4 .news_tu .news_list {
    /* margin: 0px -52px; */
}

.main4 .news_tu .news_list li.news .news_title,
.main4 .news_tu .news_list li.news .news_title a {
    font-size: 20px;
    line-height: 45px;
    color: #4696ec;
    height: 100px;
}

.main4 .news_tu .news_list li.news .news_title {
    border-bottom: 2px solid #4696ec;
    margin-top: 30px;
}

.main4 .news_tu .news_list li.news .news_wz {
    padding: 0;
}

.main4 .news_tu .news_list li.news .news_box {
    background: none;
    box-shadow: none;
    padding: 0 20px;
}

.main4 .news_con a {
    color: #4696ec;
    font-size: 14px;
}

.main4 .news_list li.news .news_text,
.main4 .news_list li.news .news_text a,
.main2 .news_list li.news .news_text,
.main2 .news_list li.news .news_text a {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    color: #333333;
    overflow: hidden;
    margin: 10px 0px;
    display: none;
}

.post.post1.post-45.mbox {
    padding-bottom: 50px;
}

.main2 .news_tu .news_list li.news .news_title a,
.main2 .news_tu .news_list li.news .news_title {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    }

.main2 .news_con>a {
    color: #721170;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    display: block;
    line-height: 45px;
    margin-top: 60px;
    display: none;
}

.foot-right span {
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
}

.main3 .news_tu .news_list li.news {
    margin: 0px;
}


/*************************************************************
 * 特殊页面
 */


/*二级页面*/

/*.main .maincon .wrapper:nth-child(2n-1) .inner {
    transform: translateX(50%);
    transition: 0.8s;
}

.main .maincon .wrapper:nth-child(2n) .inner {
    transform: translateY(50%);
    transition: 0.8s;
}

.main .maincon .wrapper.animated .inner {
    transform: inherit;
}*/

.main .maincon {
    overflow: hidden;
}

.main3 .post .con.news_tu {
    overflow: hidden;
}

.post-43 .next,.post-44 .next {
    position: absolute;
    top: 50%;
    /*transform: translateY(-50%);*/
    left: -80px;
    font-size: 80px;
    font-family: fangsong;
    font-weight: bold;
    cursor: pointer;
}

.post-43 .prev,.post-44 .prev {
    position: absolute;
    top: 50%;
    /*transform: translateY(-50%);*/
    right: -80px;
    font-size: 80px;
    font-family: fangsong;
    font-weight: bold;
    cursor: pointer; 
}

.main3 .news_tu .news_list li.news .news_box,
.main3 .news_tu .news_list li.news {
    box-shadow: none;
    border: 0;
}

.main3 .news_imgss {
    width: 185px;
    margin: auto;
}

.main3 .news_tu .news_list li.news .news_title {
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}

.main3 .news_tu .news_list li.news .news_titles {
    line-height: 30px;
    font-size: 15px;
    color: #222222;
}
.news_list li.news:hover .news_imgs a , .news_list li.news:hover .news_imgss a {transition: 0.6s;transform: scale(1.1);}
.top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
    background:#fff;
}
.main1 .inner {
    transform: inherit !important;
    padding-top: 45px;
}
.main4 .news_tu .news_list li.news .news_title {
    line-height: 43px;
    overflow: inherit;
    text-overflow: inherit;
    white-space: normal;
    height: 100px;
}
.zxgk li.news span.news_title {
    float: left;
}

.zxgk span.news_text {
    float: left;
    width: 100%;
}

a.listmore {
    float: right;
    background: #4696ec;
    padding: 0 16px;
    color: #fff;
    line-height: 36px;
}
.lxxm .Article_MicroImage img {
    width: 270px;
    height: 250px;
    overflow: hidden;
}
.lxxm span.Article_Title a {
    font-size: 16px;
}
.xyzl li.news {
    float: left;
    width: 24%;
    margin-left: 11px;
}

.xyzl li.news span.news_img {
    width: 100%;
}

.xyzl li.news span.news_img img {
    width: 100%;
    height: 150px;
}

.xyzl li.news.n1 {
    margin-left: 0px;
}

.xyzl .con {
    margin-top: 15px;
}

.xyzl .post1 {
    margin-top: 15px;
}

.post-52 li.news {
    width: 100%;
    margin: 0px;
}
.xyzl .more_btn {
    line-height: 24px;
    margin-top: -24px;
}

.xyzl .tt {
}

.xyzl .tt .tit {
    text-align: left;
    width: 80%;
}


.xyzl .tt .tit .title {
    font-size: 21px;
}
.foot-right .con {
    width: 100px;
}

.foot-right .con img {
    width: 100%;
}
.zxgk .tt {
    float: left;
}


.zxgk .tt .tit {
    float: left;
    text-align: left;
    width: 80%;
}


.zxgk .tt .tit .title {
    font-size: 21px;
}
.zxgk .more_btn {
    margin-top: -10px;
    float: right;
    width: 20%;
    text-align: right;
}


.zxgk .post.post1.post-61.mbox {
    margin-top: 30px;
}

.zxgk .news_date {
    float: right;
}
.szdw .col_news .col_news_box {
    margin-left: 0px;
}

.szdw .col_menu {
    display: none;
}
.main4 .post .con.news_tu {
    overflow: hidden;
}
.xyzl .post1 .tt:before,.zxgk .post1 .tt:before {
    content: "";
    display: block;
    width: 260px;
    border-bottom: 1px solid #9f9f9f;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.xyzl .post1 .tt .tit:before,.zxgk .post1 .tt .tit:before {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #4696ec;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.foot-bootom a {
    color: #fff;
}



/* 9-14 */
.hu_tit {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    text-align: center;
}

.hu_tit p {
    font-size: 30px;
    font-weight: bold;
}

.hu_tit span {
    background: #ff8100;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    display: block;
    margin: 8px auto;
    width: 55px;
    -webkit-transform: scale(0.67);
}

.hu_tit span.hu_span {
    font-size: 8px;
}

.hu_tit i {
    font-size: 15px;
    color: #999;
}

.hu_step {
    width: 100%;
    height: 700px;
    padding: 30px 0;
}

/*流程培养 start*/
.hu_stepdec {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.hu_steptit {
    width: 550px;
    height: 38px;
    margin: 0 auto 30px;
    border: 1px solid #ff8100;
    border-radius: 40px;
}

.hu_steptit a {
    display: block;
    float: left;
    color: #ff8100;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    width: 50%;
    height: 38px;
    border-radius: 40px 0 0 40px;
}

.hu_steptit a.hu_stepradius {
    border-radius: 0 40px 40px 0;
}

.hu_steptit a.hu_steplink {
    color: #fff;
    background: #ff8100;
}

.hu_stepcont {
    width: 1200px;
    height: 530px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.hu_steptab {
    width: 2400px;
    position: absolute;
    top: 0;
    left: 0;
}

.hu_steptab ul {
    width: 1200px;
    height: 530px;
    float: left;
}

.hu_steptab ul li {
    width: 33%;
    height: 245px;
    margin: 0 0 20px 0;
    float: left;
}

.hu_steptab ul>li:nth-child(4n) .hu_stepimg {
    display: block;
}

.hu_stepbox {
    float: left;
    width: 86%;
    height: 243px;
    border-radius: 5px;
    border: 1px solid #2687b5;
    background: white;
}

.hu_stepimg {
    width: 11.5%;
    height: 50px;
    text-align: center;
    padding-top: 25px;
    float: left;
}

.hu_stepbox i {
    width: 100%;
    height: 78px;
    background: #2687b5;
    text-align: center;
    line-height: 78px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: block;
}

.hu_stepbox i span {
    background: url(/style/liuxue/images/radius.jpg) no-repeat;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    padding-right: 5px;
}

.hu_stepbox p {
    padding: 15px;
    overflow: hidden;
    width: 88%;
    height: 120px;
    color: #444;
    font-size: 14px;
    line-height: 19px;
}

/* 改版新增样式 24.7.25*/

.youshi_2_2{position: relative;}
.youshi_2_2 ul{margin:0 -6px;}
.youshi_2_2 ul li{width: 170px;float: left;margin:0 6px;text-align: center;padding:0 10px;height: 330px;margin-top: 35px;box-shadow: 0 0 10px rgba(34,34,34,0.21);}
.youshi_2_2 ul li div{display: inline-block;width: 120px;height: 120px;border-radius: 60px;padding-top: 30px;
	box-shadow: 0 0 10px rgba(34,34,34,0.38);margin-top: -35px;background: #fff}
.youshi_2_2 ul li h3{color: #395fb2;font-size: 20px;font-weight: bold;margin-top: 24px}
.youshi_2_2 ul li span{display: inline-block;background: #395fb2;width: 64px;height: 3px;margin:20px 0;}
.youshi_2_2 ul li p{font-size: 14px;line-height: 24px;color: #232323;letter-spacing: 1px;}


/* 详情页表单样式24.7.25 */
.conreg-warp {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}
.conreg-warp .conreg-top {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.conreg-warp .conreg-top p {
    font-size: 14px;
    color: #666;
    margin: 10px;
    font-weight: normal;
}
.conreg-warp .crg-list {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 13px;
    padding: 3px 0;
}
.conreg-warp .crg-list .list-pc {
    flex: 1;
    padding: 0 5px;
}
.conreg-warp .crg-list .crg-list-l {
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
}
.conreg-warp .crg-list .label {
    flex-shrink: 0;
}
.conreg-warp .crg-list .input {
    width: 100%;
    padding-left: 4px;
    box-sizing: border-box;
    height: 30px;
}
.conreg-warp .crg-list .input input {
    box-sizing: border-box;
    width: 100%;
    outline: none;
    border: 1px solid rgba(0, 0, 0,0.1);
    border-radius: 6px;
    height: 100%;
    text-indent: 2px;
}
.conreg-warp .crg-list .crg-list-r {
    display: flex;
    width: 142px;
    flex-shrink: 0;
    align-items: center;
}
.conreg-warp .crg-list .crg-list-r .label {
    margin-left: 5px;
}
.conreg-warp .crg-list .label {
    flex-shrink: 0;
}
.conreg-warp .crg-list .crg-list-r .fxcent {
    display: flex;
    align-items: center;
}
.conreg-warp .crg-list .input .radio {
    height: 12px;
    flex-shrink: 0;
    font-size: 12px;
    padding-right: 2px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.conreg-warp .crg-list .input .radio::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #666;
    border-radius: 50%;
    text-align: center;
    line-height: 12px;
    box-sizing: content-box;
    margin-right: 2px;
    font-size: 12px;
}
.conreg-warp .submit {
    margin-top: 10px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #1E87EB;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px;
}
