﻿@charset "utf-8";

body, nav, dl, dt, dd, p, h1, h2, h3, h4, ul, ol, li, input, button, textarea, footer {
    margin: 0;
    padding: 0
}

body {
    color: #333;
    font-size:16px;
    line-height:1.5;
    background: #EEEEEE;
    -webkit-text-size-adjust: none;
    min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

form {
    display: inline
}

ul, ol {
    list-style: none
}

.p_newslist a {
    text-decoration: none;
    color: #555;
    font-size:16px;
    font-weight:bold;
}
.p_newslist em {
    background: #ffff00;
    font-weight: bold;
    padding: 2px;
    font-size: 14px;
}
 a {
    text-decoration: none;
    color: #555;
    font-size:16px;
}

a:hover {
    color: #1c5aa2;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
}

textarea {
    resize: none
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance:none;
    -moz-appearance: button;
    border-radius: 0;
}

input:focus:-moz-placeholder, input:focus::-webkit-input-placeholder {
    color: transparent
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.break {
    word-break: break-all;
    word-wrap: break-word
}

header, footer, article, section, nav, menu, hgroup {
    display: block;
    clear: all;
    clear: both;
}


.headBox {
    clear: both;
    height: 50px;
    line-height: 50px;
    position: relative;
    background-image:url(/images/bg1.png);
}

.logo {
    height: 30px;
    line-height: 30px;
    color:#FFF;
    background-position: 0 0;
    font-weight:bold;
    font-size: 23px;
    float:left;
    padding-left: 10px;
    margin-right:10px;
}

.navico {
    width: 40px;
    height: 44px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background-position: 9px -30px;
    outline: none;
    text-indent: 999em;
}

.my_icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 7px;
    right: 42px;
    background-position: 5px -676px;
    outline: none;
    text-indent: 999em;
}

.my_icon a {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}

.my_icon .hv_msg {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    background: #0C0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 3px #FFF;
}

.my_icon img {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

a.subscribe {
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0 7px;
    display: inline-block;
    height: 25px;
    line-height: 26px;
    font-size: 13px;
    border: 1px solid #1058af;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background: #277de3;
    z-index: 600;
    -moz-box-shadow: inset 0px 1px 0px #55a7f5;
    -webkit-box-shadow: inset 0px 1px 0px #55a7f5;
}

.navitems {
    clear: both;
    padding: 4px 0;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#efefef');
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#efefef));
    background: -moz-linear-gradient(#eeeeee, #efefef);
    background: -o-linear-gradient(#eeeeee, #efefef);
    background: linear-gradient(#eeeeee, #efefef);
    -moz-box-shadow: inset 0px -4px 8px -4px #d3d3d3;
    -webkit-box-shadow: inset 0px -4px 8px -4px #d3d3d3;
    box-shadow: inset 0px -4px 8px -4px #d3d3d3;
}

.navitems li {
    display: inline-block;
    width: 21%;
    text-align: center;
    line-height: 30px
}
.navitems li a:hover,
.navitems li a.on{
  background-color: rgb(210, 34, 34);
  color: #ffffff;
  border-radius: 4px;
}

.navitems li a {
    display: block;
    color: #555;
    font-weight: bold; 
}

.navitems_f {
    clear: both;
    padding: 4px 0;
    border-top: 2px solid #fff;
    font-size: 18px;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#efefef');
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#efefef));
    background: -moz-linear-gradient(#eeeeee, #efefef);
    background: -o-linear-gradient(#eeeeee, #efefef);
    background: linear-gradient(#eeeeee, #efefef);
}

.navitems_f li {
    display: inline-block;
    width: 30%;
    text-align: center;
    line-height: 30px
}

.navitems_f li a {
    display: block;
    color: #1c5aa2
}

.p_topline {
    text-align: center;
    padding-bottom: 8px
}

.div .pic_text{ height:90px; padding: 10px;width: 97.2%;margin: 0 auto; border-bottom: 1px solid #ddd;}
.pic_text span{ color:#666; font-weight:bold; font-size:12px; line-height:20px;}
.pic_text p{color:#666;font-size:12px; line-height:20px;}
.pic_text .xm a{color:#3B639F;font-size:14px;line-height:24px; font-weight: bold;}
.pic_text .jj{line-height:22px;width: 100%;}
.pic{width:71px;height:86px;float:left;display:inline;text-align:center; margin-right:10px;}
.pic .a1{display:block;width:65px;height:80px;padding:3px;border:solid 1px #ccc;margin-bottom:10px;}
.pic .a1 img{width:65px;height:80px;border:none;}
.text{width:100%;height:90px;}
/*-------------------分页----------------------*/
.pagination{text-align:center;    background-color: #fff;height: 90px;line-height: 90px;}
.pagination ul{list-style: none;display: inline;}
.pagination ul li {display: inline;padding: 0;margin-right: 5px;}
.pagination ul li a {padding: 11px 19px;line-height: 20px;text-decoration: none;background-color: #FFF;border: 1px solid #DDD;}
.pagination ul li a:hover{ color: #3399CC;	}
.pagination ul li.on a {padding: 11px 19px;background-color: red;cursor: default; color: #FFF;}
.Hot a{color:rgb(210, 34, 34);font-size:24px;font-weight: bold;}
.Hot {text-align: center;background-color: #fff;line-height: 80px;margin-bottom: 10px;}
.leibiao{background-color: #fff;margin-bottom: 10px;padding:10px;}
.leibiao>h1{font-size:16px;font-weight:bold;color:#000;height:27px;line-height: 27px;position: relative;padding: 0px 18px;}
.p_topline_h2 {
    font-size: 18px;
    padding: 8px 0 4px;
}

.p_topline_h2 a {
    color: #1c1c1c
}

.p_topline_mate {
    font-size: 14px;
    padding-bottom: 2px;
}

.p_topline_mate a {
    color: #333;
    margin: 0 4px
}

.swipe {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px !important;
    clear: both;
    width:100%;
}

.swipe-wrap {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 99;
    height: 160px;
}

.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
}

.swipe_pic {
    position: relative;
    overflow: hidden;
    background-color: #efefef;
    background-position: center center;
    background-size: 60px auto;
    background-repeat: no-repeat;
}

.swipe_pic a {
    display: block;
}

.swipe_pic img {
    width: 100%;
    height:160px;
}

.swipe_h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 14px;
    font-size: 14px;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.6);
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

.swipe_num {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 100;
}

.swipe_num li {
    float: left;
    width: 4px;
    height: 4px;
    font-size: 0;
    text-indent: 999em;
    border: 1px solid rgba(0, 0, 0, 0.6);
    background: #a9a89d;
    margin: 0 5px;
    overflow: hidden
}

.swipe_num li.active {
    width: 4px;
    height: 4px;
    border: 1px solid #43e2fd;
    background: #58d8ff;
    box-shadow: 0 0 4px #43e2fd
}

.p_tabnav {
    clear: both;
    height: 44px;
    line-height: 44px;
    padding: 0 4px 0 12px;
    border-top: 1px solid #d9dadc;
    border-bottom: 1px solid #d9dadc;
    -moz-box-shadow: inset 0px 1px 1px #fff;
    -webkit-box-shadow: inset 0px 1px 1px #fff;
    box-shadow: inset 0px 1px 1px #fff;
    font-size: 20px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f6f6', EndColorStr='#eeeeee');
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#eeeeee));
    background: -moz-linear-gradient(#f6f6f6, #eeeeee);
    background: -o-linear-gradient(#f6f6f6, #eeeeee);
    background: linear-gradient(#f6f6f6, #eeeeee);
}

.p_tabnav h3 {
    padding: 0 20px;
    color: #000;
    border-top: 2px solid #367aca;
    background: #f8f8f8;
    height: 43px;
    line-height: 44px;
    border-left: 1px solid #d9dadc;
    border-right: 1px solid #d9dadc;
    position: relative;
    float: left;
}

.p_tabnav_nav {
    overflow: hidden;
    *zoom: 1;
    text-align: right
}

.p_tabnav_nav a {
    padding: 0 8px;
    display: inline
}

.p_tabnav_nav a.updateInterest {
    color: #1c5aa2
}

.p_tabnav_nav .point {
    color: #ccc;
    font-size: 17px;
    display: inline
}

.todaynews {
    clear: both;
    position: relative;
    padding-top: 16px;
}

.todaynews .p_newslist {
    border-bottom: 1px dashed #d9dadc;
    padding: 0;
    margin: 0 8px;
    font-size: 14px
}

.today_ico {
    display: inline-block;
    width: 21px;
    height: 30px;
    line-height: 30px;
    text-indent: 999em;
    overflow: hidden;
    background-position: right -40px;
    position: absolute;
    right: 10px;
    top: 0;
}

.p_newstab {
    overflow: hidden;
    clear: both;
}

.p_newsitem {
    overflow: hidden;
    position: relative;
}

.p_newsitem > div {
    float: left;
    width: 100%;
    position: relative;
}

.p_newslist {
    clear: both;
    padding: 15px 12px 25px;
    border-bottom: 1px solid #E6E6E6;
    height:75px;
margin: 0 auto;
}

.p_newslist li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}
.p_newslist .img {
height: 80px;
display: inline;
float: left;
width: 80px;
margin: 4px 5px;
}
.p_newslist li img {
height: 80px;
width: 80px;
}

.p_newslist li a:only-child {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p_newslist li a:visited {
    color: #aaa;
}

#j_weibo_list li {
    padding-right: 0;
}

.p_addico {
    background-position: 0 -79px;
    padding-left: 14px
}
.p_newslist p {
    font-size:13px;
    color: #555;
    width:100%;
}
.leju_link {
    margin: 0 12px 12px;
    height: 24px;
    line-height: 24px;
    clear: both;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.leju_link a {
    display: block;
    width: auto;
    text-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    box-flex: 1;
    flex: 1 0 auto;
    color: #1C5AA2;
    font-size: 18px;
}

.p_newslist_ico {
    float:left;
    font-size:12px;
    color:#666;
}
.p_newslist_i {
    float:right;
    font-size:12px;
    color:#666;
}


.p_newslist_ico_video {
    display: inline-block;
    width: 16px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-indent: 99em;
    background-position: right -392px
}

.p_newslist_ico_num {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    background-position: right -428px;
    padding-right: 15px;
    color: #888;
    font-size: 10px;
    font-style: normal
}

.p_newslist_tt, .p_newslist_dj, .p_newslist_bk, .p_newslist_ch {
    float: right;
    font-size: 10px;
    padding: 0 2px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 12px 0 0 0;
    font-style: normal
}

.p_newslist_tt {
    background: #58aede;
    border: 1px solid #377cce;
}

.p_newslist_dj {
    background: #084995;
    border: 1px solid #082d5a;
}

.p_newslist_bk {
    border: 1px solid #12b2b5;
    background: #62bfc4;
}

.p_newslist_ch {
    border: 1px solid #b1112b;
    background: #ee2e4d;
}

.p_addlist, .p_addlist.threelist, .p_addlist.twolist {
    clear: both;
    overflow: hidden;
    *zoom: 1;
    margin: 8px 12px 2px;
    border: 1px solid #e4e4e4;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f9f9f9;
}

.p_addlist li {
    float: left;
    width: 25%;
    display: inline;
    text-align: center;
    background-position: right -420px;
}

.p_addlist.threelist li {
    float: left;
    width: 33%;
}

.p_addlist.twolist li {
    float: left;
    width: 50%;
}

.p_addlist li:nth-child(2n) {
    background: #fff
}

.p_addlist a {
    color: #818181;
    display: block
}

.p_newsmore {
    clear: both;
    color: #333;
    margin: 0 12px 10px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    text-align: center;
    background: #eee;
    position: relative
}

.p_newsmore:hover {
    background: #377cce;
    color: #fff
}

.appitems {
    clear: both;
    overflow: hidden;
    *zoom: 1;
    padding: 13px 8px 11px;
    color: #1c62b5;
    text-align: center;
    font-size: 12px;
    padding-bottom: 6px;
}

.appitems li {
    float: left;
    width: 18%;
    display: inline;
    position: relative
}

.appitems li a {
    color: #333;
}

.appitems li:first-child {
    width: 28%
}

.appitems li:first-child a {
    color: #1c62b5;
}

.appitems li:first-child a strong {
    color: #333;
}

.appitems li:last-child {
    background: none
}

.appitems li strong {
    display: block;
    line-height: 26px;
    line-height: 26px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.appico {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-indent: 999em
}

.weather_tips {
    clear: both;
    *zoom: 1;
    height: 32px;
    overflow: hidden;
    margin: 0 auto;
    width: 55px
}

.weather_tips span {
    float: left;
    display: inline;
}

.weather_tips span img {
    width: 28px;
    height: 28px
}

.weather_tips p {
    overflow: hidden;
    *zoom: 1;
    line-height: 13px;
    font-size: 11px;
    padding-left: 5px;
    font-weight: bold;
}

.weather_tips p code {
    display: block;
    border-bottom: 1px dashed #1c62b5;
    margin: 1px 0
}

.appico.wb {
    background-position: center -115px;
}

.appico.live {
    background-position: center -209px;
}

.appico.app {
    background-position: center -162px;
}

.appico.stock {
    background-position: center -266px;
}

.appico.search {
    background-position: center -303px;
}

<!--
.appico.womenico {
    background-position: center -569px;
}

.appico.financeico {
    background-position: center -256px;
}

-->
.appico.photoico {
    background-position: center -663px;
}

.appico.paikeico {
    background-position: center -569px;
}

.appico.airico {
    background-position: center -617px;
}

.appico.gameico {
    background-position: center -617px;
}

.appico.yuedu {
    background-position: center -716px;
}

.appico.schoolico {
    background-position: center -763px;
}

.p_header_navlink_wbnum {
    display: none;
    position: absolute;
    left: 50%;
    top: -4px;
    background: #f03110;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 16px;
    padding: 0 2px;
    line-height: 16px;
    min-width: 14px;
    text-align: center;
    font-style: normal
}

.ad_baner {
    clear: both;
}

.ad_baner img {
    width: 100%
}

.p_piclistbox {
    clear: both;
    padding: 4px 12px 10px;
    overflow: hidden;
    *zoom: 1;
    margin: 0 auto;
    width: 296px
}

.p_piclistbox li {
    float: left;
    margin: 6px 3px 0;
    width: 142px;
    height: 124px;
    display: inline;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    background-color: #efefef;
    background-position: center center;
    background-size: 60px auto;
    background-repeat: no-repeat;
}

.p_piclistbox li img {
    width: 142px;
    height: 124px;
}

.p_piclistbox_h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    height: 26px;
    line-height: 26px;
    color: #fff;
    width: 122px;
    -moz-box-shadow: inset 0px 1px 1px #fff;
    -webkit-box-shadow: inset 0px 1px 1px #fff;
    box-shadow: inset 0px 1px 1px #fff;
}

.p_piclistbox_h4 {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    background: rgba(28, 78, 161, 0.6);
    height: 26px;
    line-height: 26px;
    color: #fff;
    min-width: 62px;
    z-index: 999
}

.p_piclistbox_h4 span {
    background-position: 0 -470px;
    padding-left: 20px
}

.p_piclistbox_h4 span.active {
    background-position: 0 -446px;
    color: #ea3d0f
}

.stock_mate {
    clear: both;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    padding: 5px 12px 0;
    border-bottom: 1px dashed #d9dadc
}

.stock_mate span {
    font-size: 16px
}

.stock_mate p.s_p_l {
    float: left
}

.stock_mate p.s_p_r {
    float: right
}

.stockitems {
    border: 1px solid #d9dadc;
    clear: both;
    overflow: hidden;
    *zoom: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 8px 12px;
    height: 50px;
    line-height: 50px;
    -moz-box-shadow: inset 0px 1px 1px #fff;
    -webkit-box-shadow: inset 0px 1px 1px #fff;
    box-shadow: inset 0px 1px 1px #fff;
}

.stockitems_dl {
    float: left;
    width: 50%;
    display: inline;
    font-size: 14px;
}

.stockitems_dl dt {
    float: left;
    width: 44px;
    display: inline;
    background: #f6f6f6;
    color: #666;
    text-align: center;
    -moz-box-shadow: inset 0px 1px 1px #fff;
    -webkit-box-shadow: inset 0px 1px 1px #fff;
    box-shadow: inset 0px 1px 1px #fff;
}

.stockitems_dl dd {
    overflow: hidden;
    *zoom: 1;
    padding: 0 0 0 10px;
}

.f_red {
    color: #ff2626
}

.f_green {
    color: #00b364
}

.tmpHeight {
    height: 12px;
}

.hard_news {
    padding-top: 0px;
}

.advertise, .puch_tips {
    clear: both;
    padding: 0 12px;
    line-height: 36px;
    background: #f1f9ff;
    font-weight: normal;
    border: 1px solid #ced8e1;
    margin: 0 12px 10px
}

.advertise span, .puch_tips span {
    background: url(../images/ad.png) no-repeat center left;
    background-size: 10px 10px;
    padding-left: 15px;
}

.advertise a, .puch_tips a {
    color: #1c5aa2
}

.footer {
    font-size: 14px;
    border-top: 1px solid #d0d0d0;
    padding: 14px 12px;
    -moz-box-shadow: inset 0px 1px 0px #fff;
    -webkit-box-shadow: inset 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 0px #fff;
    position: relative
}

.footer_c {
    clear: both;
    height: 26px;
    line-height: 26px;
}

.footer_c a, .footer_c span {
    margin-right: 15px
}

.footer_c span {
    color: #367aca
}

.footer_t {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}
.footer_t a{
    color: #9a9a9a;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

.footer_t_ico {
    background-position: 0 -494px;
    padding-left: 15px;
    margin-left: 10px;
    display: inline-block
}

.backTop {
    position: absolute;
    right: 10px;
    top: 0;
    display: inline-block;
    width: 68px;
    height: 24px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-position: 0 -530px;
    font-size: 12px;
    text-shadow: 1px 1px 0 #0835a1;
    cursor: pointer
}

.bst_wrap {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #d0d0d0;
    -moz-box-shadow: inset 0px 1px 0px #fff;
    -webkit-box-shadow: inset 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 0px #fff;
    padding: 6px;
    text-align: center
}

.bst_wrap a {
    float: left;
    width: 20%;
    height: 30px;
    line-height: 30px;
    display: inline;
    font-size: 14px
}

.bst_wrap a span {
    display: inline-block;
    background: url(../images/bstico.png) no-repeat;
    background-size: 14px auto;
    padding-left: 16px;
}

.bst_wrap a span.bst_ico1 {
    background-position: 0 8px
}

.bst_wrap a span.bst_ico2 {
    background-position: 0 -19px
}

.bst_wrap a span.bst_ico3 {
    background-position: 0 -47px
}

.bst_wrap a span.bst_ico4 {
    background-position: 0 -76px
}

.bst_wrap a span.bst_ico5 {
    background-position: 0 -104px
}

.bst_wrap a span.bst_ico6 {
    background-position: 0 -132px
}

.bst_wrap a span.bst_ico7 {
    background-position: 0 -160px
}

.bst_wrap a span.bst_ico8 {
    background-position: 0 -188px
}

.bst_wrap a span.bst_ico9 {
    background-position: 0 -216px
}

.bst_wrap a span.bst_ico10 {
    background-position: 0 -244px
}

.todaynews {
    clear: both;
    position: relative;
}

.todaynews .p_newslist {
    border-bottom: 1px dashed #d9dadc;
    padding: 0;
    margin: 0 8px;
}

.todaynews .p_newslist li {
    font-size: 16px;
    height: 33px;
    line-height: 33px;
}

.today_ico {
    display: inline-block;
    width: 21px;
    height: 30px;
    line-height: 30px;
    text-indent: 999em;
    overflow: hidden;
    background-position: right -40px;
    position: absolute;
    right: 8px;
    top: 0;
}

.news_recommend {
    clear: both;
    position: relative;
    background: #fdfdfd;
    border: 1px solid #d9dadc;
    margin: 0 12px 10px;
    webkit-border-radius: 3px;
    border-radius: 3px;
}

.interest_container {
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 99;
}

.interest_tpl {
    height: 284px;
}

.j_loading {
    padding-top: 70px;
    text-align: center;
}

.interest_tpl .p_newslist {
    float: left;
    display: inline;
    clear: none;
    padding: 7px 0 0 0;
    position: relative;
}

.interest_tpl .p_newslist li {
    padding: 0 12px;
}

.guess_swipe_num {
    display: none;
    height: 20px;
    overflow: hidden;
    margin: 12px 8px 0 0;
}

.guess_swipe_num i {
    float: left;
    width: 11px;
    height: 20px;
    background-size: auto 20px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 0 15px 0 0;
    cursor: pointer;
}

.guess_swipe_num .next {
    background-position: right top;
    margin: 0 0 0 15px;
}

.guess_swipe_num em {
    float: left;
    width: 6px;
    height: 8px;
    font-size: 0;
    text-indent: 999em;
    border: 1px solid rgba(211, 211, 211, 0.6);
    border-width: 0 1px;
    background: #D3D3D3;
    margin: 5px 3px;
    overflow: hidden;
    text-indent: -9999em;
    cursor: pointer;
}

.guess_swipe_num em.active {
    border-color: rgba(54, 122, 202, 0.6);
    background: #367ACA;
}

.recommend_items {
    clear: both;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #fff;
    font-size: 15px;
    background: #f3f3f3
}

.recommend_items li {
    clear: both;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 12px;
}

.recommend_items li span {
    float: left;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    background: #ca1d1d;
    color: #fff;
    padding: 0 3px;
    min-width: 26px;
    text-align: center;
    margin: 10px 12px 0 0;
    font-weight: bold
}

.recommend_items li a {
    overflow: hidden;
    *zoom: 1;
    display: block;
}

.layer_wrap {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 500;
    left: 0;
    right: 0
}

.layerbox {
    display: none;
    position: absolute;
    left: 10px;
    top: 55px;
    width: 296px;
    border: 2px solid #277de3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f5f7f7;
    z-index: 650
}

.layer_tips, .layerbox::after, .layer_close {
    background: url(../images/layer.png) no-repeat;
    background-size: 204px auto;
}

.layerbox::after {
    content: " ";
    display: block;
    position: absolute;
    left: 32px;
    top: -19px;
    width: 33px;
    height: 19px;
    background-position: 0 0
}

.layer_cont {
    clear: both;
    padding: 14px 12px;
    position: relative
}

.layer_close {
    position: absolute;
    z-index: 700;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    text-indent: 999em;
    background-position: 0 -25px;
    right: -10px;
    top: -12px;
    cursor: pointer
}

.layer_tips {
    background-position: 0 -61px;
    display: block;
    height: 20px;
    line-height: 20px;
    text-indent: 999em;
    overflow: hidden
}

.layer_btnbox {
    clear: both;
    padding-top: 10px;
    overflow: hidden;
    *zoom: 1;
}

span.layer_btn_blue {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 17px;
    border: 1px solid #0068c2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#35a3fe', EndColorStr='#2090f0');
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#35a3fe), to(#2090f0));
    background: -moz-linear-gradient(#35a3fe, #2090f0);
    background: -o-linear-gradient(#35a3fe, #2090f0);
    background: linear-gradient(#35a3fe, #2090f0);
    -moz-box-shadow: inset 0px 1px 0px #6ebdff;
    -webkit-box-shadow: inset 0px 1px 0px #6ebdff;
}

span.layer_grey_blue {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 17px;
    border: 1px solid #646464;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#868a8f', EndColorStr='#717477');
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#868a8f), to(#717477));
    background: -moz-linear-gradient(#868a8f, #717477);
    background: -o-linear-gradient(#868a8f, #717477);
    background: linear-gradient(#868a8f, #717477);
    -moz-box-shadow: inset 0px 1px 0px #b9b9b9;
    -webkit-box-shadow: inset 0px 1px 0px #b9b9b9;
}

.bonus_shine {
    position: fixed;
    right: 4px;
    bottom: 3px;
    width: 68px;
    height: 70px;
    background: url(../images/all.png) no-repeat;
    background-size: 600px auto;
    background-position: -409px -690px;
    z-index: 590;
    opacity: 0;
    transition: all 1s ease-in-out;
    animation: animation0;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-transition: all 1s ease-in-out;
    -webkit-animation: animation0;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}

@keyframes animation0 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes animation0 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animation0 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes animation0 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

.bonus_mark {
    position: fixed;
    right: 4px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    background: url(../images/all.png) no-repeat;
    background-size: 300px auto;
    background-position: -168px -343px;
    z-index: 600;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.bonus_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 600;
    left: 0;
    right: 0
}

.bonus_box {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -225px;
    width: 300px;
    height: 450px;
    z-index: 650;
}

.bonus_box div {
    background: url(/images/all.png) no-repeat;
    background-size: 600px auto;
}

.bonus_box .bonus_back {
    position: absolute;
    bottom: 10px;
    left: 12px;
    width: 277px;
    height: 301px;
    background-position: -4px -361px;
    z-index: 660;
}

.bonus_box .bonus_cont {
    position: absolute;
    z-index: 670;
    bottom: 168px;
    left: 2px;
    width: 288px;
    height: 288px;
    background-position: -312px 0px;
}

@keyframes animation2 {
    0% {
        bottom: 80px;
        left: 52px;
        width: 144px;
        height: 144px;
        background-position: -156px 0;
        background-size: 300px auto;
    }
    100% {
        bottom: 168px;
        left: 2px;
        width: 288px;
        height: 288px;
        background-position: -312px 0px;
        background-size: 600px auto;
    }
}

@-moz-keyframes animation2 {
    0% {
        bottom: 80px;
        left: 52px;
        width: 144px;
        height: 144px;
        background-position: -156px 0;
        background-size: 300px auto;
    }
    100% {
        bottom: 168px;
        left: 2px;
        width: 288px;
        height: 288px;
        background-position: -312px 0px;
        background-size: 600px auto;
    }
}

@-webkit-keyframes animation2 {
    0% {
        bottom: 80px;
        left: 52px;
        width: 144px;
        height: 144px;
        background-position: -156px 0;
        background-size: 300px auto;
    }
    100% {
        bottom: 168px;
        left: 2px;
        width: 288px;
        height: 288px;
        background-position: -312px 0px;
        background-size: 600px auto;
    }
}

@-o-keyframes animation2 {
    0% {
        bottom: 80px;
        left: 52px;
        width: 144px;
        height: 144px;
        background-position: -156px 0;
        background-size: 300px auto;
    }
    100% {
        bottom: 168px;
        left: 2px;
        width: 288px;
        height: 288px;
        background-position: -312px 0px;
        background-size: 600px auto;
    }
}

.bonus_box .bonus_front {
    position: absolute;
    bottom: 10px;
    left: 32px;
    width: 236px;
    height: 192px;
    background-position: -342px -445px;
    z-index: 680;
}

.bonus_box .bonus_front .bonus_txt {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 236px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fffef3;
    line-height: 20px;
    background: none;
}

.bonus_box .bonus_front p {
    margin-top: 20px;
}

.bonus_box .bonus_front a:first-child {
    display: inline-block;
    width: 100px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    border: 1px solid #ffdc6c;
    margin-right: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #be3c2f;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff090', EndColorStr='#f6c73a');
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff090), to(#f6c73a));
    background: -moz-linear-gradient(#fff090, #f6c73a);
    background: -o-linear-gradient(#fff090, #f6c73a);
    background: linear-gradient(#fff090, #f6c73a);
}

.bonus_box .bonus_front a:last-child {
    display: inline-block;
    width: 100px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    border: 1px solid #ff6689;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fa5077', EndColorStr='#f6c73a');
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fa5077), to(#e2365e));
    background: -moz-linear-gradient(#fa5077, #e2365e);
    background: -o-linear-gradient(#fa5077, #e2365e);
    background: linear-gradient(#fa5077, #e2365e);
}

.bonus_box .bonus_unfold {
    position: absolute;
    bottom: 60px;
    left: 32px;
    width: 236px;
    height: 143px;
    background-position: -24px -696px;
    z-index: 690;
}

.bonus_box .bonus_bind {
    position: absolute;
    top: -4px;
    left: 10px;
    width: 300px;
    height: 288px;
    background-position: 0 0;
    z-index: 700;
}

@keyframes animation3 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes animation3 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animation3 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes animation3 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animate2 {
    animation: animation2 2s;
    -moz-animation: animation2 2s;
    -webkit-animation: animation2 2s;
    -o-animation: animation2 2s;
}

.animate3 {
    animation: animation3 3s;
    -moz-animation: animation3 3s;
    -webkit-animation: animation3 3s;
    -o-animation: animation3 3s;
}

.bjcz_pics {
    clear: both;
    text-align: center;
    margin: 0 12px 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bjcz_pics li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    box-flex: 1;
    flex: 1 0 auto;
}

.bjcz_pics li img {
    height: 70px;
    width: 70px;
    margin: 5px auto;
}

.bjcz_pics li span {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #000;
    font-size: 12px;
}

.sinaApp {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 0;
    -webkit-transition: 1s all ease;
    overflow: hidden;
    opacity: .95;
}

.sinaApp_install {
    display: block;
    height: 100%;
}

.sinaApp_close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: url(../images/cross.png) 12px 12px no-repeat;
}

.countdown_box {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    background: url(../images/contdownbg.jpg) repeat-x;
    background-size: 3px auto;
    padding: 12px 12px;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #868686
}

.end_examination {
    position: absolute;
    left: 12px;
    top: 12px;
    height: 20px;
    border-radius: 2px;
    line-height: 20px;
    font-size: 10px;
    color: #fff;
    background: #5391df;
    padding: 0 4px;
    font-weight: normal
}

.countdown {
    padding-left: 4px
}

.countdown strong {
    font-weight: normal;
    font-size: 18px;
    color: #b00b00;
}

.countdown span {
    font-size: 14px;
    display: inline-block;
    margin: 0 6px
}

.blessing {
    width: 50px;
    height: 20px;
    line-height: 20px;
    background: url(../images/blessing_btn.gif) no-repeat;
    background-size: 50px 20px;
    position: absolute;
    right: 12px;
    top: 12px;
    border-radius: 2px;
    overflow: hidden;
    text-indent: 999em;
}

.ul_bm{margin-top: 10px;padding: 10px;background-color: #fff;margin: 0 auto;}
.ul_bm li{padding:5px 0;color:#333;font-size:14px;}
.ul_bm input,.ul_bm select,.ul_bm option,.ul_bm textarea{font-size:12px;line-height:14px; vertical-align:middle;}
.ul_bm input,.ul_bm textarea{padding:1px;}
.ul_bm .red {color:red;}
.cs_bm{text-align:-webkit-center;height: 35px;font-weight: bold;font-size:16px;}
#kecheng,#contacter,#address,#tel,#email,#address{border-radius: 3px;text-indent: 5px;width:99.7%;height:32px;line-height:25px;border: 1px solid #999;}
#validate{border-radius: 3px;text-indent: 5px;width:60px;height:32px;line-height:25px;border: 1px solid #999;}
#ckstr{ width:90px;}
#submit_btn{border-radius: 3px;border:none;height:40px;width:100%;margin-top:8px;background-color:#ad0e02;color:#f6eeef; cursor:pointer;font-weight: bold;font-size:18px;}
#message{color:#999;}

/*标题*/
.heng{margin: 0 auto;width: 97%;background-color: #eae7e7;height: 1px;margin-top: 5px;margin-bottom: 15px;}
.title {padding: 20px 0px 20px 0px; font-weight:bold;color:#000;font-size:20px;text-align: center;}
.time {text-align: center;}
.kaike {padding-top:5px;color:#000;height:20px;line-height: 27px;padding: 0 5px;text-align:center;}
.cs_dtitle .kaike>span{display:inline; right;color:#999;}
.cs_dtitle .kaike>span>a{display:inline; right;color:#999;}
.yuanjia {text-decoration:line-through;color:#999;}
.huiyuanjia {padding-left:30px;color:red;}
.neirong {padding: 10px;background-color: #fff;margin-bottom: 10px;}
.neirong #img1{width: 100px;height: 120px; float: left; border: solid 1px #fff;margin: 10px 10px 10px 0px;}
.tchneirong {padding:10px;line-height: 30px;background-color: #fff;margin-bottom: 10px;}
.feiyong {color:red;float: right;font-size: 12px;}
.tian {float: right;font-size: 12px;}
.inh_info {padding-top:5px;font-weight:normal;font-size:14px;text-align: center;}
.inh_info>sapn{width:48%;display:block;float:left;}
/*地区*/
.diqu {padding: 0px 0px 0px 0px;list-style-type: none;background-color: #fff;margin-bottom: 10px;}
.diqu ul {text-align:center;padding: 15px;}
.diqu li {display: inline-block;width: 23%;text-align: center;line-height: 40px;border: 1px solid #e0e0e0;}
.diqu li a {text-align: center;padding:4px 0px;font-size:16px;}
 a.on {color: Red;font-weight: bold;}
/*讲师领域*/
.tchtype{background-color: #fff;margin-bottom: 10px;padding: 10px;}
.div1,.diqu h3 {height: 30px;font-size:14px;line-height:30px;color: #333;font-weight: bold;border-top: none;border-bottom: none;width: 90%;margin: 0 auto;}
 .ul2 {text-align: center;margin-top: 10px;}
 .ul2 li {display: inline-block;width: 30%;text-align: center;line-height: 30px;border: 1px solid #e0e0e0;margin: 0px 0px 5px 0px;}
 .ul2 li a {font-size:14px;}


.searchBtn button,.s-input-select .searchMenu .searchSelected{background-image:url(/images/searchbg.png);background-repeat:no-repeat;}
.search {margin:0 auto;padding:8px 0px 0px 0px;}
.search .btn {-webkit-appearance: none;font-size: 18px;color: #fff;display: block;border: none;margin-left: -25px; text-indent: -999px;position: relative;top: 7px;background-color: transparent;cursor: pointer;float: left;font-weight: bold;background-image: url(/images/icons.png);background-position: -3px -372px;width: 18px;height: 18px;}
.search .s-input-select .searchMenu{float:left;}
.search .s-input-select .searchMenu .searchSelected{color:#555;height:30px;line-height:30px;padding:0 7px;width:48px;background-position:0px -54px;font-size: 12px;}/**/
.search .s-input-select .searchMenu .searchOpen{background-position:0px -104px;}
.search .s-input-select .searchMenu .searchTab{display:none; position:absolute;width:58px;border:1px solid #FF8400;border-top:0;background:#fff;height:85px;z-index:20;}
.search .s-input-select .searchMenu .searchTab li{width:58px;height:28px;line-height:28px;color:#555;text-indent:10px;cursor:pointer;font-size: 12px;}/*font-weight:bold;*/
.search .s-input-select .searchMenu .searchTab li.selected{background:#edf3fc;color:#6994c1;}
.search .s-input-select #txt_search{float:left;border:0;background:#fff;color:#888;font-size:12px;line-height:22px;width:90%;height:30px;margin:0;outline:medium none;padding:4px;    -webkit-appearance: none;border-radius: 0;}
.search .s-input-select .sosoLogo{float:right;margin:8px 6px 0 0;display:inline;}

.kechen li {line-height: 30px;margin: 0px 0px 5px 0px;}
.kechen li a{color:#1c5aa2;}
#tc_teacher .p {padding-top:5px;font-size:14px;}
#tc_teacher .cs_dtitle>p {text-align:center;}
div p {line-height:30px;}
.p_newslist p{line-height:20px;}
.title_1 {height:1px;background:#E6E6E6;margin-top: 15px;width: 95%;margin: 0 auto;}
.neirong p img {width:100%;}
.img_info img {width:100%;}

.t_hade_text span {font-size:28px;text-indent: 28%;float: left;}
.t_hade_text p {border: 2px solid #d9dadc;clear: both;width: 50%;margin: 0 auto; }
.t_conut .t_data_l {background-image: url(/images/450-1.jpg);background-repeat: no-repeat;height: 300px;width: 50%;float: left;}
.t_conut .t_data_l ul li {}
.t_conut .t_data_l ul {text-align:center;margin-top:100px;}
.t_conut .t_data_r {background-image: url(/images/450-2.jpg);background-repeat: no-repeat;height: 288px;width: 50%;float: left;margin-top: 12px;}
.t_conut .t_data_r span {margin-top: 50px;float: left;text-indent: 120px;font-size: 35px;}
.t_beijin {clear: both;padding-top: 30px; }
.t_beijin .t_mian {background:url(/images/900.jpg) no-repeat; z-index: -1;filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";-moz-background-size: 100% 100%;background-size: 100% 100%;}
.t_beijin .t_mian p {text-indent: 350px;}
.t_beijin .t_mian dt {padding: 10%;}
.t_beijin .t_mian dt p {margin-top: 0.8em;font-size: 15px;color: #666;text-indent: 20px;}
.popularopn{background-color: #fff;padding: 10px;margin-bottom: 10px;}
.popularopn .ul_topices{text-align:center;}
.popularopn .ul_topices>a{width:33%;display:block;float:left;}

.s-input-select{display:flex;height:32px;}
.s-input-tab{display:inline-block;position:relative}.s-input-tab .s-input-tab-txt{width:56px;height:30px;line-height:30px;text-indent:10px;color:#999;font-size:14px}.s-input-tab .s-input-tab-txt:after{content:'';position:absolute;width:6px;height:3px;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAMAAADAMI+zAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAQlBMVEX///9dY25dY25dY25dY25dY25dY25dY25dY25dY25dY25dY25dY25dY25dY25dY25dY25dY25dY25dY25dY27///8uqZX9AAAAFHRSTlMA5+OrpwOTjmz8+2hJ8vBGLdbSK35PS8AAAAABYktHRACIBR1IAAAAMklEQVQI12NgFIEDJgZmBIeFgZUNxmZnZWBg4OAEMbm4GcCAh1dEhI+fAQoEBIWEQTQAoJUDbNS7QAEAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTUtMDEtMjZUMTY6MTE6MzYrMDg6MDBa8kEXAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE1LTAxLTI2VDE2OjExOjM2KzA4OjAwK6/5qwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=);background-size:6px 3px;top:13px;right:8px}
.s-input-tab .s-input-tab-nav{position:absolute;left:0;top:30px;z-index:101;padding:10px}.s-input-tab .s-input-tab-nav.off{display:none}
.s-input-tab .s-input-tab-nav ul{background:#484d50;border-radius:6px;width:140px;overflow:hidden;color:#c7c8c9}
.s-input-tab .s-input-tab-nav ul:after{position:absolute;left:20px;top:5px;content:'';display:inline-block;width:10px;height:10px;background:#484d50;-webkit-transform:rotate(45deg)}
.s-input-tab .s-input-tab-nav li{border-top:1px solid #707476;margin-top:-1px;height:35px;line-height:35px}.s-input-tab .s-input-tab-nav li .icon{display:inline-block;margin:auto 8px -8px 8px;position:relative;top:-3px}
.s-input-frame{-webkit-box-flex:1;width:100%;padding-right:10px;line-height:28px}.s-input-frame .c-form-suggest{display:-webkit-box}
.s-input-frame .s-form-search{-webkit-box-flex:1}.s-input-frame .s-form-search .J_autocomplete{border:none;background:none;width:100%;height:26px;font-size:14px}.s-input-frame .s-form-search .J_autocomplete::-webkit-search-cancel-button{display:none}
.s-input-frame .s-form-search input:focus{outline:none;background:none;outline-width:0px;-webkit-tap-highlight-color:rgba(255,255,255,0)}
.s-input-frame .s-form-search button{top:1px;right:20px;width:44px;height:30px;position:absolute;border:0;background-color:transparent;text-align:center;display:none}.s-input-frame .s-form-search button span{margin:0 auto;width:14px;height:14px;display:block}
.s-input-frame .s-form-search button span:after{width:14px;height:14px;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAWlBMVEX///9fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG5fZG7///8FflNBAAAAHHRSTlMACS9ADG3F/AFr7A+2y9n949xQXNj+W076WEHbK20oEQAAAAFiS0dEAIgFHUgAAADSSURBVCjPjZLbEoMgDEQjqOAVWxUvzf9/ZyWAoHWY7hPkzITNEoA/lTHOWfZE8qIUeEiURX5DsqrxVF3JmDUtXtQ2Eevwpu6kssUftb5zhQ+qnE/rpVeuPFhX1nNBlxe8iapRTlQoCJZ0njXogyoNC82LJeViz6aslWGrvQuTFfMWDA0MkR2QY0RhOxnyC1w3oHed9rjtupi2gbLIkGFKBUqG3Chi8aPoOYziQpjkaEPY4BOF4OIbvOc+ji8ZfPrLkp+dXpP0gqVX0y31vj8v9ZO+JnYtq8CwcM8AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTUtMDEtMjZUMTg6Mzc6MDcrMDg6MDDdnoh2AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE1LTAxLTI2VDE4OjM3OjA3KzA4OjAwrMMwygAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=);-webkit-background-size:14px 14px;background-position:center center;display:block;content:""}
.s-input-frame .c-form-suggest .suggest{top:40px;left:-73px;background:#f9f9f9 !important;width:320px !important}
.s-input-frame .c-form-btn{    float: left;}
.s-input-frame .icons-search{display:block;border:none;text-indent:-999px;position:relative;top:7px;background-color:transparent}
.top-bar .c-form-suggest .suggest{left:-74px !important;right:-77px;width:auto !important}
.btmsearch{margin:16px 8px}
.btmsearch .c-form-suggest .suggest{position:static !important}



.jg-list { background-color: #fff; text-align: center; padding-bottom: 10px; }
.jg-list ul{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.jg-list ul li { width: 18%; text-align: center; margin-top: 5px;vertical-align: top; padding:0 5px 5px 5px;}
.jg-list ul li a { display: block; cursor: pointer;
    text-decoration: none;
    color: inherit;-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    font-family: '微软雅黑';}
.jg-list ul li p { margin-top: 5px; }
.jg-list ul li img { width: 80%;max-width: 100%;height: auto; }
.con { padding: 0 0.4rem;}
@media only screen and (max-width: 479px) {  
.jg-list ul li { width: 18%; text-align: center; margin-top: 5px;vertical-align: top; padding:0 2px 5px 2px;}
.jg-list ul li a{ font-size:12px;}
}