.hot-top {
    width: 100%;
    background: #FFF;
    margin-bottom: 13px;
    padding: 22px 20px;
    position: relative;
    height: 147px;
    overflow: hidden;
}

.hot-top .tg-ph {
    background: url("../images/tg-ph.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 60px;
    height: 60px;
}

.hot-top .left {
    height: 100%;
}

.hot-top .left a {
    display: block;
    width: 121px;
    height: 45px;
    line-height: 45px;
    background: #f6f6f6;
    text-align: center;
    font-size: 15px;
    color: #989898;
    margin-bottom: 13px;
    cursor: pointer;
    border-radius: 2px;
}

.hot-top .left a:last-child {
    margin-bottom: 0;
}

.hot-top .left .hover {
    background: #5298ff;
    color: #FFF;
    position: relative;
}

.hot-top .left .hover:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #5298ff;
    position: absolute;
    top: 15.5px;
    right: -10px;
    z-index: 1;
}

.hot-top .right-main {
    height: 100%;
    overflow-y: auto;
    margin-bottom: 30px;
}

.hot-top .right-main:last-child {
    margin-bottom: 0px;
}

.hot-top .right-overflow {
    transition: 0.4s all;
    transform: translateY(0);
}

.hot-top .right {
    float: left;
    width: calc(100% - 147px);
    margin-left: 26px;
    height: 100%;
}

.hot-top .right .top-ul {
    height: 110px;
    overflow: hidden;
}

.hot-top .right .top-ul li {
    width: 78px;
    float: left;
    margin-right: 25.5px;
}

.hot-top .right .top-ul li:nth-child(10n) {
    margin-right: 0;
}

.hot-top .right .top-ul li a {
    display: block;
}

.hot-top .right .top-ul li a .list-img {
    overflow: hidden;
    width: 100%;
    height: 78px;
    line-height: 78px;
    text-align: center;
    border-radius: 10px;
}

.hot-top .right .top-ul li a .list-img img {
    width: 100%;
}

.hot-top .right .top-ul li a .list-img img:hover {
    opacity: 0.8;
}

.hot-top .right .top-ul li a h3 {
    margin-top: 7px;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.new-position {
    height: 780px;
}

.new-position .left {
    height: 100%;
    width: calc((100% - 13px) * 0.36);
}

.new-position .right {
    width: calc((100% - 13px) * 0.64);
    height: 100%;
    background: #FFF;
    padding: 17px 28px;
}

.new-position .layui-carousel > [carousel-item] > * {
    background: #FFF;
}

.new-position #index-lb {
    height: 300px;
}

.new-position #index-lb div div img {
    width: 100%;
    min-height: 100%;
}

.new-position .index-login {
    background: #FFF;
    margin-top: 13px;
    height: calc(767px - 300px);
    padding: 25px 33px;
    position: relative;
}

.new-position .index-login .info {
    padding: 0px 26px;
    margin: 49px 0;
    margin-top: 60px;
}

.new-position .index-login .info > a {
    display: block;
}

.new-position .index-login .info .user-img {
    width: 89px;
    height: 89px;
    float: left;
    border-radius: 17px;
}

.user-img img {
    width: 100%;
}

.new-position .index-login .info .u-info {
    float: left;
    width: calc(100% - 45px - 89px);
    margin-left: 45px;
}

.new-position .index-login .info .u-info h3 {
    height: 29px;
    line-height: 29px;
    display: block;
    color: #333;
    font-size: 17px;
}

.new-position .index-login .info .u-info a {
    transition: 0.2s all;
    display: block;
    height: 42px;
    line-height: 42px;
    width: 166px;
    color: #66a4ff;
    font-size: 15px;
    border-radius: 3px;
    margin-top: 16px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #f2f7ff;
    border: 1px solid #b6d4ff;
    text-align: center;
}

.new-position .index-login .info .u-info a:hover {
    background: #e2edff;
}

.new-position .index-login .intr {
    position: relative;
    padding: 0px 26px;
    padding-top: 20px;
}

.new-position .index-login .intr:after {
    background: url("../images/su.png") no-repeat center center;
    background-position: -125px 0;
    content: " ";
    position: absolute;
    right: 6.22%;
    top: 1px;
    width: 123px;
    height: 132px;
    -webkit-transition: .3s;
    transition: .3s;
}

.new-position .index-login .intr h3 {
    height: 33px;
    line-height: 33px;
    font-size: 19px;
    color: #e21b05;
    margin-bottom: 24px;
    display: block;
}

.new-position .index-login .intr span {
    line-height: 28px;
    font-size: 16px;
    color: #b9b9b9;
}

