﻿/*
* name: Global && Pc StyleSheet
* version: v3.1.1
* update: 加入placeholder依赖样式
* date: 2015-08-26
*/


/* 雪碧图 */

.ico {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../img/ico.png);
    margin: 0 .3em;
}
.ico1_2 {
    background-position: -20px 0;
}
.ico1_3 {
    background-position: -40px 0;
}
.ico1_4 {
    background-position: -60px 0;
}
.ico1_5 {
    background-position: -80px 0;
}
.ico2_1 {
    background-position: 0 -20px;
}
.ico2_2 {
    background-position: -20px -20px;
}
.ico2_3 {
    background-position: -40px -20px;
}
.ico2_4 {
    background-position: -60px -20px;
}
.ico2_5 {
    background-position: -80px -20px;
}
.ico3_1 {
    background-position: 0 -40px;
}
.ico3_2 {
    background-position: -20px -40px;
}
.ico3_3 {
    background-position: -40px -40px;
}
.ico3_4 {
    background-position: -60px -40px;
}
.ico3_5 {
    background-position: -80px -40px;
}
.ico4_1 {
    background-position: 0 -60px;
}
.ico4_2 {
    background-position: -20px -60px;
}
.ico4_3 {
    background-position: -40px -60px;
}
.ico4_4 {
    background-position: -60px -60px;
}
.ico4_5 {
    background-position: -80px -60px;
}

/*
* 依赖：
* placeholder插件
*/

.placeholder {
    color: #aaa;
}

/* 设置 */

body {
    font-size: 13px;
    line-height: 1.8;
    color: #555;
    background: #fff;
}
.wrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    *width: 1200px;
}
a {
    color: inherit;
}
a:hover {
    color: #1697FF;
}

/*css组件-设置*/

