a {
    text-decoration: none !important;
    cursor: pointer;
}

a:hover {
    color: #e32223;;
}

a.active {
    color: #0b73cb;;
}

.tal {
    text-align: left !important;
}

.Cblue {
    color: #f58a8b;;
}

.Cgreen {
    color: #abe8a0;
}

.bgt {
    background-color: transparent !important;
}

.bdbab {
    border-bottom: 1px solid #ababab;
}

.bdba {
    border: 1px solid #ababab;
}

.pdB0 {
    padding-bottom: 0 !important;
}

.pdB25 {
    padding-bottom: 25px;
}

.mgT0 {
    margin-top: 0 !important;
}

.mgB0 {
    margin-bottom: 0 !important;
}

.mgT25 {
    margin-top: 25px;
}

.mgB40 {
    margin-bottom: 40px;
}

#logintop {
    height: 30px;
    /* background-color: #fff; */
}

#logintop .headerTop {
    height: 30px;
    line-height: 30px;
}

#logintop .headerTop span {
    margin-right: 20px;
}

#logintop #top {
    float: right;
}

#header {
    height: 229px;
    background: url(../images/topBGR.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

#header .container {
    padding-top: 16px;
}

.login-bg {
    width: 100%;
    margin: 0;
    padding: 100px 0 125px;
    background: url(../images/bg.png) no-repeat bottom;
}

.year-report {
    width: 200px;
    height: 238px;
    float: left;
    position: fixed;
    left: 20px;
    bottom: 200px;
    background-image: url(../images/yearre.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 200px 238px;
}

.year-report .close {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    right: 0px;
}

.twocode {
    width: 70px;
    float: right;
    position: fixed;
    right: 0px;
    bottom: 120px;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    border-top: 6px solid #e32223;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.twocode .top {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding-top: 35px;
    background-image: url(../images/topr.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-color: #fff;
    margin-top: 20px;
}

.twocode .code {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding-top: 35px;
    background-image: url(../images/coder.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-color: #fff;
    margin-top: 20px;
}

/* .twocode .code:hover {
    color: #e32223;
    background-image: url(../images/codeblue.png);
} */

.twocode .connect {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding-top: 35px;
    background-image: url(../images/connectr.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}


#logo {
    margin-top: 30px;
}

#topsearch .search {
    padding-top: 30px;
    width: 898px;
    margin: 0 auto;
    position: relative;
}

#topsearch .search .active {
    color: #1D6BBF;
}

#topsearch .search .search_term {
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: -1px;
}

#topsearch .search .search_term span {
    margin-right: 25px;
    padding: 0 15px;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}

#topsearch .search .search_term span.active {
    background-color: #e32223;
}

#topsearch .search .search_term span::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 30px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 99;
    border-bottom-left-radius: 0px;
}

#topsearch .search .search_term span.active::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 30px solid #e32223;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 99;
    border-bottom-left-radius: 0px;
}

#topsearch .search .search_term span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 99;
    border-top-right-radius: 0px;
}

#topsearch .search .search_term span.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid #e32223;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 99;
    border-top-right-radius: 0px;
}

#topsearch .search .search_term span:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#topsearch .search .search_term span:first-child::before {
    display: none;
}

#topsearch .search .search_term span.active:first-child::before {
    display: none;
}

#topsearch .search .search_term span:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#topsearch .search .search_term span:last-child::after {
    display: none;
}

#topsearch .search .search_term span.active:last-child::after {
    display: none;
}


#topsearch .search .search_term span.active i {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 12px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: 31px;
    left: 41%;

}

#topsearch .search .search_content {
    margin-top: 43px;
}

#topsearch .search .search_input {
    width: 840px;
    height: 48px;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 48px;
    text-indent: 20px;
    vertical-align: middle;
    border-right: none;
    border: 1px solid #e9e9e9;
}

#topsearch .search .search_btn {
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background: #e43131 url(../images/search_grey.png) no-repeat center;
    border: 0px;
    cursor: pointer;
    float: right;
}

#topsearch .search .search_btn:hover {
    background-color: #e43131;
}

#topsearch .search .search_term {
    text-align: left;
}


#topsearch .search .active {
    color: #fff;
}

.headerNav {
    position: relative;
}

.headerNav .nav_container {
    float: left;
    width: auto;
}

.headerNav .menu-line {
    width: 1200px;
    margin: 0 auto;
    top: 50px;
    position: absolute;
    border-bottom: 1px solid #fff;
    opacity: 0.3;
}

.headerNav {
    background-color: #e32223;
    overflow: hidden;
    text-align: center;
    padding: 4px 0;
}

.headerNav ul {
    /*display: table-row;*/
    /*height: 45px;*/
}

.headerNav .nav_item {
    float: left;
    width: 130px;
    color: #fff;
    position: static;
    display: table-cell;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
}

.headerNav .nav_item {
    position: relative;
}

.headerNav .nav_item1:after {
    content: "";
    position: absolute;
    height: 22px;
    width: 1px;
    border-right: 1px solid #fff;
    border-bottom: 0;
    right: 0;
    top: 12px;
    opacity: 0.3;
}

.headerNav .nav_item a.active:before {
    content: "";
    position: absolute;
    width: 40px;
    border-top: 2px solid #fb7d7d;
    left: 45px;
    top: 2px;
}

.headerNav .nav_item1.noboder:after {
    border: 0;
}

.headerNav .nav_item > a {
    display: block;
    vertical-align: middle;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
}

.headerNav .nav_item span {
    display: none;
}

.headerNav .subNav {
    display: none;
    width: 145px;
    position: absolute;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    z-index: 9;
}

.headerNav .subNav a {
    float: left;
    width: 145px;
    background-color: #ffffff;
    color: #0c0300;
}

#footer {
    background-color: #e32223;
}