.new-position .r-content {
    height: 650.5px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.new-position .r-content ul {
    padding-top: 20px;
}

.new-position .r-content ul li {
    float: left;
    padding-right: 25px;
    width: 50%;
    margin-bottom: 13.5px;
    overflow: hidden;
}

.new-position .r-content ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 25px;
}

.new-position .r-content ul li a {
    height: 35px;
    line-height: 35px;
    display: block;
    float: left;
    font-size: 15px;
    color: #333;
    max-width: calc(100% - 60px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 20px;
    position: relative;
}

.new-position .r-content ul li a:hover {
    color: #828282;
}

.new-position .r-content ul li a:before {
    position: absolute;
    content: " ";
    width: 4px;
    height: 4px;
    background: #dcdcdc;
    left: 0;
    top: 15.5px;
    border-radius: 50%;
}

.new-position .r-content ul li a .ad {
    width: 37px;
    height: 20px;
    display: inline-block;
    text-indent: 0;
    margin-right: 7px;
    background-size: 100% auto;
    line-height: 18px;
    font-style: normal;
    margin-top: -3px;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    border: 1px solid gainsboro;
    color: #a7a7a7;
}

.new-position .r-content ul li a .jx {
    background: url("/public/images/jx.png") no-repeat center center;
    width: 37px;
    height: 22px;
    display: inline-block;
    text-indent: 0;
    margin-right: 7px;
    vertical-align: middle;
    background-size: 100% auto;
    margin-top: -1px;
}

.new-position .r-content ul li font {
    float: right;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 15px;
    color: #c2c2c2;
    width: 60px;
    text-align: right;
}

.new-position .r-content ul li .new-time {
    color: #fd2b2b;
}

.new-position .r-content .list-loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}

.new-position .page {
    margin: 0px auto;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}

.new-position .page > div {
    width: 50%;
    height: 35px;
    color: #666;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    border: 1px solid #efefef;
    user-select: none;
}

.new-position .page > div:hover {
    background: #fbfbfb;
}

.new-position .page .top {
    float: left;
    border-right: 0;
    border-radius: 3px 0px 0px 3px;
}

.new-position .page .bottom {
    float: right;
    border-left: 0;
    border-radius: 0 3px 3px 0;
}

.new-position .page .cfx {
    width: 84px;
    height: 21px;
    background: white;
    display: block;
    float: left;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-42deg);
    left: 50%;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}

.new-position .page .disabled {
    color: #b7b7b7;
}

.top-list {
    margin-top: 13px;
    background: #FFF;
    padding: 18px 25px;
}

.top-list .tpl-tr {
    transition: 0.5s all;
    width: 6000px;
}

.top-list .tpl-tr-wai {
    height: 579px;
    overflow: hidden;
}

.top-list .list-top {
    margin-top: 22px;
    float: left;
    width: 1160px;
}

/*.top-list .list-top:nth-child(1) {*/
/*    margin-right: 120px;*/
/*}*/

.top-list .list-top ul {
    float: left;
    margin-right: 40px;
    width: 360px;
}

.top-list .list-top ul:nth-child(3n) {
    margin-right: 0;
}

.top-list .list-top li {
    margin-bottom: 16px;
    width: 100%;
}

.top-list .list-top li:nth-last-child(1) {
    margin-bottom: 0;
}

.top-list .list-top li a {
    display: block;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    overflow: hidden;
}

.top-list .list-top li a font {
    color: #ababab;
    margin-right: 7px;
    float: left;
    width: 80px;
}

.top-list .list-top li a span {
    float: left;
    width: calc(100% - 7px - 80px);
    line-height: 40px;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.top-list .list-top li a .list-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 4px;
    background: #f6f6f6;
}

.top-list .list-top li a .list-img img {
    width: 100%;
    min-height: 100%;
}

.top-list .list-top li a .list-img img[src="__HOME__/images/no-img1.png"] {
    margin-top: -40px;
}

.top-list .list-top li:nth-child(1) {
    margin-bottom: 24px;
}

.top-list .list-top li:nth-child(1) a {
    height: auto;
    position: relative;
}

.top-list .list-top li:nth-child(1) a span {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    bottom: 0;
    left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 5%;
}

.top-list .type {
    float: right;
}