.form-control, .input-group-addon, .btn {
    border-radius: 0;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

/*选中设置*/

::-moz-selection {
    color: #fff;
    background: #39f;
}
::selection {
    color: #fff;
    background: #39f;
}

/* 网站样式 */

.head {
    padding: 20px 0;
    border-top: 3px solid #1697FF;
}
.logo {
    float: left;
    margin-right: 15px;
}
.city_select {
    float: left;
    width: 100px;
}
.city_select ._show {
    display: block;
}
.nav {
    float: left;
    margin-top: 10px;
}
.nav ul {
    overflow: hidden;
    *zoom: 1;
}
.nav li {
    float: left;
}
.nav a {
    float: left;
    padding: 0 1em;
    font-size: 16px;
}
.nav .cur a, .nav a:hover {
    color: #1697FF;
}
.nav a:visited {
    color: #555;
}
.head_tel {
    float: right;
    width: 125px;
	
}
.head_tel ._tel {
    display: block;
    color: #1697FF;
}
.head_search {
    position: relative;
    float: right;
    width: 60px;
}
.head_search ._inp {
    display: none;
    position: absolute;
    right: 60px;
    width: 200px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    border: 1px solid #1697FF;
    top: 2px;
}
.head_search ._inp input {
    border: 0;
    width: 90%;
    vertical-align: middle;
    padding: 0 5%;
}
.head_search ._sub {
    width: 100%;
    text-align: center;
    border: 0;
    background: none;
    font-size: 40px;
    color: #1697FF;
    cursor: pointer;
    line-height: 1;
}
.head_search ._sub .ion {
    margin: 0;
}
.head_search:hover ._inp {
    display: block;
}
.banner {
    height: 570px;
    overflow: hidden;
}
.banner li {
    display: none;
}
.banner li img {
    position: absolute;
    width: 1920px;
    height: 570px;
    left: 50%;
    margin-left: -960px;
    top: 0;
}
.banner .slide_nav{ text-align:center; width:100%; position:absolute; z-index:30px; 
    text-align:center; bottom:20px; }
.banner .slide_nav a{ display:inline-block; margin-right:5px; background:#000; 
    border:1px solid #fff; font-size:0px; line-height:0; width:10px; height:10px; 
    border-radius:10px; }
.banner .slide_nav a.on{ background:#1697FF; border-color:#1697FF;}
.cityTipList {
    line-height: 2;
}
.cityTipList li {
    cursor: pointer;
    padding: 0 1em;
}
.cityTipList li:hover {
    background: #efefef;
}
.i_numshow {
    margin: 15px 0;
}
.i_numshow .wrap {
    border: 1px solid #ccc;
}
.i_numshow ._cell {
    text-align: center;
    padding: 20px 0;
    border-left: 1px solid #ccc;
    transition: box-shadow ease .3s;
}
.i_numshow .span-2:first-child ._cell {
    border-left: 0;
}
.i_numshow ._num {
    display: block;
    width: 91px;
    height: 91px;
    line-height: 90px;
    margin: 0 auto;
    background: url(../img/range.png) no-repeat;
    margin-bottom: 6px;
    font-size: 40px;
}
.i_numshow ._cell p {
    line-height: 20px;
    height: 40px;
    font-weight: 700;
}
.i_numshow ._cell:hover {
    background: #1697FF;
    color: #fff;
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, .3);
    border-color: #1697FF;
}
.i_numshow ._cell:hover ._num {
    background-position: -91px 0;
}
.i_Channel {
    text-align: center;
    font-size: 26px;
    color: #1697FF;
    margin-bottom: 25px;
}
.i_Channel ._en {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #adaead;
}

.les_source ._cell {
    display: block;
    position: relative;
	
    height: 160px;
    overflow: hidden;
    border: 2px solid #fff;
}

.les_source ._b {
    height: 100%;
    max-width: none;
}
.les_source ._layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 207px;
    color: #fff;
    padding: 0 40px;
    z-index: 2;
}
.les_source ._layer ._t {
    font-size: 12px;
    margin: 30px 0 0;
}
.les_source ._layer ._p {
    line-height: 20px;
    height: 100px;
}
.les_source ._layer ._more {
    display: inline-block;
    border: 1px solid #fff;
    padding: .5em 1.5em;
    font-size: 12px;
}
.les_source ._cell:hover:before {
    background: rgba(0, 0, 0, .8);
}
.i_9s {
    background: url(../img/secb1.png) right bottom no-repeat #ededed;
    padding: 25px 0 70px;
    background-size: 60% auto;
}
.i_9s ._list {
    position: relative;
    height: 250px;
    background: url(../img/i_line.png) center no-repeat;
}
.i_9s ._list li {
    position: relative;
    float: left;
    width: 11.1%;
    height: 100%;
    z-index: 1;
}
.i_9s ._list ._c {
    position: absolute;
    top: 0;
    width: 120px;
    height: 120px;
    background: #b90d27;
    border-radius: 60px;
    color: #fff;
    text-align: center;
    cursor: default;
}
.i_9s ._list ._ico {
    display: block;
    height: 50%;
    margin: 0 auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.i_9s ._list ._ico1 {
    background-image: url(../img/temp/i1.png);
}
.i_9s ._list ._ico2 {
    background-image: url(../img/temp/i2.png);
}
.i_9s ._list ._ico3 {
    background-image: url(../img/temp/i3.png);
}
.i_9s ._list ._ico4 {
    background-image: url(../img/temp/i4.png);
}
.i_9s ._list ._ico5 {
    background-image: url(../img/temp/i5.png);
}
.i_9s ._list ._ico6 {
    background-image: url(../img/temp/i6.png);
}
.i_9s ._list ._ico7 {
    background-image: url(../img/temp/i7.png);
}
.i_9s ._list ._ico8 {
    background-image: url(../img/temp/i8.png);
}
.i_9s ._list ._ico9 {
    background-image: url(../img/temp/i9.png);
}
.i_9s ._list ._layer {
    background: #b90d27;
    border-radius: 0 0 60px 60px;
    transition: background ease .3s;
}
.i_9s ._list ._t {
    padding: 10px 0 20px;
}
.i_9s ._list ._p {
    height: 0;
    overflow: hidden;
    padding: 0 10px;
    font-size: 12px;
    transition: all ease .3s;
}
.i_9s ._list ._c:hover {
    background: #d2132f;
}
.i_9s ._list ._c:hover ._p {
    height: 120px;
    padding: 0 10px 30px;
}
.i_9s ._list ._c:hover ._layer {
    background: #d2132f;
}
.i_9s ._list li._even ._ico {
    position: relative;
    z-index: 2;
}
.i_9s ._list li._even ._c {
    top: auto;
    bottom: 0;
}
.i_9s ._list li._even ._layer {
    position: absolute;
    bottom: 50%;
    border-radius: 60px 60px 0 0;
    z-index: 1;
}
.i_9s ._list li._even ._t {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
}
.i_9s ._list li._even ._c:hover ._p {
    padding: 30px 10px 50px;
}
.i_9s ._list li:hover {
    z-index: 2;
}
.i_case {
    padding: 30px;
}
.i_case ._cell {
    display: block;
    position: relative;
    margin-bottom: 8%;
}
.i_case ._img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
}
.i_case ._img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all ease .3s;
}
.i_case ._img img:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.i_case ._layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    background: url(../img/opc.6.png);
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
    padding: 1em 5%;
}
.i_case ._t {
    font-size: 14px;
}
.i_case ._cell:hover ._layer {
    background: #434343;
}
.i_case ._cell._first ._img {
    padding-bottom: 157%;
}
.i_case ._more {
    display: block;
    text-align: center;
}
.i_case ._more span {
    display: block;
    color: #1697FF;
}
.i_case ._more:hover {
    color: #1697FF;
}
.i_teacher {
    padding: 30px 0 50px;
}
.i_teacher_scroll {
    height: 420px;
    overflow: hidden;
    padding: 15px;
}
.i_teacher_scroll .scroll_wrap{overflow: visible !important;}
.i_teacher_scroll li {
    width: 270px;
    transition: box-shadow ease .3s;
}
.i_teacher_scroll ._avat {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}
.i_teacher_scroll ._avat img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.i_teacher_scroll ._layer {
    text-align: center;
    height: 150px;
}
.i_teacher_scroll ._name {
    font-size: 20px;
    color: #333;
}
.i_teacher_scroll ._leval {
    font-size: 12px;
    color: #1697FF;
    margin-bottom: 20px;
}
.i_teacher_scroll ._intro {
    color: #919191;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.i_teacher_scroll li:hover {
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, .3);
}
.i_teacher_scroll li:hover ._layer {
    background: #1697FF;
}
.i_teacher_scroll li:hover ._name {
    color: #fff;
}
.i_teacher_scroll li:hover ._leval {
    color: #fff;
}
.i_teacher_scroll li:hover ._intro {
    color: #fff;
    padding: 0 920px;
    line-height: 920px;
    height: 60px;
    overflow: hidden;
}
.i_teacher_scroll .scroll_nav{display: none;}
.i_teacher_btn {
    position: absolute;
    width: 61px;
    height: 61px;
    cursor: pointer;
    top: 150px;
    background: url(../img/i-04.jpg) no-repeat;
}
.i_teacher_prev {
    left: -70px;
}
.i_teacher_next {
    right: -70px;
    background-position: -61px 0;
}
.foot {
    margin-top: 30px;
    background: #181821;
    color: #7b7b7e;
}
.foot_head {
    background: #1498FD;
    color: #fff;
    padding: 25px 0;
}
.foot_location {
    position: relative;
    padding-left: 100px;
    border-right: 1px solid #0794FE;
    height: 125px;
}
.foot_location ._loc {
    position: absolute;
    left: 0;
    width: 73px;
    height: 73px;
    top: 0;
    line-height: 105px;
    text-align: center;
    background: url(../img/i-08.png) no-repeat;
}
.foot_location ._cont {}
.foot_ewm {
    text-align: center;
    border-left: 1px solid #0492FE;
    border-right: 1px solid #0794FE;
    height: 125px;
}
.foot_ewm ._cell {
    display: inline-block;
    margin: 0 6px;
    color: #fff;
}
.foot_ewm ._cell img {
    display: block;
}
.foot_share {
    padding: 0 20px;
}
.bdshare-ico {
    display: block;
    height: 30px;
    margin: 10px 0;
}
.bdshare-ico a {
    font-size: 26px !important;
    background: none !important;
    padding-left: 0 !important;
    height: 24px !important;
    line-height: 24px !important;
    margin: 0 .2em 0 0 !important;
    color: #fff;
    transition: none;
}
.bdshare-ico .ion {
    margin: 0;
}
.bdshare-ico a:hover {
    color: inherit !important;
    opacity: .8;
}
.foot_fl {
    padding: 0 20px;
}
.foot_fl_select {
    width: 180px;
    border-radius: 0 !important;
}
.foot_bd {
    padding: 30px 0;
}
.foot_bd a {
    margin-right: 1em;
}
.foot_bd a:hover {
    color: #fff;
}
.foot_bd ._copy {
    float: right;
}
.ifloat {
    position: absolute;
    right: 0;
    top: 50%;
    width: 355px;
    height: 889px;
    background: url(../img/i.jpg) no-repeat;
}