#footer .img1 {
    padding-left: 100px;
    padding-top: 10px;
}

#footer .img2 {
    padding-right: 100px;
    padding-top: 10px;
}


#footer p {
    padding-left: 120px;
    padding-top: 16px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
}

#footer .img2 {
    padding-top: 15px;
}

#footer .img3 {
    padding-left: 106px;
    padding-right: 30px;
    padding-top: 15px;
}

.list-slider {
    width: 100%;
    height: 350px;
    position: relative;
}

.list-slider .slider-lpart {
    position: relative;
}

.list-slider .slider-lpart img {
    width: 804px;
    height: 350px;
}

.list-slider .slider-lpart .slider-bg {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    width: 100%;
}

.list-slider .slider-lpart .ellipsis {
    width: 75%;
    display: block;
    margin-left: 20px;
}

.list-slider .slick-dots {
    bottom: 0px;
    text-align: right;
    bottom: 0px;
    width: 170px;
    right: 396px;
}

.list-slider .slick-dots li button:before {
    color: #e32223;
}

.list-slider .slider-rpart {
    background-color: #fff;
    width: calc(100% - 804px);
    height: 350px;
    padding: 20px
}

.list-slider .slider-rpart fl {
    background-color: #fff;
    width: calc(100% - 804px);
    height: 350px;
    padding: 20px
}

.list-slider .slider-rpart .rpart-tag {
    margin: 25px 0;
}

.list-slider .slider-rpart .rpart-tag span {
    margin-right: 8px;
    color: #ddd;
}

.list-slider .slider-rpart .rpart-content {
    line-height: 22px;
}

.list-slider .slider-rpart .rpart-more {
    border-top: 1px solid #e6e6e6;
    text-align: right;
    margin-top: 37px;
}

.list-slider .slider-rpart .rpart-more a {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    color: #e43131;
    padding-right: 15px;
    background-image: url(../images/ar.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 10px 12px;
    background-color: #fff;
}

.type-tag {
    font-size: 12;
    padding: 2px 5px;
    margin-right: 8px;
}

.type-tag.red {
    background-color: #ea3e3e;
    color: #fff !important;
}

.type-tag.gray {
    background-color: #eee;
    color: #919191 !important;
}

.type-tag.blue {
    background-color: #e32223;
    color: #fff !important;
}

.container-slider {
    background-color: #eee;
    padding: 25px 0;
}

.container-slider .slick-slider {
    margin-bottom: 0;
}

.con-list-panel {
    width: 470px;
    margin: 0 40px 20px 0;
    position: relative;
    background-color: #fff;
}

.con-list-panel.nobg {
    background-color: transparent;
}

.con-list-panel.border {
    border: 1px solid #d9d9d9;
    border-radius: 1px;
    padding: 30px;
}

.con-list-panel.marr0 {
    margin-right: 0;
}

.con-list-panel.type2.border {
    width: calc(100% - 40px);
    border-bottom: 1px solid #e6e6e6;
    padding: 30px;
}

.con-list-panel .avator-img {
    width: 114px;
    height: 114px;
    padding-right: 20px;
    padding-bottom: 24px;
    float: left;
}

.con-list-panel .avator-desc {
    width: calc(100%);
    float: left;
    position: relative;
}

.list-panel {
    border: 1px solid #e6e6e6;
    padding: 0px 25px 5px 25px;
    width: 1000px;
    margin: 0 auto 15px;
    background-color: #fff;
}

.list-panel:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.list-panel:hover {
    border: 1px solid #e32223;
}

.xy-tip {
    background-color: #eee;
    padding: 20px 20px 25px 20px;
    line-height: 22px;
}

.avator-desc h3 {
    font-size: 18px;
    margin: 0 !important;
}

.avator-desc h4 {
    margin-bottom: 0 !important;
}

.avator-desc .avator-tag {
    font-size: 16px;
    color: #666;
    border: 1px solid #d9d9d9;
    width: 60px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    margin-left: 15px;
}

.con-list-panel .btn-list {
    position: absolute;
    top: 30px;
    right: 30px;
}

.con-list-panel .avator-btn,
.con-list-panel .back-btn {
    font-size: 14px;
    color: #fff;
    background-color: #e32223;
    padding: 6px 15px;
    display: block;
    border-radius: 3px;
    margin-bottom: 15px;
}

.list-title {
    border-bottom: 4px solid #e9e9e9;
    padding-bottom: 3px;
    position: relative;
}

.list-title.red {
    border-bottom: 4px solid #ea3e3e;
}

/* .list-title:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 120px;
    border-bottom: 4px solid #e32223;
} */

.list-title img {
    vertical-align: middle;
}

.list-title span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 0px;
    padding-left: 5px;
    vertical-align: bottom;
    position: relative;
}

.list-title span:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: -36px;
    width: calc(100% + 40px);
    border-bottom: 4px solid #e32223;
}


.list-title a {
    margin-top: 10px;
    padding-right: 15px;
    background-image: url(../images/al.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 10px 12px;
    background-color: #fff;
}

.list-title .back-btn {
    font-size: 12px;
    color: #fff;
    background-color: #e32223;
    padding: 5px 16px;
    border-radius: 0;
    margin-top: 5px;
}

.list-title2 span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
    vertical-align: bottom;
    border-left: 2px solid #e32223;
}

.list-img img {
    width: 100%;
    padding: 25px 0 10px;
}

.list-tab {
    border-bottom: 1px solid #e6e6e6;
}

.list-tab a {
    display: inline-block;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}

.list-tab a.active,
.list-tab a:hover {
    color: #e32223;
}

.list-tab a.active:after,
.list-tab a:hover:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #e32223;
}

.list-tab.corner a.active,
.list-tab.corner a:hover {
    color: #e32223;
}

.list-tab.corner a.active:after,
.list-tab.corner a:hover:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: calc((100% - 20px) / 2);
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #e32223;
}

