* {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box
}
html {
    height: 100%
}
body {
    font-family: "微软雅黑";
    background-color: #fff;
    height: 100%;
    position: relative;
    min-width: 1200px
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal
}
a {
    color: #3a3a3a;
    width: 100%;
    height: 100%;
    cursor: pointer
}
a img {
    border: none
}
@keyframes trail_ {
    from {
        transform: rotateZ(0deg)
    }
    to {
        transform: rotateZ(360deg)
    }
}
.box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}
.module {
    display: inline-block;
    float: left
}
.module .title {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50px
}
.module .title h2 {
    color: #353535;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
    display: inline-block;
    position: relative
}
.module .title p {
    display: inline-block;
    background-color: #e4e4e4;
    height: 8px;
    margin-left: 15px;
    position: relative;
    top: -3px
}
.module .title a {
    font-size: 14px;
    color: #8f8f8f;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    width: auto;
    height: auto
}
.module .title a em {
    background: url(../images/icon_arrows.png) no-repeat;
    width: 5px;
    height: 8px;
    display: inline-block
}
header {
    width: 100%;
    line-height: 30px;
    background-color: #f6f4f4;
    border-bottom: 1px solid #f0efef
}
header p {
    display: inline-block
}
header span {
    float: right
}
header span a {
    line-height: 31px;
    border-right: 1px solid #a1a1a1;
    padding: 0 10px
}
header span a:last-child {
    border: 0px
}
.logo {
    padding: 10px 0px
}
.logo img {
    display: inline-block
}
.logo .logo_right {
    float: right;
    margin-top: 25px
}
.logo .logo_right span {
    font-size: 15px;
    color: #a1a1a1;
    text-align: right;
    display: block
}
.logo .logo_right p {
    color: #8c0a03;
    font-size: 30px;
    font-weight: bold;
    position: relative
}
.logo .logo_right p em {
    background: url(../images/logo_dh.png) no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -44px
}
.nav {
    background-color: #8c0a03
}
.nav ul {
    overflow: hidden
}
.nav ul li {
    float: left;
    width: 120px;
    line-height: 57px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-right: 1px solid #770600
}
.nav ul li .nav_child {
    display: none
}
.nav ul li:hover,
.nav ul li.on {
    background-color: #b32820
}
.nav ul li:last-child {
    border-right: 0px
}
.nav ul li a {
    color: #fff
}
.nav ul li a h2 {
    font-weight: normal;
    font-size: 16px
}
.banner {
    width: 100%;
    position: relative
}
.banner ul {}
.banner ul li {}
.banner ul li img {
    width: 100%
}
.banner .banner_btn {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center
}
.banner .banner_btn dl {
    width: 100%;
    text-align: center;
    display: block
}
.banner .banner_btn dl dd {
    background-color: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px
}
.banner .banner_btn dl dd.on {
    background-color: #1676bc
}
.search {}
.search span {
    float: left;
    margin-top: 15px
}
.search span,
.search span a {
    color: #b32820;
    font-size: 14px
}
.search .search_btn {
    display: inline-block;
    margin-top: 13px;
    margin-left: 20px
}
.search .search_btn input {
    padding-left: 5px;
    float: left;
    height: 25px
}
.search .search_btn i {
    background: url(../images/search_btn.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: sub;
    cursor: pointer
}
.inform {
    margin-top: 20px
}
.inform .box {
    overflow: initial;
    height: 380px
}
.inform .module {
    height: 355px;
    border: 1px solid #e4e4e4;
    padding: 0 10px;
    margin-bottom: 30px
}
.inform .module .title {
    margin-bottom: 10px
}
.inform .shwh {
    width: 373px
}
.inform .shwh_title {}
.shwh h2 {
    background: url(../images/shwh.png) no-repeat;
    background-size: 32px 26px;
    padding-left: 42px;
    background-position: 0 12px
}
.inform .shwh_cont {}
.inform .shwh_box {
    position: relative
}
.inform .shwh_cont .shwh_ban {
    overflow: hidden;
    width: 353px
}
.shwh_ban ul {
    overflow: auto;
    width: 9990px
}
.shwh_ban ul li {
    float: left;
    width: 353px;
    position: relative
}
.shwh_ban ul li img {
    margin: 0 auto;
    border: 1px solid #c9c9c9;
    width: 100%;
    height: 215px
}
.shwh_ban ul li p {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    line-height: 27px;
    font-size: 13px;
    padding-left: 4px
}
.notice_shadow {
    position: absolute;
    bottom: 30px;
    right: 0
}
.notice_shadow ul {}
.notice_shadow ul li {
    float: left;
    margin-left: 2px;
    background-color: #fff;
    color: #b32820;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}
.notice_shadow ul li.on {
    background-color: #b32820;
    color: #fff
}
.shwh_cont .shwh_text {}
.shwh_cont .shwh_text p {
    line-height: 22px;
    font-size: 13px;
    margin-top: 10px
}
.inform .tzgg {
    width: 410px;
    margin-left: 12px
}
.inform .tzgg_title {}
.tzgg h2 {
    background: url(../images/tzgg.png) no-repeat;
    background-size: 30px 25px;
    background-position: 0 14px;
    padding-left: 40px
}
.tzgg_cont {}
.tzgg_cont ul {
    overflow: hidden
}
.tzgg_cont ul li {
    float: left;
    width: 83px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px
}
.tzgg_cont ul li.on {
    background-color: #8c0a03
}
.tzgg_cont ul li a {
    font-size: 16px
}
.tzgg_cont ul li.on a {
    color: #fff
}
.tzgg_cont ul li em {
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 6.5px;
    border-style: solid;
    border-color: #8c0a03 transparent transparent transparent;
    margin-left: -3.25px;
    display: none
}
.tzgg_cont ul li.on em {
    display: block
}
.tzgg_cont .tzgg_vessel {}
.tzgg_vessel div {
    display: none
}
.tzgg_cont .tzgg_vessel ol {
    margin-top: 10px
}
.tzgg_cont .tzgg_vessel ol li {
    overflow: hidden;
    line-height: 30px;
    border-bottom: 1px dashed #e6e6e6
}
.tzgg_cont .tzgg_vessel ol li p {
    width: 90%;
    float: left;
    color: #525252;
    font-size: 14px
}
.tzgg_cont .tzgg_vessel ol li span {
    width: 10%;
    float: right;
    text-align: right;
    color: #a9a9a9;
    font-size: 14px
}
.inform .shjs {
    width: 400px;
    margin-left: 5px
}
.inform .shjs_title {}
.inform .shjs h2 {
    background: url(../images/shjs.png) no-repeat;
    background-size: 28px 32px;
    background-position: 0 10px;
    padding-left: 40px
}
.shjs_cont {}
.shjs_cont p {
    font-size: 13px;
    color: #565656;
    line-height: 24px
}
.shjs_cont ul {
    overflow: hidden
}
.shjs_cont li {
    width: 182px;
    line-height: 40px;
    float: left;
    background-color: #cb965b;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 10px
}
.shjs_cont li:nth-child(even) {
    float: right
}
.shjs_cont li.shjj {
    background: url(../images/shjj.png) no-repeat;
    background-size: 20px 25px;
    background-color: #cb965b;
    background-position: 20% 50%
}
.shjs_cont li.shzd {
    background: url(../images/shzd.png) no-repeat;
    background-size: 21px 21px;
    background-color: #cb965b;
    background-position: 20% 50%
}
.shjs_cont li.zzjg {
    background: url(../images/zzjg.png) no-repeat;
    background-size: 24px 21px;
    background-color: #cb965b;
    background-position: 20% 50%
}
.shjs_cont li.fzjg {
    background: url(../images/fzjg.png) no-repeat;
    background-size: 26px 22px;
    background-color: #cb965b;
    background-position: 20% 50%
}
.shjs_cont li.shzc {
    background: url(../images/shzc.png) no-repeat;
    background-size: 20px 24px;
    background-color: #cb965b;
    background-position: 20% 50%
}
.shjs_cont li.dsj {
    background: url(../images/dsj.png) no-repeat;
    background-size: 22px 26px;
    background-color: #cb965b;
    background-position: 20% 50%
}
.shjs_cont li a {
    color: #fff
}
.shjs_cont div {
    text-align: center;
    margin-top: 4px
}
.shjs_cont div .apply {
    background: url(../images/apply.png?0.1) no-repeat;
    width: 184px;
    height: 63px;
    display: inline-block
}
.shjs_cont div .login {
    background: url(../images/login.png?0.1) no-repeat;
    width: 184px;
    height: 67px;
    display: inline-block;
    position: relative
}
.sh_serve {
    background-color: #f7f7f7;
    padding-bottom: 30px
}
.sh_serve .box {
    background: url(../images/box_bg.png) no-repeat;
    padding-top: 25px;
    background-position: -100px 0
}
.sh_serve .shfw {
    width: 353px
}
.sh_serve .shfw h2 {
    background: url(../images/shfw.png) no-repeat;
    background-size: 27px 27px;
    background-position: 0 13px;
    padding-left: 40px
}
.shfw .shfw_cont {}
.shfw .shfw_cont ul {
    overflow: hidden
}
.shfw .shfw_cont ul li {
    float: left;
    width: 33.3%;
    text-align: center;
    margin-top: 25px
}
.shfw .shfw_cont ul li span {
    background-color: #cccccc;
    border-radius: 50%;
    width: 84px;
    height: 84px;
    display: inline-block;
    position: relative
}
.shfw .shfw_cont ul li p {
    margin-top: 5px
}
.shfw .shfw_cont ul li.on span,
.shfw .shfw_cont ul li:hover span {
    background-color: #8c0a03
}
.shfw .shfw_cont ul li span img {
    position: absolute;
    top: 50%;
    left: 50%
}
.shfw .shfw_cont ul li.xcfw span img {
    margin-left: -19.5px;
    margin-top: -19.5px
}
.shfw .shfw_cont ul li.shgy span img {
    margin-left: -23.5px;
    margin-top: -18px
}
.shfw .shfw_cont ul li.jmxx span img {
    margin-left: -23px;
    margin-top: -25px
}
.shfw .shfw_cont ul li.jyfw span img {
    margin-left: -24px;
    margin-top: -21.5px
}
.shfw .shfw_cont ul li.fvwq span img {
    margin-left: -19px;
    margin-top: -20px
}
.shfw .shfw_cont ul li.jrfw span img {
    margin-left: -19px;
    margin-top: -25px
}
.sh_serve .xlwh {
    width: 390px;
    margin-left: 40px
}
.xlwh h2 {
    background: url(../images/xlwh.png) no-repeat;
    background-size: 27px 27px;
    background-position: 0 12px;
    padding-left: 40px
}
.xlwh .xlwh_cont {
    margin-top: 10px
}
.xlwh .xlwh_cont ul {}
.xlwh .xlwh_cont ul li {
    position: relative;
    padding: 10px;
    border-bottom: 1px dashed #e6e6e6
}
.xlwh .xlwh_cont ul li h4 {
    font-size: 16px
}
.xlwh .xlwh_cont ul li p {
    font-size: 12px;
    color: #565656;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}
.xlwh .xlwh_cont ul li span {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px
}
.xlwh .xlwh_cont ul li.on,
.xlwh .xlwh_cont ul li:hover {
    background-color: #8c0a03
}
.xlwh .xlwh_cont ul li.on h4,
.xlwh .xlwh_cont ul li:hover h4 {
    color: #fff
}
.xlwh .xlwh_cont ul li.on p,
.xlwh .xlwh_cont ul li:hover p {
    color: #fff
}
.xlwh .xlwh_cont ul li.on span,
.xlwh .xlwh_cont ul li:hover span {
    color: #fff
}
.xlwh .xlwh_cont ul li.on em,
.xlwh .xlwh_cont ul li:hover em {
    background: url(../images/xlwh_icon.png) no-repeat;
    width: 11px;
    height: 6px;
    top: 100%;
    left: 0;
    position: absolute
}
.sh_serve .spzx {
    width: 380px;
    margin-left: 36px
}
.spzx h2 {
    background: url(../images/spzx.png) no-repeat;
    background-size: 31px 29px;
    background-position: 0 12px;
    padding-left: 40px
}
.spzx_cont {}
.spzx_cont object,
.spzx_cont embed {
    width: 375px;
    height: 212px;
    background-color: #e6e6e6
}
.spzx_cont video {
    width: 375px;
    height: 212px;
    background-color: #e6e6e6
}
.spzx_cont p {
    font-size: 14px;
    color: #515151;
    margin-top: 15px;
    white-space: nowrap
}
.spzx_cont p:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #8c0a03;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 2px
}
.hyfc {
    margin-top: 25px
}
.hyfc .box {
    overflow: initial
}
.hyfc .title {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50px
}
.hyfc .title h2 {
    color: #353535;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px
}
.hyfc .title a {
    font-size: 14px;
    color: #8f8f8f;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    width: auto
}
.hyfc .title a em {
    background: url(../images/icon_arrows.png) no-repeat;
    width: 5px;
    height: 8px;
    display: inline-block
}
.hyfc h2 {
    background: url(../images/hyfc.png) no-repeat;
    background-size: 32px 25px;
    background-position: 0 50%;
    padding-left: 42px
}
.hyfc .hyfc_list {
    position: relative
}
.hyfc .hyfc_list div {
    overflow: hidden
}
.hyfc .hyfc_list ul {
    overflow: auto;
    width: 99999px
}
.hyfc .hyfc_list ul li {
    float: left;
    width: 219px;
    background-color: #fff;
    text-align: center;
    padding-bottom: 15px;
    margin-right: 24px;
    border: 1px solid #e9e9e9;
    box-sizing: initial
}
.hyfc .hyfc_list ul li:nth-child(5n) {
    margin-right: 23px
}
.hyfc .hyfc_list ul li:hover {
    background-color: #8c0a03
}
.hyfc .hyfc_list ul li:last-child {
    margin-right: 0px
}
.hyfc .hyfc_list ul li img {
    width: 219px;
    height: 140px;
    margin: 0 auto
}
.hyfc .hyfc_list ul li h4 {
    color: #000;
    font-size: 18px;
    margin-top: 15px
}
.hyfc .hyfc_list ul li:hover h4 {
    color: #fff
}
.hyfc .hyfc_list ul li p {
    color: #515151;
    font-size: 12px;
    margin-top: 5px
}
.hyfc .hyfc_list ul li:hover p {
    color: #fff
}
.hyfc_list .prev {
    background: url(../images/prev.png) no-repeat;
    width: 26px;
    height: 49px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -5%;
    margin-top: -24.5px
}
.hyfc_list .next {
    background: url(../images/next.png) no-repeat;
    width: 26px;
    height: 49px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -5%;
    margin-top: -24.5px
}
.yqlj {
    margin-top: 40px;
    padding-bottom: 32px
}
.yqlj .title {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50px
}
.yqlj .title h2 {
    color: #353535;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px
}
.yqlj .title a {
    font-size: 14px;
    color: #8f8f8f;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    width: auto
}
.yqlj .title a em {
    background: url(../images/icon_arrows.png) no-repeat;
    width: 5px;
    height: 8px;
    display: inline-block
}
.yqlj h2 {
    background: url(../images/yqlj.png) no-repeat;
    background-size: 30px 26px;
    background-position: 0 50%;
    padding-left: 40px
}
.yqlj_cont {
    position: relative;
    padding-top: 6px
}
.yqlj_cont div {
    overflow: hidden
}
.yqlj_cont img {
    width: 133px;
    height: 63px
}
.yqlj_cont div ul {
    overflow: auto;
    width: 9999px
}
.yqlj_cont div ul li {
    float: left;
    margin-right: 19px;
    width: 133px
}
.yqlj_cont div ul li:last-child {
    margin-right: 0px
}
.yqlj_cont span {
    position: absolute;
    top: -35%;
    right: 5px
}
.yqlj_cont span a {
    font-size: 12px;
    width: 27px;
    height: 27px;
    background-color: #cecece;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 27px
}
.yqlj_cont span a:hover {
    background-color: #8c0a03
}
footer {
    border-top: 2px solid #8c0a03;
    background-color: #f0f0f0;
    padding-bottom: 35px
}
footer .footer_text {
    margin-top: 25px;
    float: left
}
footer .footer_text p {
    color: #898989;
    font-size: 14px;
    margin-top: 10px
}
footer .footer_code {
    float: right;
    margin-top: 25px;
    border-left: 1px solid #e2e2e2;
    padding-left: 25px
}
.list_box {
    padding-bottom: 64px;
    background: #fff;
}
.list_box .box {
    padding-top: 25px
}
.list_box .list_left {
    width: 270px;
    float: left
}
.list_left .left_top {
    background-image: linear-gradient(to right, #422e5d, #612d70);
    /*background: #422e5d;*/
    color: #fff;
    height: 44px
}
.list_left .left_top em {
    width: 2px;
    height: 20px;
    background-color: #fff;
    display: inline-block;
    vertical-align: sub;
    margin-left: 20px;
    float: left;
    margin-top: 12px
}
.list_left .left_top h2 {
    font-size: 21px;
    display: inline-block;
    line-height: 44px;
    font-weight: normal;
    margin-left: 10px;
    float: left
}
.list_left .left_top span {
    font-size: 14px;
    line-height: 44px;
    margin-left: 20px;
    display: inline-block;
    float: left
}
.list_left ul {
    border: 1px solid #e9e9e9
}
.list_left ul li {
    padding: 0 28px;
    background: url(../images/rhombus.png) no-repeat;
    background-size: 10px 10px;
    background-position: 10px 50%;
    line-height: 50px;
    position: relative
}
.list_left ul li:last-child a {
    border: 0px
}
.list_left ul li a {
    color: #ababab;
    font-size: 18px;
    border-bottom: 1px solid #ebebeb;
    display: block;
    padding-left: 3px
}
.list_left ul li.on a,
.list_left ul li:hover a {
    color: #422e5d
}
.list_left ul li span {
    background: url(../images/list_arrows.png) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 12%;
    margin-top: -7.5px
}
.list_left ul li.on span,
.list_left ul li:hover span {
    background: url(../images/list_arrows_on.png) no-repeat
}
.list_left img {
    width: 270px;
    border: 1px solid #e9e9e9;
    margin-top: 7px
}
.list_box .list_right {
    float: left;
    border: 1px solid #e9e9e9;
    width: 900px;
    margin-left: 30px;
    padding: 0 40px
}
.list_right_top {
    border-bottom: 1px solid #efefef
}
.list_right_top h2 {
    font-size: 24px;
    border-bottom: 3px solid #422e5d;
    display: inline-block;
    margin-top: 27px;
    padding-bottom: 16px
}
.list_right_top div {
    float: right;
    vertical-align: sub;
    margin-top: 30px;
    color: #696969;
    font-size: 12px
}
.list_right_top div i {
    background: url(../images/adress_icon.png) no-repeat;
    width: 12px;
    height: 14px;
    display: inline-block
}
.list_right_top div span,
.list_right_top div em {
    display: inline-block;
    margin-left: 10px
}
.list_right_top div span:last-child {
    color: #422e5d
}
.list_right ul {}
.list_right ul li {
    border-bottom: 1px dashed #cacaca
}
.list_right ul li p {
    line-height: 55px;
    display: inline-block;
    font-size: 16px;
    color: #181818
}
.list_right ul li span {
    color: #9d9d9d;
    font-size: 14px;
    float: right;
    line-height: 55px
}
.page {
    overflow: hidden;
    float: right;
    margin-top: 26px;
    margin-bottom: 32px
}
.page div {
    float: left;
    width: 35px;
    line-height: 26px;
    text-align: center;
    color: #666666;
    border: 1px solid #cccccc;
    margin-left: 5px
}
.page div.on,
.page div:hover {
    background-color: #e63330;
    color: #fff
}
.page .btn {
    width: 50px
}
.text_right_top {
    border-bottom: 1px dashed #d0d0d0;
    padding-bottom: 15px;
    position: relative
}
.text_right_top h2 {
    color: #8f2b8c;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    margin-top: 55px
}
.text_right_top div {
    float: right;
    vertical-align: sub;
    margin-top: 10px;
    color: #696969;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0
}
.text_right_top div i {
    background: url(../images/adress_icon.png) no-repeat;
    width: 12px;
    height: 14px;
    display: inline-block
}
.text_right_top div span,
.text_right_top div em {
    display: inline-block;
    margin-left: 10px
}
.text_right_top div span:last-child {
    color: #422e5d
}
.text_right_cont {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}
.text_right_cont .text_time {
    color: #b1b1b1;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px
}
.text_right_cont .text_time span {
    margin-right: 15px
}
.text_right_cont .text_box {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.text_right_cont .text_box img {
    max-width: 100%;
}
.text_right_cont .text_box p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}
.text_right_cont table td,
.text_box table td {
    border: 1px solid #ccc;
    padding: 10px;
}
.list_box .list_right.member_right {
    background: url(../images/menmber_info_bg.jpg?0.1);
    height: 678px
}
.member_right .member_right_cont {
    padding-bottom: 42px;
    border-bottom: 1px solid #e7e7e7
}
.member_right_cont img {
    margin: 0 auto;
    margin-top: 23px
}
.member_right_cont h2 {
    font-size: 29px;
    text-align: center;
    color: #292929;
    margin-top: 10px;
    margin-bottom: 5px
}
.member_right_cont h3 {
    font-size: 19px;
    text-align: center;
    color: #333333
}
.member_right_cont p {
    font-size: 16px;
    color: #6d6d6d;
    text-indent: 2em;
    margin-top: 25px;
    line-height: 24px
}
.member_btn {
    width: auto;
    text-align: center;
    margin-top: 25px
}
.member_btn a {
    width: 130px;
    line-height: 40px;
    border: 1px solid #dadada;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    background-color: #fff;
    color: #818181
}
.member_btn a.next {
    background-color: #8c0a03;
    color: #fff
}
.pagexx {
    clear: both;
    height: 30px;
    margin: 20px;
    ioverflow: hidden
}
.mbbody_body .pagexx {
    margin-left: 20px
}
.pagexx ul {}
.pagexx ul li {
    float: left;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 3px;
    line-height: 20px;
    background: #fff
}
.pagexx ul li.thisclass {
    display: inline-block;
    border: 1px solid #E61D6D;
    padding: 2px 9px;
    margin: 0 3px;
    background: #E61D6D;
    color: #fff
}
.pagexx ul li.thisclass a {
    color: #fff
}
.pagexx ul li a:hover {
    color: #E61D6D
}
.pagexx ul li span {
    display: inline-block;
    padding: 0;
    line-height: inherit
}
.shjs_cont div .login:hover .shjs_code {
    display: inline-block
}
.login .shjs_code {
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    left: -82px;
    top: -285px;
    background-color: #fff;
    width: 280px;
    height: 280px;
    z-index: 999;
    display: none
}
.login .shjs_code img {
    max-height: 90%;
    max-width: 90%;
    margin: -5px auto
}
.login .shjs_code p {
    margin-top: 5px;
    font-size: 14px;
    color: #b32820
}
img {
    max-width: 100%
}



.picItmBox {
    width: 100%;
    overflow: hidden;
}
.picItmBox ul {
    width: 110%;
    overflow: hidden;
}
.picItmBox li {
    float: left;
    width: 240px;
    margin-top: 15px;
    margin-right: 10px;
}
.picItmBox li a.pics {
    display: block;
    width: 100%;
}
.picItmBox li a.pics img {
    display: block;
    width: 100%;
    height: 180px;
}
.picItmBox li a.tit {
    display: block;
    width: 100%;
    height: 40px;
    overflow:hidden;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 5px 0;
}