/*下层*/

.ib {
    height: 106px;
    line-height: 106px;
    background: url(../img/ib.jpg) no-repeat;
    color: #fff;
    margin-bottom: 45px;
}
.posi {
    float: right;
}
.posi span{margin:0 .2em;font-family: tahoma;}
.ib ._T {
    font-size: 2em;
}
.case_list li{margin-bottom: 2%;}
.case_list a{display: block;}
.case_list ._c{border:1px solid #d2d2d2;padding:1em;}
.case_list ._t{font-size:1.2em;color:#000;line-height: 1.5;}
.case_list ._p{color:#777;}
.case_list ._date{position: absolute;left:0;bottom:0;background:#017AED;color:#fff;text-align: center;
font-size:.9em;padding:0 .5em;line-height: 2;z-index: 2;}
.case_list ._date strong{display: block;font-size:2em;border-bottom:1px solid #fff;line-height: 1.6em;}
.case_list a:hover ._c{border-color:#1697FF;}
.case_list a:hover ._t{color:#1697FF;}
.case_list a:hover ._p{color:#333;}
.shadow{box-shadow: 2px 2px 2px rgba(0,0,0,.3);}
.side_menu{font-size:1.1em;background:#e2e2e2;margin-bottom: 20px;}
.side_menu ._hd{padding: 1em 1.5em;background:url(../img/c_03.jpg) right 0 no-repeat;
background-size:cover;color:#fff;line-height: 1.5;}
.side_menu ._T{font-size:1.5em;display: block;}
.side_menu ._en{}
.side_menu ._bd{padding:1.5em 1.5em 2.5em;}
.side_menu ._bd a{display: block;border-bottom:1px solid #fff;position: relative;
    padding:10px 0;height: 20px;line-height: 20px;
background: url(../img/arr.png) right 15px no-repeat;color:#000;transition:none;}
.side_menu ._bd a:after{content: "";position: absolute;left:0;bottom:0;width: 100%;height: 1px;
background:#c0c0c0;}
.side_menu ._bd a:hover,.side_menu ._bd a.cur{background-position: right -74px;color:#1697FF;}
.side_link{margin-bottom: 20px;}
.side_link a{display: block;}
.side_link img{width:100%;}
.page{font-size: 12px; color: #777777; text-align: center;margin:20px 0 30px;}
.page a,.page span { color: #777777;display: inline-block;border: 1px solid #ededed;padding: 5px 10px;
    vertical-align: middle;margin: 0 0 10px -1px;}
.page .goprev{margin-right: 10px;}
.page .gonext,.page .count {margin-left: 10px;}
.page a:hover,.page span{color:#fff; background: #c50a26;}
.page span.goprev,.page span.gonext {color: #777777; background: none}
.page span.count { border: 0;background: 0;color: #777777;}
.side_focus{background:#1498FD;color:#fff;padding:1em;overflow: hidden;}
.side_focus ._img{float: left;margin-right: 1em;}
.side_focus ._img img{height: 6em;}
.side_focus .btn{background:#017AED;color:#ffffff;cursor: default;}

.widget-qa-3 { border: 1px solid #d2d2d2; margin-bottom: 20px;}
.widget-qa-3-title { position: relative; height: 26px; line-height: 26px; overflow: hidden; 
    border-bottom: 1px #fff solid; padding: 5px 10px; cursor: pointer; background:#ebebeb;}
.widget-qa-3-title ._title{ padding-left: 2em; font-size:1.2em; }
.widget-qa-3-title ._icoP { width: 20px; height: 20px; position: absolute; right: 0; top: 10px; }
.widget-qa-3-title ._ico { background: url(../img/qa31.png); }
.widget-qa-3-title._icoActive{background:#fff;}
.widget-qa-3 ._icoActive ._ico{ background: url(../img/qa32.png); }
.widget-qa-3-title:hover{color:#bb364a;}
.widget-qa-3-content { padding: 10px; display: none; }
.widget-qa-3-content ._qaIntro { text-align: left; padding-left: 2em; }
@media only screen and (max-width: 480px) {
.widget-qa-3-title ._icoP { display: none;}
.widget-qa-3-title ._ico {display: none;}
}
.lesson_intro ._T{font-size:1.5em;color:#333;margin-bottom: 1em;line-height: 1.5;}
.lesson_intro ._img img{width:100%;}
.cT{position: relative; font-size:1.2em;color:#1697FF;padding:.5em 0;margin:.5em 0;}
.cT.bordered{border-bottom:1px solid #ccc;}
.lesson_scroll{display: none;}
.lesson_scroll li{width:270px;}
.lesson_scroll_arr{float: right;background:#1697FF;color:#fff;margin-left: .2em;
    font-size:.8em;cursor: pointer;}
.lesson_scroll_arr:hover{opacity: .8;}
.teacher_list ._c{text-align: center;border:0;}
.teacher_list ._tit{color:#e37983;}
.teacher_list a:hover{box-shadow: 0 0 12px rgba(0,0,0,.6);}
.teacher_list a:hover ._c{background:#1697FF;}
.teacher_list a:hover ._p,.teacher_list a:hover ._tit,.teacher_list a:hover ._t{color:#fff;}
.pics{border:1px solid #ccc;padding:10px;margin:1em 0;}
.pics [class*="span-"]{overflow: hidden;position: relative;}
.pics img{width:99%;transition:all ease .3s;}
.pics img:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

.widget-history-2 { background: #ffffff; cursor: default; }
.widget-history-2 ._year { position: relative; height: 40px; margin-bottom: 20px; border-bottom: 1px dotted #333333; }
.widget-history-2 ._year strong { position: absolute; width: 86px; height: 66px; padding-top: 20px; background: url(../img/year.png) no-repeat; left: 0; top: 0; text-align: center; font-size: 16px; color: #d61031; line-height: 1.1em; font-size: 22px; }
.widget-history-2 ._year span { color: #c9c9c9; display: block; font-size: 18px; }
.widget-history-2 ._list li { padding: 20px 20px 20px 88px; background: url(../img/list.png) 34px 0 no-repeat; color: #555555; }
.widget-history-2 ._list li strong { display: block; font-size: 20px; line-height: 42px; }
.widget-history-2 ._list li:hover { background: url(../img/list_hover.png) 33px 0 no-repeat; 
    color: #d61031; text-decoration: underline; }
@media only screen and (max-width: 40rem) {
.widget-history-2 ._list li { padding-left: 60px; }
}

.widget-job-2 ._jt { background-color: #e2e2e2; height: 26px; line-height: 26px; margin-top: 10px; overflow: hidden; *zoom: 1;
cursor: pointer; }
.widget-job-2 ._jt strong { float: left; width: 30%; text-align: center; color: #1697FF; 
height: 100%;}
.widget-job-2 ._jt span { float: right; }
.widget-job-2 ._jt .ion { font-size: 12px; color: #999999; }
.widget-job-2 ._jc { display: none; }
.widget-job-2 ._jcon { padding: 10px; }
.widget-job-2 ._jt_act .ion { color: #1697FF; }
.widget-job-2 ._jc >a {display: inline-block;width: 120px;height: 30px;background: #1697FF;color: #fff;text-align: center;line-height: 30px;}
@media only screen and (max-width: 40rem) {
 .widget-job-2 ._jt span {
 display: none;
}
}

/*
*下层--新闻详情
*/
.widget-newsdetail-2 ._head { border-bottom: 1px dotted #cccccc; }
.widget-newsdetail-2 ._head ._title { font-size: 18px; line-height: 1.4; 
color: ;font-weight:bold;}
.widget-newsdetail-2 ._tools { padding: 10px 0; color: #999999;}
.widget-newsdetail-2 .ion { font-size: 16px; font-weight: normal;}
.widget-newsdetail-2 ._tools ._tool{margin:0 4px;display: inline-block; vertical-align: middle;}
.widget-newsdetail-2 ._tools ._tool:hover{color:;}
.widget-newsdetail-2 ._tools ._b2l .ion { color: #e32235;}
.widget-newsdetail-2 .myart { padding: 20px 0;}
.widget-newsdetail-2 ._detailPage_bottom {border-top: 1px solid #cccccc;}
.widget-newsdetail-2 ._detailPage_bottom li {line-height: 30px; overflow: hidden; 
height: 30px;  padding: 0 10px; border-bottom: 1px solid #cccccc; }
.widget-newsdetail-2 ._detailPage_bottom ._mark {font-weight: bold; float: left; margin-right: 10px; }
.widget-newsdetail-2 ._detailPage_bottom ._title {font-size: 14px;  float: left; 
  width: 68%;}
.widget-newsdetail-2 ._detailPage_bottom ._title:hover { color: #0e90d2;}
.widget-newsdetail-2 ._detailPage_bottom ._time { float: right;}
.widget-newsdetail-2 .bdsharebuttonbox .bds_more { float: none; padding-left: 2px;
  background: none; }
@media only screen and (max-width: 480px) { 
  .widget-newsdetail-2 ._head ._title { font-size: 14px; line-height: 20px;}
  .widget-newsdetail-2 ._detailPage_bottom ._title{width: 50%;}
}

#bdmap img{max-width:none;}

/*信息搜索*/
div.search-all{color:#000;line-height:25px; padding-bottom:10px;border-bottom: 1px #ddd solid;margin-top: 10px; margin-left:0;}
div.search-num{float:left;margin-right:5px; color:#F90; font-weight:bold;margin-right: 16px;}
div.search-title{float:left;font-weight:bold;}
div.search-content{padding-left: 25px;}
div.paging-search{ margin-top:15px; font-size:14px;}
div.paging-search a{ margin-right:5px;}
form.searchForm{background-color: #eee;padding: 16px 0 16px 10px;margin-bottom: 26px;}
form.searchForm span{ height:24px; width:125px; background-color:#fff; display:inline-block;}
form.searchForm span .inp{background: transparent;height: 16px;line-height: 16px; border: 0; width:99%; text-indent:0.5em;box-sizing: content-box;}
form.searchForm .btn{ height:24px; line-height:normal; border-left-width:0;margin-left: -4px;background-color: #1697FF; vertical-align:top;}
form.searchForm .btn i{ color:#fff;} 
div.search-num {color: #1697FF;}

/*网站地图*/
.web_map { overflow: hidden; margin-bottom: 100px; }
.map_line { overflow: hidden; line-height: 30px; padding: 8px 10px; border-bottom: 1px solid #ddd; *zoom:1;}
.map_line h4 { margin-right: 10px; }
.map_line h4 a { display: block; text-align: center; background: #ececec; font-size: 14px; }
.map_line h4 a:hover { background: #1697FF; color: #fff; }
.site_cell a { float: left; color: #333; background: url(../img/cir_map.gif) 18px 10px no-repeat; padding-left: 35px; transition: none; }
.site_cell a:hover { background-position: 18px -31px; color: #1697FF; }

/* 2016-02-26 */
.span-3.smal-12 .shadow{margin-right: 20px;}
.foot_last_box{height: 125px;border-left:1px solid #0492FE;}
.widget-newslist-3 li {overflow: hidden;  padding: 10px 0; 
border-bottom: 1px dotted #cccccc; *zoom: 1;}
.widget-newslist-3 ._t, .widget-newslist-3 ._t a { font-size: 16px; margin-bottom: 5px;
  color: #333333; }
.widget-newslist-3 ._t a:hover { color: #1697FF;}
.widget-newslist-3 ._img { float: left; width: 20%; margin-right: 10px;}
.widget-newslist-3 ._p { line-height: 1.6em; overflow: hidden; height: 4.8em; 
  margin: 5px 0;color: #999999; }
.widget-newslist-3 ._link {display: inline-block; padding: 0 5px; color: #fff; font-size:12px;
    line-height: 20px; border-radius: 2px; background: #1697FF;}
.widget-newslist-3 ._link:hover {opacity: .8;}
.widget-newslist-3 ._i {overflow: hidden; color: #999999; *zoom:1;}
.widget-newslist-3 ._i span, .widget-newslist-3 ._i a { float: left; line-height: 24px;
 padding: 0 10px;font-size:12px;}
.widget-newslist-3 ._i ._more {color: #fff; background: #1697FF; }
.widget-newslist-3 ._i ._date {color: #999; background: #ededed; }
@media only screen and (max-width: 480px) { 
  .widget-newslist-3 ._img { float: none; width: auto;}
}
.widget-newsdetail-2 ._head { border-bottom: 1px dotted #cccccc; }
.widget-newsdetail-2 ._head ._title { font-size: 18px; line-height: 1.4; 
color: ;font-weight:bold;}
.widget-newsdetail-2 ._tools { padding: 10px 0; color: #999999;}
.widget-newsdetail-2 .ion { font-size: 16px; font-weight: normal;}
.widget-newsdetail-2 ._tools ._tool{margin:0 4px;display: inline-block; vertical-align: middle;}
.widget-newsdetail-2 ._tools ._tool:hover{color:;}
.widget-newsdetail-2 ._tools ._b2l .ion { color: #0e90d2;}
.widget-newsdetail-2 .myart { padding: 20px 0;}
.widget-newsdetail-2 ._detailPage_bottom {border-top: 1px solid #cccccc;}
.widget-newsdetail-2 ._detailPage_bottom li {line-height: 30px; overflow: hidden; 
height: 30px;  padding: 0 10px; border-bottom: 1px solid #cccccc; }
.widget-newsdetail-2 ._detailPage_bottom ._mark {font-weight: bold; float: left; margin-right: 10px; }
.widget-newsdetail-2 ._detailPage_bottom ._title {font-size: 14px;  float: left; 
  width: 68%;}
.widget-newsdetail-2 ._detailPage_bottom ._title:hover { color: #0e90d2;}
.widget-newsdetail-2 ._detailPage_bottom ._time { float: right;}
.widget-newsdetail-2 .bdsharebuttonbox .bds_more { float: none; padding-left: 2px;
  background: none; }
@media only screen and (max-width: 480px) { 
  .widget-newsdetail-2 ._detailPage_bottom ._title{width: 50%;}
}
.rpp_hd {margin-bottom: 30px;}
.railway_con .full-row{margin-bottom: 20px;}
.railway_con ._img{ height: 260px; overflow: hidden;}
.railway_con ._img img{ width: 100%; height: 100%;}
.railway_con ._con{ padding: 40px; height: 178px; border: 1px solid #d7d7d7;}
.railway_con ._con h4{ font-size: 20px; font-weight: normal;}
.railway_con ._con ._more{ margin-top: 25px; display: inline-block; border: 1px solid #b6b6b6; width: 108px; height: 30px; line-height: 30px;text-align: center;}
.page{font-size: 12px; color: #777777; text-align: center;}
.page a,.page span { color: #777777;display: inline-block;border: 1px solid #ededed;padding: 5px 10px;vertical-align: middle;margin: 0 0 10px -1px;}
.page .goprev{margin-right: 10px;}
.page .gonext,.page .count {margin-left: 10px;}
.page a:hover,.page span{color:#fff; background: #f5164b;}
.page span.goprev,.page span.gonext {color: #777777; background: none}
.page span.count { border: 0;background: 0;color: #777777;}
.foot_contact a:hover{color:#eee;}
._cont a {
    color: #fff;
}