.list-tab.btntype {
    border: 0 solid #e6e6e6;
}

.list-tab.btntype a {
    display: block;
    float: left;
    padding: 9px 20px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
}

.list-tab.btntype.type2 a {
    padding: 8px 30px;
    font-weight: 500;
    color: #919191;
}

.list-tab.btntype a.active,
.list-tab.btntype a:hover {
    color: #fff;
    background-color: #e32223;
    border: 1px solid #e32223;
}

.list-tab.btntype a.active:after,
.list-tab.btntype a:hover:after {
    content: "";
    border-bottom: 0 solid #e6e6e6;
}

.list-content a {
    display: block;
    line-height: 50px;
}

.list-content .ellipsis {
    width: 315px;
}

.list-content.border:after {
    content: "";
    position: absolute;
    right: -21px;
    top: 35px;
    border-right: 1px solid #e6e6e6;
    height: 83%;
}

.list-content.type2 a {
    display: block;
    width: 130px;
    text-align: left;
    padding: 11px 0;
    font-size: 15px;
    margin: 5px 39px 0;
    float: left;
    line-height: 26px;
}

.list-content.type4 a {
    display: block;
    width: 140px;
    text-align: left;
    padding: 11px 0;
    font-size: 15px;
    margin: 5px 16px 0;
    float: left;
    line-height: 26px;
}

.list-content.type3 a {
    line-height: 24px;
    padding-bottom: 15px;
}

.list-content.type3 a:hover {
    color: #e32223;
}

.list-content.type3 div {
    position: relative;
    padding-bottom: 5px;
}

.list-content.type3 h3 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 80%;
    font-size: 16px;
}

.list-content.type3 p {
    font-size: 12px;
    color: #666;
}

.list-content.type3 .add {
    position: absolute;
    top: 28px;
    right: 0;
    display: inline-block;
    color: #fff;
    background-color: #e32223;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 7px;
}

.list-content.type3 .add img {
    vertical-align: text-top;
}

.list-content.index img {
    margin-right: 10px;
    width: 105px;
    height: 75px;
}

.list-content.index h3 {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    width: calc(100% - 105px - 10px);
    font-size: 14px;
    float: left;
    margin-bottom: 5px;
}

.list-content.index h3 a {
    line-height: 26px;
    width: 100%;
}

.list-content.index p {
    font-size: 12px;
    color: #666;
    width: calc(100% - 105px - 10px);
    float: left;
    text-indent: 2rem;
}

.list-content.index .from-time {
    position: absolute;
    right: 0;
    bottom: 1px;
}

.list-content.index .from-time span {
    display: inline-block;
    width: 85px;
    padding-left: 15px;
    margin-left: 5px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    background-color: #fff;
}

.list-content.index .from-time span.from {
    background-image: url(../images/comp.png);
}

.list-content.index .from-time span.time.show {
    background-image: url(../images/clock.png);
}

.list-content.index .index-list {
    width: calc((100% - 44px) / 2);
    float: left;
    margin-bottom: 25px;
}

.list-content.index .index-list:nth-child(2n+1) {
    margin-right: 44px;
}

.list-content.index .index-list.type2 {
    width: 100%;
    margin-bottom: 25px;
    min-height: 128px;
    border-bottom: 2px solid #ededed !important
}

.list-content.index .index-list.type2 h3 {
    width: 445px;
    font-size: 16px;
}

.list-content.index .index-list.type2 p {
    font-size: 14px;
}

.list-content.index .index-list.type2 .from-time span {
    width: auto;
    padding-left: 0px;
    margin: 0 5px 0 0;
    font-size: 14px;
    background-color: transparent;
}

.list-content.index .index-list.type2 .from-time b {
    background-color: #ea3e3e;
    padding: 2px 8px;
    margin-right: 8px;
    color: #eee;
    font-size: 12px;
    font-weight: 500;
}

.list-content.index .index-list.type2 .from-time {
    top: 0;
}

.con-picList {
    margin-top: 13px;
}

.con-picList a {
    display: inline-block;
    margin-bottom: 23px;
}

.left-tab {
    width: 220px;
    margin-right: 40px;
    margin-bottom: 40px;
}

.left-tab a {
    display: block;
    height: 48px;
    width: 220px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #919191;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #fff;
}

.left-tab a {
    position: relative;
}

.left-tab a:hover,
.left-tab a.active {
    color: #fff;
    background-color: #e32223;
}