.top-list .type a {
    color: #ababab;
    display: inline-block;
    cursor: pointer;
    text-indent: 0;
    margin-left: 13px;
    font-size: 15px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

.top-list .type .hover {
    background: #eaf2ff;
    color: #5a9dff;
    border-radius: 6px;
}

.scoend {
    margin-top: 13px;
    height: 500px;
}

.scoend .left {
    background: #FFF;
    height: 100%;
    width: calc((100% - 13px) * 0.64);
    padding: 18px 25px;
    padding-bottom: 0;
    overflow: hidden;
}

.scoend .left .types {
    float: right;
}

.scoend .left .types a {
    color: #ababab;
    display: inline-block;
    cursor: pointer;
    text-indent: 0;
    margin-left: 13px;
    font-size: 15px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

.scoend .left .types .hover {
    background: #eaf2ff;
    color: #5a9dff;
    border-radius: 6px;
}

.scoend .left .showtop {
    width: 1520px;
    transition: 0.5s all;
}

.scoend .right {
    background: #FFF;
    height: 100%;
    width: calc((100% - 13px) * 0.36);
    padding: 18px 25px;
    overflow: hidden;
}

.other {
    margin-top: 13px;
    background: #FFF;
    padding: 18px 25px;
    height: 410px;
    overflow: hidden;
}

.other .left {
    width: calc(100% * 0.6);
    height: 100%;
}

.other .left ul {
    margin-top: 60px;
    position: relative;
    min-height: 200px;
}

.other .left ul li {
    margin-bottom: 65px;
    width: 50%;
    padding-right: 25px;
    float: left;
}

.other .left ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 25px;
}

.other .left ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.other .left ul li:nth-last-child(2) {
    margin-bottom: 0;
}

.other .left ul li .user-img {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 15px;
}

.other .left ul li .user-img h3 {
    width: 100%;
    font-size: 17px;
    color: #333;
    line-height: 18px;
    height: 18px;
}

.other .left ul li div {
    float: left;
    margin-left: 20px;
    width: calc(100% - 20px - 80px);
}

.other .left ul li div a {
    display: block;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
}

.other .left ul li div span {
    margin-top: 5px;
    display: block;
    line-height: 23px;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #a7a7a7;
}

.other .left ul li div span b {
    display: inline-block;
    font-weight: normal;
    padding: 0px 6px;
    border-radius: 3px;
    margin-right: 3px;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
}

.other .left ul li div span .wait {
    border: 1px solid #d9d9d9;
    color: #b6b6b6;
}

.other .left ul li div span .success {
    border: 1px solid #93cf95;
    color: #7fc381;
}

.other .left ul li div span .bad {
    border: 1px solid #ffa5a5;
    color: #ff6a6a;
}

.other .right {
    width: calc(100% * 0.35);
    height: 100%;
}

.other .right .xq {
    height: 300px;
    width: 100%;
    background: url("../images/map_bg.jpg") no-repeat center center;
    margin-top: 30px;
    position: relative;
}

.other .right .xq a {
    display: none;
    background: #e4e4e4;
    position: absolute;
    line-height: 62px;
    color: #FFF;
    width: 78px;
    height: 78px;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    font-size: 14px;
    border: 3px solid #fff;
    transform: scale(1);
}

.other .right .xq a:hover {
    opacity: 0.7;
}

.other .right .xq a:nth-child(1) {
    left: 176px;
    top: 79px;
    background: #ff5d5d;
    display: block;
}

.other .right .xq a:nth-child(2) {
    right: 26px;
    top: 8px;
    background: #41d39d;
    display: block;
}

.other .right .xq a:nth-child(3) {
    left: 35px;
    top: 14px;
    background: #f45f93;
    display: block;
}

.other .right .xq a:nth-child(4) {
    left: 13px;
    bottom: 50px;
    background: #fea342;
    display: block;
}

.other .right .xq a:nth-child(5) {
    right: 170px;
    bottom: 36px;
    background: #4197e2;
    display: block;
}

.other .right .xq a:nth-child(6) {
    right: 10px;
    bottom: 15px;
    background: #8c8c8c;
    display: block;
}

.lg_tr {
    display: none;
}

.lg_tr_show {
    display: block;
}

.lg_no_hide {
    display: none;
}

.notice ul li {
    float: left;
    padding-right: 25px;
    width: 100%;
    margin-bottom: 13.5px;
    overflow: hidden;
}
.notice ul li a {
    height: 35px;
    line-height: 35px;
    display: block;
    float: left;
    font-size: 15px;
    color: #333;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 20px;
    position: relative;
}
/*自定义*/
.new-position .r-content ul .ppd .ad {
    width: 37px;
    height: 20px;
    display: inline-block;
    line-height: 18px;
    font-style: normal;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    border: 1px solid gainsboro;
    color: #a7a7a7;
    float: right;
    margin-top: 8px;
}