@charset "UTF-8";body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,input,textarea,th,td {
    margin: 0;
    padding: 0;
}

html,body {
}

body {
    font: 12px/1 "PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    -webkit-font-smoothing: antialiased;
}

em,i,b {
    font-style: normal;
}

ul,ol {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
}

input,textarea {
    outline: none;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

input,select,textarea {
    font-size: 100%;
}

:-ms-input-placeholder {
    font-weight: 400!important;
    color: #999;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

::-webkit-input-placeholder {
    font-weight: 400!important;
    color: #999;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

:-moz-placeholder {
    font-weight: 400!important;
    color: #999;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

::-moz-placeholder {
    font-weight: 400!important;
    color: #999;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}

.clearfix {
    zoom: 1;}

input[type="button"],input[type="submit"],input[type="reset"] {
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.w100b {
    width: 100%;
}

.white-bg {
    background: #fff;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mlr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p10 {
    padding: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.plr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p20 {
    padding: 20px;
}

.no-cont {
    background-color: #fff;
    text-align: center;
    padding: 50px;
    font-size: 14px;
    color: #999;
}

.no-cont img {
    vertical-align: middle;
    margin-right: 10px;
}

.article-con table {
    margin-bottom: 14px;
    margin-top: 12px;
}

.article-con table tr td {
    padding: 5px;
    border-color: #ddd;
    line-height: 22px;
    font-size: 16px;
    color: #666;
}

.article-con table tr.firstRow td {
}

body {
    background: #f5f5f5;
}

a {
    color: #666;
}

a:hover {
    color: #dd3635;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.min-w {
    min-width: 1200px;
}

.theme-color {
    color: #dd3635;
}

.theme-color2 {
    color: #2b70ae;
}

.theme-bg {
    background: #dd3635;
}

.theme-bg2 {
    background: #2b70ae;
}

.theme-bg3 {
    background: #ecf5fa;
}

.title3 h2.new-colorr1 {
    color: #2b70ae;
}

.split-line {
    font-size: 12px;
    color: #c8c8c8;
    font-family: "simsun";
    font-weight: 400;
}

.bt-so {
    border-top: 1px solid #ededee;
}

.bb-so {
    border-bottom: 1px solid #ededee;
}

.bl-so {
    border-left: 1px solid #ededee;
}

.bb-so2 {
    border-bottom: 2px solid #dd3635;
}

.br-so {
    border-right: 1px solid #f6f7f8;
}

.bb-da {
    border-bottom: 1px dashed #d1d5e1;
}

.bb-da2 {
    border-bottom: 1px dashed #eee;
}

.bt-da {
    border-top: 1px dashed #ededee;
}

.portrait {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.left-part1 {
    width: 189px;
}

.right-part1 {
    width: 1010px;
}

.left-part {
    width: 890px;
}

.right-part {
    width: 290px;
}

.width1 {
    width: 300px;
}

.width2 {
    width: 590px;
}

.width3 {
    width: 290px;
    background: #fff;
    position: relative;
}

.width4 {
    width: 372px;
}

.width5 {
    width: 1050px;
}

.width6 {
}

.width7 {
    width: 290px;
}

.width8 {
    width: 880px;
}

.height1 {
    height: 328px;
}

.height2 {
    height: 378px;
}

.height3 {
    height: 296px;
}

.height4 {
    height: 718px;
}

.height5 {
    height: 416px;
}

.height6 {
    height: 300px;
}

.height7 {
    height: 238px;
}

.height8 {
    height: 210px;
}

.height9 {
    height: 404px;
}

.see-more {
    font-size: 14px;
    color: #999;
}

.see-more:hover {
    color: #dd3635;
}

.list-ul4 {
    position: relative;
}

.see-more1 {
    position: absolute;
    right: 0;
    top: -42px;
}

.title1 {
}

.title1 h2 {
    font-size: 16px;
}

.title2 {
    margin-right: -2px;
}

.title2 a {
    display: block;
    float: left;
    margin-right: 2px;
    width: 108px;
    height: 38px;
    line-height: 38px;
    background: #eaeaea;
    font-size: 14px;
    text-align: center;
}

.title2 a.spe {
    width: 110px;
}

.title2 a:hover {
    color: #dd3635;
}

.title2 a.active {
    background: #dd3635;
    color: #fff;
}

.title3 {
}

.title3 h2 {
    font-size: 20px;
    color: #666;
    width: 293px;
}

.title4 {
}

.title4 h3 {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.title4 .see-more {
    font-size: 14px;
}

.title5 {
}

.title5 a {
    float: left;
    display: block;
    margin-right: 10px;
    width: 70px;
    height: 24px;
    line-height: 24px;
    background: #f2f2f2;
    font-size: 14px;
    text-align: center;
}

.title5 a:hover {
    color: #dd3635;
}

.title5 a.active {
    position: relative;
    background-color: #dd3635;
    color: #fff;
}

.title6 {
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.title6 h2 {
    color: #fff;
    font-size: 16px;
}

.title6 h2 span {
    font-size: 20px;
}

.title7 {
    height: 24px;
}

.title7 h3 {
    font-size: 16px;
    border-bottom: 1px solid #2b70ae;
    padding-bottom: 8px;
    margin-bottom: -1px;
}

.title8 {
    line-height: 32px;
    font-size: 14px;
}

.title9 {
}

.title9 a {
    margin-right: 8px;
    font-size: 16px;
    padding-bottom: 8px;
    color: #666;
    font-weight: 700;
}

.title9 a.active {
    border-bottom: 1px solid #2b70ae;
    margin-bottom: -1px;
    color: #2b70ae;
}

.title10 {
}

.title10 a {
    margin-right: 8px;
    font-size: 14px;
    padding-bottom: 8px;
    color: #666;
    font-weight: 700;
}

.title10 a.active {
    border-bottom: 1px solid #2b70ae;
    margin-bottom: -1px;
    color: #2b70ae;
}

.title11 {
    margin-top: 2px;
}

.title11 a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    border-radius: 3px;
}

.title11 a.active {
    background: #dd3635;
    color: #fff;
}

.title12 {
}

.title12 h2 {
    font-size: 18px;
}

.title13 {
}

.title13 a {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
}

.title13 a.active {
    background: #ff9f00;
    color: #fff;
}

.title14 {
}

.title14 a {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 14px;
}

.title14 a.active {
    border-bottom: 2px solid #2b70ae;
    color: #2b70ae;
}

.title15 {
    height: 40px;
    line-height: 40px;
}

.title15 a {
    float: left;
    display: block;
    width: 88px;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.title15 a.active {
    background: #2b70ae;
    color: #fff;
}

.title16 {
    height: 40px;
    line-height: 40px;
}

.title16 a {
    float: left;
    display: block;
    width: 100px;
    font-size: 16px;
    text-align: center;
}

.title16 a.active {
    background: #2b70ae;
    color: #fff;
}

.title17 {
    margin-right: -2px;
    height: 24px;
    line-height: 24px;
}

.title17 a {
    float: left;
    display: block;
    margin-right: 2px;
    width: 70px;
    font-size: 14px;
    text-align: center;
    background: #f2f2f2;
}

.title17 a.active {
    position: relative;
    background: #dd3635;
    color: #fff;
}

.title17 a.active:before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -5px;
    display: block;
    width: 10px;
    height: 5px;
    background-image: url(icon-index-normal.png);
    background-repeat: no-repeat;
    background-position: -330px -150px;
}

.titlee1 {
    margin-right: -2px;
    height: 26px;
    line-height: 26px;
}

.titlee1 a {
    float: left;
    display: block;
    margin-right: 2px;
    width: 71px;
    font-size: 14px;
    text-align: center;
    background: #f2f2f2;
}

.titlee1 a:hover {
    background: #dd3635;
    color: #fff;
}

.title18 {
}

.title18 a {
    margin-right: 8px;
    font-size: 16px;
    padding-bottom: 4px;
    color: #666;
}

.title18 a.active {
    border-bottom: 2px solid #dd3635;
    margin-bottom: -2px;
    color: #dd3635;
    font-weight: 700;
}

.tip-line {
    height: 24px;
    line-height: 24px;
    background: #fffbf0;
    text-indent: 10px;
    font-size: 12px;
    color: #999;
}

.ranking-tab1 {
}

.ranking-tab1 a {
    float: left;
    display: block;
    width: 56px;
    height: 28px;
    line-height: 28px;
    background: #eaeaea;
    text-align: center;
    font-size: 14px;
}

.ranking-tab1 a.active,.ranking-tab1 a:hover {
    background: #dd3635;
    color: #fff;
}

.horn-line {
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    background: #fffbf0;
    border: 1px solid #f8e6b9;
}

.horn-line a {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 14px;
}

.horn-line .icon-horn {
    margin-left: 0;
    margin-right: 0;
}

.ad01 {
    display: block;
    width: 550px;
    height: 56px;
}

.ad02 {
    display: block;
    width: 270px;
    height: 70px;
}

.ad03 {
    display: block;
    width: 550px;
    height: 41px;
}

.ad04 {
    display: block;
    width: 1200px;
    height: 100px;
}

.ad05 {
    display: block;
    width: 760px;
    height: 60px;
}

.ad06 {
    display: block;
    width: 270px;
    height: 60px;
}

.ad07 {
    display: block;
    width: 290px!important;
    height: 80px!important;
}

.ad08 {
    display: block;
    width: 730px;
    height: 80px;
}

.ad01 img,.ad02 img,.ad03 img,.ad04 img,.ad05 img,.ad06 img,.ad07 img,.ad08 img {
    width: 100%;
    height: 100%;
}

.f-l-con {
    position: relative;
    padding-left: 78px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 28px;
    font-size: 14px;
    color: #666;
}

.f-l-con .tit {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 78px;
    height: 28px;
    line-height: 28px;
}

.f-l-con a {
    float: left;
    margin-right: 14px;
    line-height: 28px;
}

.f-l-con a.spe {
    float: right;
    margin-right: 0;
}

.block1 {
    background: #ecf5fa;
    border: 1px solid #e9e9e9;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.block1:hover {
    background: #2b70ae;
    border-color: #2b70ae;
    color: #fff;
}

.block2 {
    background: #fff;
    border: 1px solid #e9e9e9;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.block2:hover {
    background: #2b70ae;
    border-color: #2b70ae;
    color: #fff;
}

.search-bar-sm {
}

.search-bar-sm .inp {
    padding-left: 6px;
    width: 168px;
    height: 28px;
    line-height: 28px;
    border: none;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.search-bar-sm .btn {
    width: 64px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff9f00;
    font-size: 14px;
    color: #fff;
    border: none;
}

.share-btn,.collection-btn,.compare-btn {
    line-height: 18px;
    color: #999;
    font-size: 12px;
}

.share-btn:hover,.collection-btn:hover,.compare-btn:hover {
    color: #dd3635;
}

.compare-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 18px;
    line-height: 18px;
    background: #efefef;
    border: 1px solid #dfdfdf;
    font-size: 12px;
}

.compare-btn-done {
    background: #e96243;
    color: #fff;
}

.compare-btn-done:hover {
    color: #fff;
}

.icon-compare:before {
    content: "";
    display: block;
    float: left;
    margin-left: 3px;
    margin-top: 2px;
    width: 14px;
    height: 14px;
    background-color: #fff;
}

.compare-btn-done .icon-compare:before {
    background-image: url(icon-index-normal.png);
    background-repeat: no-repeat;
    background-position: -88px -88px;
    background-color: #fff;
}

.icon-search:before,.icon-horn:before,.icon-arrow1:before,.icon-ranking1:before,.icon-had:before,.icon-hadno:before,.icon-zk:before,.icon-bkw:before,.icon-jd:before,.icon-bk:before,.icon-yjs:before,.icon-gw:before,.icon-eye:before,.icon-bk-group:before,.icon-star:before,.icon-blue-dot:before,.title5 a.active:before,.icon-interview:before,.icon-yxk:before,.icon-zyk:before,.icon-jzk:before,.icon-location:before,.icon-letter:before,.icon-star2:before,.icon-classify:before,.icon-del:before,.icon-del2:before,.icon-arrow2:before,.icon-arrow3:before,.icon-add:before,.icon-arrow4:before,.icon-star3:before,.icon-bm:before,.icon-bmlc-bg:before,.icon-star4:before {
    content: "";
    background-image: url(icon-index-normal.png);
    background-repeat: no-repeat;
}

.icon-search:before {
    display: block;
    width: 17px;
    height: 18px;
    background-position: 0 0;
}

.icon-horn:before {
    display: inline-block;
    width: 15px;
    height: 14px;
    background-position: 0 -90px;
    vertical-align: middle;
}

.icon-arrow1:before {
    display: inline-block;
    width: 6px;
    height: 11px;
    font-size: 0;
    background-position: 0 -60px;
    vertical-align: middle;
}

.icon-ranking1:before {
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background-position: 0 -120px;
    vertical-align: middle;
}

.icon-had:before,.icon-hadno:before {
    display: block;
    width: 16px;
    height: 16px;
}

.icon-had:before {
    background-position: 0 -150px;
}

.icon-hadno:before {
    background-position: -30px -150px;
}

.icon-zk:before,.icon-bkw:before,.icon-jd:before,.icon-bk:before,.icon-yjs:before,.icon-gw:before {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.icon-zk:before {
    background-position: -120px 0;
}

.icon-bkw:before {
    background-position: -120px -30px;
}

.icon-jd:before {
    background-position: -120px -60px;
}

.icon-bk:before {
    background-position: -120px -90px;
}

.icon-yjs:before {
    background-position: -120px -120px;
}

.icon-gw:before {
    background-position: -120px -150px;
}

.icon-zk:hover:before,.icon-bkw:hover:before,.icon-jd:hover:before,.icon-bk:hover:before,.icon-yjs:hover:before,.icon-gw:hover:before {
    background-position-x: -150px;
}

.icon-eye:before {
    display: inline-block;
    margin-right: 4px;
    vertical-align: 1px;
    width: 14px;
    height: 8px;
    font-size: 0;
    background-position: -180px 0;
}

a:hover .icon-eye:before,.icon-eye:hover:before {
    background-position-x: -210px;
}

.icon-bk-group:before {
    display: inline-block;
    width: 92px;
    height: 26px;
    vertical-align: -7px;
    background: url(add-qq.jpg) no-repeat;
}

.icon-star:before {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background-position: -180px -60px;
}

.icon-blue-dot:before {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    background-position: -180px -120px;
}

.title5 a.active:before {
    position: absolute;
    bottom: -6px;
    left: 31px;
    display: block;
    width: 10px;
    height: 6px;
    background-position: -180px -150px;
}

.icon-interview:before {
    display: inline-block;
    margin-right: 6px;
    width: 24px;
    height: 19px;
    background-position: -210px -120px;
    vertical-align: middle;
}

.icon-yxk:before,.icon-zyk:before,.icon-jzk:before {
    display: inline-block;
    margin-right: 4px;
    vertical-align: -2px;
    font-size: 0;
}

.icon-yxk:before {
    width: 12px;
    height: 14px;
    background-position: -270px 0;
}

.icon-zyk:before {
    width: 14px;
    height: 14px;
    background-position: -270px -30px;
}

.icon-jzk:before {
    width: 11px;
    height: 14px;
    background-position: -270px -60px;
}

.icon-yxk:hover:before,.icon-zyk:hover:before,.icon-jzk:hover:before,.icon-yxk.active:before,.icon-zyk.active:before,.icon-jzk.active:before {
    background-position-x: -300px;
}

.icon-location:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 16px;
    height: 20px;
    background-position: -210px -150px;
}

.icon-letter:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    background-position: -240px -150px;
}

.icon-star2:before {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 6px;
    width: 14px;
    height: 14px;
    background-position: -240px -120px;
}

.icon-classify:before {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 6px;
    width: 14px;
    height: 14px;
    background-position: -270px -150px;
}

.icon-del:before {
    display: block;
    width: 8px;
    height: 8px;
    font-size: 0;
    background-position: -300px -120px;
}

.icon-del2:before {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 4px;
    width: 12px;
    height: 12px;
    font-size: 0;
    background-position: -300px -90px;
}

.icon-del2:hover:before {
    background-position: -280px -90px;
}

.icon-arrow2:before {
    display: inline-block;
    margin-left: 5px;
    width: 8px;
    height: 10px;
    background-position: -330px 0;
    vertical-align: middle;
}

.icon-arrow3:before {
    display: inline-block;
    margin-left: 5px;
    width: 8px;
    height: 10px;
    background-position: -330px -30px;
    vertical-align: middle;
}

.icon-add:before {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    width: 11px;
    height: 11px;
    font-size: 0;
    background-position: -60px -90px;
    cursor: pointer;
}

.icon-arrow4:before {
    display: block;
    position: absolute;
    left: 3px;
    top: 16px;
    width: 6px;
    height: 12px;
    font-size: 0;
    background-position: -60px -120px;
}

.icon-star3:before {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-position: -240px -60px;
    vertical-align: -1px;
}

.icon-star3-yellow:before {
    background-position: -210px -60px;
}

.icon-bm:before {
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    background-position: -300px -150px;
    vertical-align: -1px;
}

.icon-bmlc-bg {
    position: relative;
}

.icon-bmlc-bg:before {
    display: block;
    position: absolute;
    top: 10px;
    right: -3px;
    width: 5px;
    height: 62px;
    background-position: -330px -60px;
}

.icon-major1,.icon-major2,.icon-major3, .icon-major4, .icon-major5 {
    display: inline-block;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    vertical-align: 1px;
    font-weight: 300;
}

.icon-major1 {
    background: #4794d9;
}

.icon-major2 {
    background: #54c041;
}

.icon-major3 {
    background: #8b69da;
}

.icon-major4 {
    background: #d01f36;
}

.icon-major5 {
    background: #f4a930;
}

.icon-star4:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: 0 -180px;
    vertical-align: middle;
}

.icon-yxk2:before,.icon-zyk2:before,.icon-jzk2:before,.icon-bkcs2:before,.icon-xwzx2:before,.icon-zsdt2:before,.icon-zcfg2:before,.icon-jwgg2:before,.icon-xyjy2:before,.icon-msft2:before,.icon-zxhd2:before,.icon-xytj2:before {
    content: "";
    display: block;
    margin-top: 15px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    height: 32px;
    background-image: url(icon-index2.png);
    background-repeat: no-repeat;
}

.icon-yxk2:before {
    width: 32px;
    background-position: 0 0;
}

.icon-zyk2:before {
    width: 24px;
    background-position: 0 -40px;
}

.icon-jzk2:before {
    width: 30px;
    background-position: 0 -80px;
}

.icon-bkcs2:before {
    width: 27px;
    background-position: 0 -120px;
}

.icon-xwzx2:before {
    width: 28px;
    background-position: 0 -160px;
}

.icon-zsdt2:before {
    width: 26px;
    background-position: 0 -200px;
}

.icon-zcfg2:before {
    width: 31px;
    background-position: 0 -240px;
}

.icon-jwgg2:before {
    width: 29px;
    background-position: 0 -280px;
}

.icon-xyjy2:before {
    width: 34px;
    background-position: 0 -320px;
}

.icon-msft2:before {
    width: 27px;
    background-position: 0 -360px;
}

.icon-zxhd2:before {
    width: 24px;
    background-position: 0 -400px;
}

.icon-xytj2:before {
    width: 30px;
    background-position: 0 -440px;
}

.icon-yxk2:hover:before,.icon-zyk2:hover:before,.icon-jzk2:hover:before,.icon-bkcs2:hover:before,.icon-xwzx2:hover:before,.icon-zsdt2:hover:before,.icon-zcfg2:hover:before,.icon-jwgg2:hover:before,.icon-xyjy2:hover:before,.icon-msft2:hover:before,.icon-zxhd2:hover:before,.icon-xytj2:hover:before {
    background-position-x: -40px;
}

.icon-bm-title1:before,.icon-bm-title2:before,.icon-bm-title3:before,.icon-bm-title4:before,.icon-bm-title5:before,.icon-bm-title6:before,.icon-bm-title7:before,.icon-bm-title8:before {
    content: "";
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 26px;
    height: 34px;
    background-image: url(icon-bm-title.png);
    background-repeat: no-repeat;
}

.icon-bm-title1:before {
    background-position: 0 0;
}

.icon-bm-title2:before {
    background-position: 0 -40px;
}

.icon-bm-title3:before {
    background-position: 0 -80px;
}

.icon-bm-title4:before {
    background-position: 0 -120px;
}

.icon-bm-title5:before {
    background-position: 0 -160px;
}

.icon-bm-title6:before {
    background-position: 0 -200px;
}

.icon-bm-title7:before {
    background-position: 0 -240px;
}

.icon-bm-title8:before {
    background-position: 0 -280px;
}

.icon-bm-title1:hover:before,.icon-bm-title2:hover:before,.icon-bm-title3:hover:before,.icon-bm-title4:hover:before,.icon-bm-title5:hover:before,.icon-bm-title6:hover:before,.icon-bm-title7:hover:before,.icon-bm-title8:hover:before {
    background-position-x: -40px;
}

.icon-block1,.icon-block2 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #eaeaea;
    color: #999;
    font-weight: 700;
}

.icon-block1 {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.icon-block1-spe1 {
    background: #dd3635;
    color: #fff;
}

.icon-block1-spe2 {
    background: #ff9f00;
    color: #fff;
}

.icon-block2 {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.icon-block2-spe {
    background: #ff9f00;
    color: #fff;
}

.icon-block3:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 3px;
    height: 3px;
    background: #e0e0e0;
    vertical-align: middle;
}

.article-con a {
    color: #eb613c;
}

a.keylink {
    color: #136ec2;
    border-bottom: 1px dotted #136ec2;
}

a.keylink:hover {
    color: #eb613c;
    border-bottom: 1px solid #eb613c;
}

.other-add {
    position: relative;
    display: inline-block;
}

.other-add-cont {
    position: absolute;
    left: 13px;
    top: -10px;
    padding-left: 8px;
    z-index: 98;
}

.other-add-con {
    padding: 5px;
    min-width: 60px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #e3e3e3;
    font-size: 14px;
    color: #333;
    z-index: 99;
    text-align: center;
    display: none;
}

.other-add:hover .other-add-con {
    display: block;
}

.nheight1 {
    height: 768px;
}

.nheight2 {
    height: 218px;
}

.h238 {
    height: 238px;
}

.h153 {
    height: 153px;
}

.h328 {
    height: 328px;
}

.h184 {
    height: 184px;
}

.h265 {
    height: 265px;
}

.nli {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 270px;
}

.index-mid-mid1 .word-style1 {
    padding-top: 8px;
    padding-bottom: 7px;
}

.area-borb .five-method {
    padding: 10px;
    padding-bottom: 0;
}

.area-borb .six-people,.area-borb .ques-ranking {
    padding: 10px;
    border-bottom: 10px solid #f5f5f5;
}

.list-ul3.index-list-w .list-tit {
    width: 200px;
}

.index-ad-fd {
    border-top: 10px solid #f5f5f5;
}

.index-ad-fd .con2 {
    margin-right: -10px;
}

.index-ad-fd .con2 a {
    float: left;
    margin-right: 10px;
    margin-bottom: 8px;
    display: block;
    width: 129px;
    height: 60px;
    text-align: center;
}

.index-ad-fd .con2 a img {
    width: 100%;
    height: 100%;
}

.index-widd {
    width: 900px;
}

.index-conr {
    width: 900px;
    background: #fff;
    box-sizing: border-box;
    padding-top: 0;
}

.index-conr h2 {
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #ededed;
}

.index-conr h2 a {
    font-weight: normal;
}

.index-ccon .chosen-list {
    position: relative;
    float: left;
    width: 220px;
    height: 50px;
    margin: 20px 0 0;
}

.index-ccon .chosen-list dt {
    float: left;
    margin-right: 14px;
}

.index-ccon .chosen-list dt img {
    width: 45px;
    height: 45px;
}

.index-ccon .chosen-list .tit {
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
}

.index-ccon .chosen-list .tit a {
    color: #2b70ae;
}

.index-ccon .chosen-list .detail {
    line-height: 26px;
    font-size: 14px;
}

.index-ccon .chosen-list .detail a {
    margin-right: 10px;
    color: #999;
}

.index-ccon .chosen-list .tag {
    position: absolute;
    top: 0;
    right: 0;
}

.index-ccon .chosen-list-hov .tag {
    top: 0;
    right: 0;
}

.index-ccon .chosen-list .tag a {
    float: left;
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.index-ccon .chosen-list .tag .tag2 {
    background: #3b90dd;
}

.index-ccon .chosen-list .tag .tag3 {
    background: #dd3635;
}

.index-ccon .chosen-list .tag .tag66 {
    background: #f68921;
}

.index-ccon .chosen-list .tag .tag67 {
    background: #3b90dd;
}

.index-ccon .chosen-list .tag .tag68 {
    background: #2d686f;
}

.index-ccon .chosen-title2 {
    padding-left: 10px;
    padding-right: 10px;
    height: 36px;
    line-height: 36px;
    background: #f2f2f2;
    font-size: 14px;
    color: #666;
    font-weight: 700;
}

.index-ccon {
    width: 100%;
}

.index-ccon .chosen-list2 {
    width: 176px;
}

.index-ccon .chosen-list .detail a:hover,.index-ccon .chosen-list .tit a:hover {
    color: #dd3635;
}

.index-more-rule {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #dd3635;
    background: #f6f6f6;
    text-align: center;
    font-size: 16px;
}

.index-more-rule:hover {
    color: #fff;
    background: #dd3635;
}

.index-rule-are .area-site-rule .rule-list {
    padding: 9px 0 0 0;
}

.hot-zt .hot-zt-con1 {
    padding-top: 4px;
}

.index-rule-are .rule-list-con {
    height: 559px;
    overflow: hidden;
    position: relative;
}

.index-ad a {
    display: block;
    width: 1200px;
    height: 98px;
}

.index-ad a img {
    width: 100%;
    height: 100%;
}

.index-bot-list .list-width1 {
    width: 370px;
}

.index-bot-list .title1 {
    width: 100%;
    height: 23px;
}

.index-bot-list .title1 .see-more {
    padding-top: 7px;
}

.index-bot-list .title1 h2 {
    border-bottom: 2px solid #2b70ae;
    padding-bottom: 7px;
    font-size: 20px;
}

.index-bad a {
    display: block;
    width: 370px;
    height: 190px;
    margin: 10px 0;
}

.index-bad a img {
    width: 100%;
    height: 100%;
}

.index-bot-list .list-ul4 li {
    position: relative;
    padding-left: 12px;
    overflow: hidden;
}

.index-bot-list .list-ul4 li:before {
    width: 5px;
    height: 5px;
    background: #cdcdcd;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 12px;
    left: 1px;
}

.index-bot-list .index-bmore li {
    float: left;
    font-size: 14px;
    margin-top: 7px;
    margin-left: 15px;
}

.index-bot-list .index-bmore li a {
    color: #999;
}

.index-bot-list .index-bmore li a:hover {
    color: #dd3635;
}

.index-bot-list .list-width2 {
    width: 780px;
    margin-left: 30px;
}

.index-bot-list .list-width2 .index-bc {
    width: 380px;
    float: left;
    height: 240px;
}

.index-bot-list .list-width2 .index-bc .index-bad a {
    display: block;
    width: 380px;
    height: 100px;
}

.index-bad a img {
    width: 100%;
    height: 100%;
}

.ques-ranking-h {
    height: 315px;
    overflow: hidden;
}

.index-wd-h {
    height: 426px;
    overflow: hidden;
}

.new-listt5 .img-list5 {
    margin-top: 10px;
    margin-bottom: 0;
    height: 45px;
    width: 174px;
}

.top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    color: #666;
}

.split-line {
    font-size: 12px;
    color: #c8c8c8;
    font-family: "simsun";
}



.footer-index-up {
}

.footer-index-up ul {
    margin-right: 86px;
}

.footer-index-up ul.spe {
    margin-right: 0;
}

.footer-index-up li {
    line-height: 26px;
    font-size: 14px;
    color: #666;
}

.footer-index-up li.tit {
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
}

.footer-index-up li a {
    font-size: 14px;
}

.footer-index-up dl {
    margin-left: 38px;
    width: 80px;
    text-align: center;
}

.footer-index-up dl.spe {
    margin-left: 0;
}

.footer-index-up dl dd {
    line-height: 26px;
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.footer-index-up dl dt {
    width: 80px;
    height: 80px;
}

.footer-index-up dl dt a img {
    width: 100%;
    height: 100%;
}

.footer-index-mid {
    text-align: center;
}

.footer-index-mid a {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.footer-index-botm {
    text-align: center;
    color: #666;
}

.nav-index {
    height: 42px;
}

.nav-index li {
    float: left;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.nav-index li .split-line {
    color: #53a2e5;
}

.nav-index li a {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 14px;
    color: #fff;
}

.nav-index li a:hover,.nav-index li a.active {
    border-bottom: 1px solid #fff;
}

.icon-rmb {
    position: relative;
}

.icon-rmb:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(icon-rmb.png) no-repeat;
    position: absolute;
    left: 24px;
    top: -8px;
}

.nav-crumb {
    height: 40px;
    line-height: 40px;
}

.nav-crumb a {
    font-size: 14px;
}

.nav-crumb>a.spe {
    cursor: default;
}

.nav-crumb>a.spe:hover {
    color: #666;
}

.nav-crumb>span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    font-family: "SimSun";
    color: #666;
}

.nav-crumb>em {
    font-size: 14px;
    color: #666;
}

.college-index .title12 {
    line-height: 30px;
}

.chosen-method {
    padding-top: 10px;
    background: #f1f1f1;
    margin-right: -10px;
}

.chosen-method a {
    float: left;
    display: block;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    font-size: 14px;
}

.chosen-method a.active,.chosen-method a:hover {
    background: #ff9f00;
    color: #fff;
}

.chosen-method a.bg-gray {
    background-color: #d8d8d8;
    cursor: default;
}

.chosen-method a.bg-gray:hover {
    color: #666;
}

.chosen-method1 {
    padding-left: 14px;
    width: 1166px;
}

.chosen-method1 a {
    margin-right: 10px;
    width: 48px;
}

.chosen-method2 {
    padding-left: 10px;
    width: 1170px;
}

.chosen-method2 a {
    margin-right: 9px;
    width: 36px;
}

.chosen-method3 {
    padding-left: 10px;
    width: 1170px;
}

.chosen-method3 a {
    margin-right: 10px;
    width: 107px;
}

.chosen-method4 {
    padding-left: 10px;
    width: 1170px;
}

.chosen-method4 a {
    margin-right: 10px;
    width: 80px;
}

.chosen-title {
    padding-left: 10px;
    padding-right: 10px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
}

.chosen-title h3 {
    font-weight: 700;
}

.chosen-cont {
    margin-right: -10px;
    padding-top: 10px;
}

.chosen-list {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 5px;
    //width: 216px;
    width: 270px;
    height: 68px;
    border: 1px solid #eee;
}

.chosen-list-hov {
    margin-top: -1px;
    margin-left: -1px;
    margin-right: 9px;
    margin-bottom: 9px;
    border: 2px solid #dd3635;
}

.chosen-list dt {
    float: left;
    margin-right: 14px;
}

.chosen-list dt img {
    width: 68px;
    height: 68px;
}

.chosen-list .tit {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
}

.college-index .chosen-list .tit {
    padding-left: 0;
}

.chosen-list .detail {
    line-height: 26px;
    font-size: 14px;
}

.chosen-list .detail a {
    margin-right: 2px;
}

.chosen-list .tag {
    position: absolute;
    top: 0;
    right: 0;
}

.chosen-list-hov .tag {
    top: 0;
    right: 0;
}

.chosen-list .tag a {
    float: left;
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.chosen-list .tag .tag2 {
    background: #3b90dd;
}

.chosen-list .tag .tag3 {
    background: #dd3635;
}

.chosen-list .tag .tag66 {
    background: #f68921;
}

.chosen-list .tag .tag67 {
    background: #3b90dd;
}

.chosen-list .tag .tag68 {
    background: #2d686f;
}

.chosen-list2 {
    width: 176px;
}

.chosen-list .tit {
    padding-left: 10px;
}

.chosen-list .detail {
    padding-left: 10px;
}

.chosen-title2 {
    padding-left: 10px;
    padding-right: 10px;
    height: 36px;
    line-height: 36px;
    background: #f2f2f2;
    font-size: 14px;
    color: #666;
    font-weight: 700;
}

.college-index .title13 a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
}

input::-ms-clear {
    display: none;
}

body {
}