.left-tab .left-user {
    width: 222px;
    height: 102px;
    background-image: url(../images/luserbg.png);
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.left-tab .left-user img {
    margin: 20px 10px 0 15px;
}

.left-tab .left-user h3 {
    font-size: 16px;
    color: #333;
    margin-top: 28px;
}

.left-tab .left-user p {
    font-size: 12px;
    color: #333;
}

.left-tab .left-title {
    width: 222px;
    height: 102px;
    background-image: url(../images/zt4.png);
    background-repeat: no-repeat;
    margin-bottom: 20px;
    text-align: center;
}

.left-tab .left-title.zzsb {
    background-image: url(../images/zbg.png);
}

.left-tab .left-title img {
    margin-top: 30px;
}

.list-page {
    margin: 25px auto;
}

.list-page li {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ececec;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #fff;
}

.list-page li.active,
.list-page li:hover {
    color: #fff;
    background-color: #e32223;
}

.list-page li.page-input:hover {
    color: #000;
    background-color: #fff;
}

.list-page li input {
    border: 1px solid #fff;
    width: 30px;
}

.article.border {
    border: 1px solid #e6e6e6;
    margin-bottom: 50px;
    padding: 22px 98px;
}

.article-title {
    font-size: 17px;
    font-weight: bold;
}

.article-desc {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 16px;
    padding-top: 10px;
}

.article-content {
    font-size: 14px !important;
}

.con-table {
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.con-table.index-page {
    color: #333;
    background-color: #f6f6f6;
}

.con-table.index-page span.ellipsis {
    display: inline-block;
    width: 120px;
}

.con-table.interval tr:nth-child(2n) {
    background-color: #f5f5f5;
}

.con-table th,
.con-table td {
    border: 1px solid #d9d9d9;
    text-align: left;
    padding: 5px 20px;
    line-height: 30px;
}


.con-table.noborder th,
.con-table.noborder td {
    border: 0px solid #d9d9d9;
}

.con-table.line20 td {
    line-height: 20px !important;
}

.con-table.line25 td {
    line-height: 25px !important;
}

.con-table.line38 td {
    line-height: 38px !important;
}

.con-table.line40 td {
    line-height: 40px !important;
}


.con-table.line30 td {
    line-height: 30px !important;
}

.con-table td:nth-child(odd) {
    width: 155px;
}

.con-table.type2 th,
.con-table.type2 td {
    text-align: center;
}

.con-table.type2 th {
    color: #fff;
    padding: 5px 0;
    background-color: #e32223;
}

.con-table.type2 td:nth-child(odd) {
    width: auto;
}

.table-title {
    font-size: 18px;
    font-weight: bold;
    margin: 27px 0 15px 0;
}

.table-title p {
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0;
}

.table-tool {
    margin: 8px 0;
}

.table-tool .add {
    color: #f58a8b;
    font-size: 14px;
}

.table-tool .add a {
    display: inline-block;
}

.table-tool span {
    vertical-align: middle;
}

.table-tool img {
    vertical-align: middle;
}

.table-btn {
    display: block;
    font-size: 14px;
    color: #fff;
    background-color: #e32223;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.table-btn:hover {
    color: #fff;
}

.table-search input {
    width: 595px;
}

.table-check {
    width: 16px !important;
    height: 16px !important;
    cursor: pointer;
    position: relative;
}

.table-check::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 16px !important;
    height: 16px !important;
    background-image: url(../images/selectun.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-color: #fff;
}

.table-check:checked::after {
    background-image: url(../images/select.png);
}

.table-tag {
    text-align: left;
    width: 610px;
    display: inline-block;
    position: absolute;
    left: 163px;
}

.table-tag a {
    font-size: 14px;
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
    width: 90px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 8px 10px 0;
    border-radius: 4px;
    text-align: center;
}

.table-tag a.active,
.table-tag a:hover {
    color: #fff;
    background-color: #e32223;
}

.index-right-list li {
    border-bottom: 1px solid #e6e6e6;
}

.index-right-list a {
    margin-top: 10px;
    margin-bottom: 10px;
}

.index-right-list a span {
    display: inline-block;
    width: 90px;
    vertical-align: middle;
    font-size: 16px;
}


.advance-search h2 {
    color: #e32223;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0 30px;
    background-image: url(../images/searchr.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 301px 15px;
}

.advance-search input {
    border: 1px solid #e32223;
    font-size: 16px;
    padding: 14px 15px;
    margin-right: 10px;
}

.advance-search .search-btn {
    font-size: 16px;
    color: #fff;
    background-color: #e32223;
    padding: 15px 32px;
    display: inline-block;
    vertical-align: bottom;
}

.advance-search .search-super {
    font-size: 16px;
    color: #e32223;
    padding: 15px 32px;
    display: inline-block !important;
    vertical-align: bottom;
    background-image: url(../images/ssearch.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 14px 8px;
}

.advance-search .search-super.show {
    background-image: url(../images/ssearcht.png);
}


.search-tag {
    text-align: left;
    width: 100%;
}

.search-tag span {
    color: #333;
    font-size: 14px;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    margin: 0 15px 15px 0;
    text-align: center;
    padding: 0 15px;
    background-color: #ccc;
    cursor: pointer;
}

.search-tag span.active,
.search-tag span:hover {
    color: #fff;
    background-color: #e32223;
}

.search-super-panel .curselect-panel {
    background-color: #e3e3e3;
    padding: 10px 20px;
    margin: 0;
}

.search-super-panel .conselect-panel {
    border: 1px solid #e3e3e3;
    padding: 15px 20px;
    display: none;
}

.search-super-panel .conselect-panel.show {
    display: block;
}

.search-super-panel .conselect-panel .sp-title {
    float: left;
    display: inline-block;
    width: 80px;
}

.search-super-panel .conselect-panel .sp-title + div {
    float: left;
    width: calc(100% - 80px);
}

.search-super-panel .conselect-panel .sp-title + div span {
    display: inline-block;
    padding: 0 20px 15px 20px;
    cursor: pointer;
}

.search-super-panel .conselect-panel .sp-title + div span:hover,
.search-super-panel .conselect-panel .sp-title + div span.active {
    color: #e32223;
}

.search-super-panel .conselect-panel .zdly-sppanel {
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
    margin-bottom: 0px;
}


.form-panel {
    margin-top: 27px;
    width: 700px;
    margin: 15px auto 0;
    position: relative;
}

.form-panel.infomation {
    margin-top: 27px;
    width: 700px;
    margin: 0;
}

.form-panel.infomation.linetwo {
    width: 100%;
}

.form-panel .panel-tool {
    text-align: right;
    position: absolute;
    right: 125px;
}

.form-panel .panel-tool a {
    display: inline-block;
    font-size: 14px;
    height: 22px;
    line-height: 19px;
    width: 50px;
    text-align: center;
    color: #fff;
    background-color: #e32223;
    border: 1px solid #e32223;
    margin-right: 10px;
    border-radius: 4px;
    padding: 0;
}

.form-panel .form-input {
    margin-bottom: 15px;
}

.form-panel .form-input.error {
    border: 1px solid #f99999 !important;
}

.form-panel .form-input.error input::-webkit-input-placeholder {
    color: #f99999 !important;
}

.form-panel .form-input.error input:-moz-placeholder {
    color: #f99999 !important;
}

.form-panel .form-input.error input:-ms-input-placeholder {
    color: #f99999 !important;
}

.form-panel .form-input.tip p {
    color: #f99999;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.form-panel .form-input.error.must {
    border: 0px solid #f99999 !important;
}

.form-panel .form-input.error.normal {
    border: 0px solid #f99999 !important;
}

.form-panel .form-input.error.must input {
    border: 1px solid #f99999 !important;
}

.form-panel .form-input.error.normal input {
    border: 1px solid #f99999 !important;
}

.form-panel .form-input {
    margin-bottom: 15px;
    position: relative;
}

.form-panel .form-input .login-icon {
    margin-left: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    float: left;
    margin-top: 12px;
}

.form-panel .form-input .icon-user {
    background-image: url(../images/user.png);
}

.form-panel .form-input.error .icon-user {
    background-image: url(../images/usere.png);
}

.form-panel .form-input .icon-pwd {
    background-image: url(../images/pwd.png);
}

.form-panel .form-input.error .icon-pwd {
    background-image: url(../images/pwde.png);
}

.form-panel .form-input .icon-verify {
    background-image: url(../images/verify.png);
}

.form-panel .form-input.error .icon-verify {
    background-image: url(../images/verifye.png);
}

.form-panel .form-input span:first-child {
    font-size: 16px;
    display: inline-block;
    width: 195px;
    color: #333;
    text-align: right;
}

.form-panel.infomation .form-input span:first-child {
    font-size: 15px;
    display: inline-block;
    width: 105px;
    color: #333;
    text-align: left;
    height: 38px;
    line-height: 38px;
}

.form-panel.infomation .form-input.must > span:nth-child(1) {
    font-size: 15px;
    display: inline-block;
    width: 105px;
    color: #333;
    text-align: left;
    height: 38px;
    line-height: 38px;
    background-image: url(../images/must.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    padding-left: 15px
}

.form-panel.infomation .form-input span:first-child.w160 {
    width: 160px;
}

.form-panel.infomation .form-input span:first-child.w200 {
    width: 200px;
}

.form-panel.infomation .form-input span:first-child.w230 {
    width: 230px;
}

.form-panel .form-input input,
.form-panel .form-input select {
    font-size: 18px;
    border: 1px solid #919191;
    padding: 11px 15px;
    width: 480px;
}

.form-panel.infomation .form-input input,
.form-panel.infomation .form-input textarea {
    font-size: 14px;
    border: 1px solid #d9d9d9;
    padding: 9px 15px;
    width: 480px;
    border-radius: 4px;
}

.form-panel.infomation .form-input .search-btn {
    color: #e32223;
    font-size: 12px;
    background-image: url(../images/se.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-color: #fff;
    padding-left: 20px;
    position: absolute;
    right: 15px;
    top: 11px;
}

.form-panel.infomation .form-input input.w198 {
    width: 198px !important;
}

.form-panel.infomation .form-input input.w560,
.form-panel.infomation .form-input textarea.w560 {
    width: 560px !important;
}

.form-panel.infomation .form-input .form-time {
    position: relative;
    cursor: pointer;
    width: 160px;
    background-image: url(../images/rl.png);
    background-position: calc(100% - 16px);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-color: #fff;
    margin-right: 35px;
    display: inline-block;
}

.form-panel.infomation .form-input .form-time.tline::after {
    content: "";
    /* border-top: 1px solid #d9d9d9; */
    display: block;
    width: 16px;
    height: 16px;
    background-color: #e32223;
    position: absolute;
    right: 0;
    top: 0;
}

.form-panel.infomation .form-input.linetwo {
    display: inline-block;
}

.form-panel.infomation .form-input.linetwo input {
    width: 320px;
}

.form-panel .form-input input[type=file] {
    border: 0;
}

.form-tip {
    font-size: 12px;
    margin: 10px 0;
    color: #919191;
    margin-left: 155px;
    text-align: left;
}

.form-check {
    width: 16px !important;
    height: 16px !important;
    cursor: pointer;
    position: relative;
    margin-left: -73px;
    padding-left: 20px;
    margin-right: 5px;
}

.form-check::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 16px !important;
    height: 16px !important;
    background-image: url(../images/checkun.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-color: #fff;
}

.form-check:checked::after {
    background-image: url(../images/check.png);
}

.form-check-group {
    width: 600px;
    font-size: 18px;
    text-align: left;
}

.form-check-group .form-check {
    text-align: center;
    margin-left: 150px;
}


.form-panel.type2 {
    width: 1100px;
}

.form-panel.type2 .form-input input,
.form-panel.type2 .form-input select {
    width: 600px;
}

.form-panel .form-input textarea {
    font-size: 18px;
    border: 1px solid #919191;
    padding: 11px 15px;
    width: 600px;
    resize: none;
}

.form-panel .form-btn {
    margin: 40px 0;
    text-align: center;
}

.form-panel .sure-btn {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #e32223;
    border: 1px solid #e32223;
    padding: 10px 28px;
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
    margin-right: 25px;
}

.form-panel.infomation .sure-btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    color: #fff;
    background-color: #e32223;
    border: 1px solid #e32223;
    margin-right: 25px;
    border-radius: 4px;
    padding: 0;
}


.form-panel .cancle-btn {
    font-size: 14px;
    text-align: center;
    color: #919191;
    border: 1px solid #919191;
    padding: 10px 28px;
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
}

.form-panel.infomation .cancle-btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    color: #919191;
    border: 1px solid #919191;
    margin-right: 25px;
    border-radius: 4px;
    padding: 0;
}


.form-panel.login {
    text-align: center;
    display: none;
}

.form-panel.login.active {
    display: block;
}

.form-panel.login h1 {
    text-align: left;
    color: #666666;
    width: 480px;
    margin: 0 auto 20px;
}

.form-panel.login input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 16px;
}

.form-panel.login input::-moz-input-placeholder {
    color: #ccc;
    font-size: 16px;
}

.form-panel.login input::-ms-input-placeholder {
    color: #ccc;
    font-size: 16px;
}

.form-panel.login .form-input {
    width: 480px;
    margin: 0 auto 20px;
    border: 1px solid #919191;
    border-radius: 4px;
    overflow: inherit;
    height: 48px;
}

.form-panel.login .form-input input {
    border: 0;
    font-size: 16px;
    padding: 12px 15px;
    float: left;
    width: calc(100% - 18px - 20px);
}

.form-panel.login .sure-btn {
    width: 480px;
    margin: 0 auto 20px;
    padding: 13px 28px;
    border-radius: 4px;
    font-size: 18px;
}

.form-panel.login .form-input.wt380 {
    width: 380px;
}

.form-panel.login .sure-btn.wt90 {
    width: 90px;
    height: 49px;
    line-height: 49px;
    border-radius: 4px;
    font-size: 14px;
    padding: 0;
}

.login-forget {
    width: 480px;
    margin: 0 auto 10px;
    text-align: right;
    font-size: 12px;
    color: #ccc;
}

.login-forget a {
    color: #e32223;
    margin-left: 15px;
}

.nodata {
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: bolder;
    padding: 150px 0 300px;
}

.down-title-panel {
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: bolder;
    background-color: #fff;
    padding: 37px 0;
    border: 1px solid #e6e6e6;
}

.down-title-panel.bd0 {
    border: 0;
}

.table-tip {
    font-size: 12px;
    margin: 10px 0;
    color: red;
}

.down-btn {
    margin: 40px 0 10px;
}

.down-btn .sure-btn {
    font-size: 14px;
    color: #fff;
    background-color: #e32223;
    border: 1px solid #e32223;
    padding: 10px 28px;
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
    margin-right: 25px;
    text-align: center;
}

.down-btn .cancle-btn {
    font-size: 14px;
    color: #fff;
    color: #919191;
    border: 1px solid #919191;
    padding: 10px 28px;
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
}

.personal_content {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    border: 1px solid rgba(204, 204, 204, 1);
}

.personal_contents {
    width: 1161px;
    height: 140px;
    margin: 33px 20px 0 19px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.personal_img {
    width: 114px;
    height: 114px;
    background: palevioletred;
    margin: 0 16px 26px 0;
    float: left;
}

.personal_tit {
    font-size: 18px;
    font-weight: 600;
    color: rgba(19, 19, 19, 1);
    line-height: 25px;
    font-family: "Microsoft YaHei";
}

.personal_code {
    color: #131313;
    font-size: 16px;
    line-height: 40px;
    font-family: "Microsoft YaHei";
}

.login-tab {
    width: 480px;
    margin: 0 auto;
}

.login-tab span {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    position: relative;
    background-color: #f5f5f5;
    font-size: 22px;
    color: #666;
    cursor: pointer;
    margin-right: 11px;
}

.login-tab span.active {
    background-color: #e32223;
    color: #fff;
}

.login-tab span::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 48px solid #f5f5f5;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 99;
    border-bottom-left-radius: 3px;
}

.login-tab span.active::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 48px solid #e32223;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 99;
    border-bottom-left-radius: 3px;
}

.login-tab span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 48px solid #f5f5f5;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 99;
    border-top-right-radius: 3px;
}

.login-tab span.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 48px solid #e32223;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 99;
    border-top-right-radius: 3px;
}

.login-tab span:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.login-tab span:first-child::before {
    display: none;
}

.login-tab span.active:first-child::before {
    display: none;
}

.login-tab span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.login-tab span:last-child::after {
    display: none;
}

.login-tab span.active:last-child::after {
    display: none;
}

.login-tab.triangle {
    border: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 4px solid #e32223;
}

.login-tab.triangle span {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    border-radius: 0 !important;
    margin-right: 0;
    background-color: #e9e9e9;
    display: block;
    float: left;
}

.login-tab.triangle span.active {
    background-color: #e32223;
    color: #fff;
}

.login-tab.triangle span::before {
    display: none;
}

.login-tab.triangle span.active::before {
    display: none;
}

.login-tab.triangle span::after {
    display: none;
}

.login-tab.triangle span.active::after {
    display: none;
}

.form-panel .form-input .form-select {
    position: relative;
}

.form-panel.infomation .form-input .form-select {
    position: relative;
    border: 1px solid #d9d9d9;
    display: inline-block;
    width: 480px;
    border-radius: 4px;
}

.form-panel.infomation .form-input .form-select.w560 {
    width: 560px;
}

.form-panel.infomation .form-input .form-select.w150 {
    width: 150px;
}

.form-panel .form-input .form-select span {
    font-size: 16px;
    border: 0px solid #919191;
    padding: 0px 15px;
    width: 420px !important;
    outline: none;
    color: #ccc;
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: left;
    cursor: pointer;
    float: left;
}

.form-panel .form-input .form-select.w150 span {
    width: 115px !important;
}

.form-panel .form-input .form-select img {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.form-panel.infomation .form-input .form-select img {
    margin-top: 17px;
}

.form-panel .form-input .form-select.open .question-list {
    display: block;
}

.form-panel .form-input .form-select.open img {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 鍜�Chrome */
    -o-transform: rotate(180deg);
}

.form-panel .form-input .question-list {
    display: none;
    position: absolute;
    left: -1px;
    top: 46px;
    border-top: 1px solid rgba(170, 170, 170, 0.8);
    z-index: 99;
}

.form-panel.infomation .form-input .question-list {
    top: 38px;
}

.form-panel .form-input .question-list li {
    font-size: 18px;
    border: 0px solid #919191;
    padding: 0px 15px;
    width: 480px;
    outline: none;
    color: #ccc;
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid rgba(170, 170, 170, 0.8);
    border-left: 1px solid rgba(170, 170, 170, 0.8);
    border-right: 1px solid rgba(170, 170, 170, 0.8);

}

.form-panel .form-input .w560 .question-list li {
    width: 560px;
}

.form-panel .form-input .w150 .question-list li {
    width: 150px !important;
}

.form-panel.infomation .form-input .question-list li {
    color: #333;
    height: 40px;
    line-height: 40px;
}

.form-panel .form-input .question-list li:hover {
    color: #fff;
    background: #e32223;
}

.detail-dialog {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
}

.dialog-cover {
    width: 940px;
    padding: 20px;
    margin: 10% auto 0;
    position: relative;
    background-color: #fff;
}

.dialog-close {
    position: absolute;
    right: -17px;
    top: -17px;
    cursor: pointer;
}

.detail-table {
    width: 100%;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.detail-table td {
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 5px 20px;
    line-height: 30px;
}

.detail-table td:nth-child(2n+1) {
    background-color: #eee;
    width: 140px;
}

.detail-table td:nth-child(2n) {
    text-align: left;
}

.upload-panel-list {
    width: 560px;
    display: inline-block;

}

.upload-panel-list .uplist-item {
    display: inline-block;
    margin-bottom: 20px;
}

.upload-panel-list .uplist-item:nth-child(2n+1) {
    margin-right: 100px;
}

.upload-panel-list .uplist-item > b {
    width: 90px;
    font-weight: 500;
    color: #999;
    display: inline-block;
}

.upload-panel-list .uplist-item .upload-panel {
    height: 40px;
}

.upload-panel-list .uplist-item .upload-panel b {
    margin-top: 6px;
}

.upload-panel {
    display: inline-block;
    width: 118px;
    height: 67px;
    background-color: #f6f6f6;
    border: 2px dashed #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.upload-panel b {
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    color: #999;
}

.upload-panel p {
    position: absolute;
    bottom: -30px;
    color: #f99999;
    left: 0;
    font-size: 12px;
    white-space: pre;
}

.upload-panel input {
    display: none;
}

.upload-panel .preview-img-panel {
    display: inline-block;
}

.upload-panel.w480 .preview-img-panel {
    display: inline-block;
    width: 480px;
}

.upload-panel.w560 .preview-img-panel {
    display: inline-block;
    width: 560px;
}

.upload-file {
    display: inline-block;
    width: 118px;
}

.upload-file p {
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
}

.upload-file .file-del {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/del.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    cursor: pointer;
}

.upload-file .file-down {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    cursor: pointer;
}

.xfzn-panel {
    color: #333;
}

.xfzn-panel h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.xfzn-panel strong {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    /*display: block;*/
    margin: 20px 0;
}

.xfzn-panel p {
    margin: 0;
    line-height: 25px;
    text-indent: 2rem;
}

.shxytxjs-list a {
    display: block;
    float: left;
    margin-bottom: 10px;
}

.shxytxjs-list a:nth-child(2n+1) {
    margin-right: 10px;
}

.sjbstj-list img {
    display: block;
    float: left;
    margin-bottom: 5px;
}

.sjbstj-list img:nth-child(2n+1) {
    margin-right: 8px;
}

.slick-prev, .slick-next {
    height: 40px;
    width: 40px;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before, .slick-next:before {
    content: "";
    display: block;
    height: 24px;
    width: 16px;
    font-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 24px;
}

.slick-prev:before {
    background-image: url(../images/lunbo_arrow_grey_left.png);
}

.slick-next:before {
    background-image: url(../images/lunbo_arrow_grey_right.png);
}

.img-panel-list a {
    display: inline-block;
    float: left;
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    text-align: center;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 4px;
}


.img-panel-list a p {
    font-size: 18px;
    padding-top: 15px;
    margin-bottom: 0;
}

.img-panel-list a:nth-child(4n) {
    margin-right: 0;
}

.more-select {
    position: relative;
    margin-left: 20px;
}

.more-select {
    position: relative;
    border: 1px solid #ddd;
    display: inline-block;
    width: 100px;
    font-size: 12px;
}

.more-select span {
    font-size: 12px;
    border: 0px solid #919191;
    padding: 0px 15px !important;
    width: 70px !important;
    outline: none;
    color: #ccc;
    margin-top: 0;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: left;
    cursor: pointer;
    float: left;
}

.more-select img {
    float: right;
    margin-top: 11px;
    margin-right: 10px;
    cursor: pointer;
}

.more-select.open .more-list {
    display: block;
}

.more-select.open img {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 鍜�Chrome */
    -o-transform: rotate(180deg);
}

.more-select .more-list {
    display: none;
    position: absolute;
    left: -1px;
    top: 46px;
    border-top: 1px solid rgba(170, 170, 170, 0.8);
    z-index: 99;
}

.more-select .more-list {
    top: 28px;
}

.more-select .more-list li {
    font-size: 12px;
    border: 0px solid #919191;
    padding: 0px 15px;
    width: 100px;
    outline: none;
    color: #ccc;
    margin-top: 0;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid rgba(170, 170, 170, 0.8);
    border-left: 1px solid rgba(170, 170, 170, 0.8);
    border-right: 1px solid rgba(170, 170, 170, 0.8);

}

.more-select .more-list li:hover {
    color: #fff;
    background: #e32223;
}

.xycontainer-title {
    background: #e32223;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.search-right {
    padding: 20px 15px 45px 15px;
    background-color: #efd1d3;
    position: relative;
}

.search-right h3 {
    margin: 0;
}

.search-right input {
    height: 52px;
    line-height: 52px;
    padding-left: 15px;
    padding-right: 50px;
    border: 0;
    background-image: url(../images/search6.png);
    background-position: calc(100% - 22px);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    width: 100%;
    margin-top: 15px;
}

.search-right .search-search {
    display: block;
    width: 70px;
    height: 52px;
    position: absolute;
    top: 52px;
    right: 14px;
    cursor: pointer;
}

.panel-right {
    padding: 15px 20px;
    border: 1px solid #999;
}

.right-tab {
    margin-left: 12px;
}

.right-tab a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 128px;
    background-color: #ea3e3e;
    text-align: center;
    color: #fff;
    margin: 10px 10px 0 0;
    font-size: 12px;
}

.right-tab a.red {
    background-color: #ed8b8a;
}

.focus-list .focus-item {
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
}

.focus-list .focus-item:last-child {
    border-bottom: 0px solid #e9e9e9;
}

.focus-list .focus-item span {
    color: #ea3e3e;
    border: 1px solid #ea3e3e;
    border-radius: 10px;
    padding: 2px 8px;
    margin-right: 10px;
    float: left;
}

.focus-list .focus-item p {
    margin: 0 0 0 10px;
    line-height: 26px;
}

.left-title {
    font-size: 24px;
    font-weight: bold;
    color: #4f5050;
    margin: 0 0 15px 0;
}

.left-share {
    height: 48px;
    line-height: 48px;
    color: #7c7c7c;
    border-bottom: 1px solid #bebebe;
    font-size: 14px;
    margin-bottom: 20px;
}

.left-share .share_icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
}

.left-share .share_icon.weixin_share {
    background-image: url(../images/share/weixin_icon.png);
}

.left-share .share_icon.weibo_share {
    background-image: url(../images/share/weibo_icon.png);
}

.left-share .share_icon.tieba_share {
    background-image: url(../images/share/tieba_icon.png);
}

.left-share .share_icon.rb_share {
    background-image: url(../images/share/rb_icon.png);
}


.left-content {
    color: #4f5050;
    line-height: 2;
}

.left-content strong {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}

.left-tip {
    font-size: 24px;
    font-weight: bold;
    color: #4f5050;
}

.xycontainerl.border {
    border: 1px solid #d9d9d9;
    padding: 30px 20px 15px 20px;
}

.left-contip .from-time {
    margin: 10px 0;
    text-align: right;
}

.left-contip .from-time span {
    display: inline-block;
    padding-left: 15px;
    margin-right: 5px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 11px 11px;
}

.left-contip .from-time span.from {
    background-image: url(../images/comp.png);
}

.left-contip .from-time span.time.showbg {
    background-image: url(../images/clock.png);
}


/*页码*/
#showpage, #showpage1, #showpage2 {
    overflow: hidden;
    text-align: center;
}

#showpage .cpage, #showpage1 .cpage, #showpage2 .cpage {
    background-color: #e32223;
    border: 1px solid #e32223;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    padding: 0 10px;
}

#showpage a, #showpage1 a, #showpage2 a {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-left: 4px;
    padding: 0 12px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

#showpage a:hover, #showpage1 a:hover, #showpage2 a:hover {
    background-color: #e32223;
    border: 1px solid #e32223;
    color: #fff;
    text-decoration: none;
}

#toPage, #toPage1, #toPage2 {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    padding: 0 20px;
    width: 25px;
    maxlength: 4;
    box-sizing: initial;
}

/*页码*/
.noData {
    font-size: 17px;
    color: #e32223;
}


.sjz-dialog-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.sjz-dialog-cover .container {
    position: relative;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    margin-top: 120px;
}

.sjz-dialog-cover .dialog-close {
    position: absolute;
    top: -32px;
    right: -29px;
    cursor: pointer;
}

.sjz-dialog {
    margin: 20px;
}

.sjz-dialog h3 {
    font-weight: 600;
    color: rgba(19, 19, 19, 1);
    line-height: 25px;
    padding-top: 20px;
}

.sjz-dialog .dialog-tab {
    position: relative;
    height: 40px;
    background-color: rgb(227, 34, 35);
    margin-bottom: 60px;
}

.sjz-dialog .dialog-tab > li {
    float: left;
}

.sjz-dialog .dialog-tab > li > span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 32px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(251, 249, 249);
    cursor: pointer;
    position: relative;
}

.sjz-dialog .dialog-tab > li.active > span::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: calc((100% - 20px) / 2);
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fdf5f5;
}

.sjz-dialog .dialog-tab > li.active .dialog-second-tab {
    display: block;
}

.sjz-dialog .dialog-second-tab {
    background: #f3f4f9;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
}

.sjz-dialog .dialog-second-tab > li {
    float: left;
}

.sjz-dialog .dialog-second-tab > li > span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 32px;
    font-size: 14px;
    font-weight: 400;
    color: #0c0c0c;
    cursor: pointer;
}

.sjz-dialog .dialog-second-tab > li.active > span,
.sjz-dialog .dialog-second-tab > li:hover > span {
    color: rgb(227, 34, 35);
}

.sjz-dialog .dialog-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 160px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: rgb(227, 34, 35);
    background: rgb(227, 34, 35);
    border-radius: 4px;
    margin-right: 30px;
}

.line-more {
    position: absolute;
    right: 0;
}

.search-select {
    position: relative;
    border: 1px solid #e32223;
    background-color: #fff;
}

.search-select .gdsx-sppanel {
    position: absolute;
    left: -10px;
    top: 10px;
}

.search-select .search-input {
    border: 0;
    margin-left: 120px;
}

.list-img {
    margin-top: 15px;
}

.index-triangle {
    position: relative;
}

.index-triangle a {
    position: absolute;
    right: 10px;
    top: 12px;
    padding-right: 15px;
    background-image: url(../images/al.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 10px 12px;
}

.b {
    font-weight: bold;
    color: #000;
}