@charset "utf-8";
.list-box {background: #F5F5F5;}
.list-top-banner {width: 1200px;height: 140px;margin:0 auto;margin-top: 20px;position: relative;display:none;}
.list-top-banner .list-top-banner-close {position: absolute;top:2px;right: 2px;height: 30px;width: 58px;padding-left: 8px;line-height: 28px;background: url(../img/list/jyt_cha1.png) 38px center no-repeat;color: #fff;text-shadow: 0 1px 0 #000;cursor: pointer;user-select: none;}
.list-top-banner img {width: 100%;}
.list-main {width:1200px;margin:0 auto;margin-top: 20px;margin-bottom: 30px;position: relative;}

.list-top {border-radius: 4px;margin-bottom: 10px;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);}
.jyt-tj-list {background: #fff;padding:20px 20px 24px 30px;border-radius: 0 0 4px 4px;}
.jyt-tj-list .jyt-tj-li {position: relative;}
.jyt-tj-list .jyt-tj-li .jyt-tj-t {width:80px;line-height: 36px;color: #666;position: relative;}
.jyt-tj-list .jyt-tj-li .jyt-tj-box {width:1050px;}
.jyt-tj-list .jyt-tj-li .jyt-tj-box a {line-height: 28px;float: left;color: #333;min-width: 54px;text-align: center;border-radius: 4px;margin-top: 4px;margin-bottom: 4px;margin-right: 4px;padding: 0 6px;}
.jyt-tj-list .jyt-tj-li .jyt-tj-box a:hover {background: #5C93FF;color: #fff;}
.jyt-tj-list .jyt-tj-li .jyt-tj-box a.active {background: #1677FF;color: #fff;}
.jyt-tj-list .jyt-tj-li .jyt-tj-box.tj-msk {background: #F5F8FF;padding:22px 16px;}

.jyt-tj-input {width:300px;padding-right: 30px;display: -webkit-box;display: -webkit-flex; display: -ms-flexbox;display: flex;}
.jyt-tj-input span {line-height: 36px;color: #666;}
.jyt-tj-input span.tj-input-text {min-width:80px;}
.jyt-tj-input .select-items {margin-right: 0;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.jyt-tj-input input {height: 36px;line-height: 34px;vertical-align: middle;border: 1px solid #ddd;border-radius: 3px;background: #fff;padding: 0 12px;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;min-width: 60px;}
.jyt-tj-input input.tj-date {background: #fff url(../img/list/jyt_date.png) center right no-repeat;background-origin:content-box;background-size: 16px;}
.jyt-tj-line .jyt-tj-input input.tj-nyr {min-width: 60px;width: 60px;font-size: 12px;padding: 0 5px;}

.jyt-tj-list .jyt-tj-li .jyt-select-t {width: 80px;line-height: 36px;color: #666;}


.select-ul {width: 1000px;}
.select-ul li {height: 28px;line-height: 28px;margin-right: 10px;display: inline-block;cursor: pointer;color: #666;padding: 0 10px;border-radius: 4px;position: relative;}
.select-ul li.disabled {cursor: not-allowed; color: #aea79f;}
.select-ul li.disabled:after {content:'VIP';position: absolute;height: 18px;line-height: 19px;font-size: 12px;background-color: red;white-space: nowrap;color: #fff;width: 30px;text-align: center;border-top-left-radius: 8px;border-bottom-right-radius: 8px;transform: scale(0.8);font-style: normal;}
.select-ul li.on, .select-ul li:hover {background: #1677FF;color: #fff;}

.jyt-tj-list .jyt-tj-li .jyt-select-box {margin-bottom: 5px;}
.select-items {position: relative;border-radius: 3px;width: 180px;height: 36px;color: #666;cursor: pointer;line-height: 34px;float: left;margin-right: 5px;background: #fff;user-select: none;}
.select-items.disabled {cursor: not-allowed; color: #aea79f;}
.select-items:hover .select-item {background: #f6f6f6;}
.select-items .select-item:after {content: '';position: absolute;top:12px;right:8px;width: 12px;height: 12px;display: block;background:url(../img/list/icon_drop.png) no-repeat;background-size: 100%;}
.select-items.is_up .select-item:after {background: url(../img/list/icon_up.png) no-repeat;background-size: 100%;}
.select-items input {width: 210px;border: 1px solid #ddd;border-radius: 3px;padding: 0 5px;}
.select-items .select-item {border-radius:3px;border: 1px solid #ddd;padding-left: 12px !important;padding-right: 20px !important;}
.select-items .select-item.on {border: 1px solid #3D7FFF;}
.select-items .select-item.on span {color: #3D7FFF;}
.select-items span {width: 100%;overflow: hidden;white-space: nowrap;word-break: keep-all;text-overflow: ellipsis;display: block;color:#bbb;}
.select-items .select-list {display: none;background: #fff;min-width: 100%;border: 1px solid #e8e8e8;border-radius: 3px;z-index: 20;position: absolute;left: -1px;top: 35px;overflow: hidden;overflow-y: auto;max-height: 240px;-webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);}
.select-items .select-list li {padding: 0 10px;height: 32px;line-height: 32px;width: auto;cursor: pointer;overflow: hidden;white-space: nowrap;word-break: keep-all;text-overflow: ellipsis;position: relative;padding-right: 30px;}
/*.select-items .select-list li.disabled:after {content:'VIP';position: absolute;height: 18px;line-height: 19px;font-size: 12px;background-color: #d81e06;white-space: nowrap;color: #fff;width: 30px;text-align: center;border-top-left-radius: 8px;border-bottom-right-radius: 8px;transform: scale(0.8);-webkit-transform: scale(0.8);font-style: normal;}*/
.select-items .select-list li.disabled {cursor: not-allowed; color: #aea79f;}
.select-items .select-list li:hover {background-color: #f5f7fa;}
.select-items .select-list li.active {color: #3D7FFF;}
.select-items .select-list li.active:before {content: '';position: absolute;top:0;right:0;height: 32px;width: 30px;background: url(../img/list/select_checked.png) right center no-repeat;}
.select-items .select-list li.on:after {content: '*';color: red;position: absolute;top:0;height: 32px;width: 30px;font-weight: bold;font-size: 18px;}
.jyt-select-list .select-del {height: 36px;line-height: 34px;background: #FFF url(../img/list/jyt_cha.png) center center no-repeat;;border-radius: 4px;border: 1px solid #DDDDDD;width: 38px;float: left;color: #666;cursor: pointer;text-align:center;}

.jyt-select-btn {position: absolute;top: 0px;right: 0px;}
.jyt-select-sub {width: 112px;height: 36px;background: #3D7FFF;border-radius: 3px;font-size: 16px;color: #FFFFFF;line-height: 36px;text-align:center;cursor: pointer;user-select: none;}
.jyt-select-add {width: 112px;height: 36px;line-height: 36px;background: #FF9E3D;color: #fff;text-align: center;cursor: pointer;user-select: none;border-radius: 4px;}
.jyt-select-add:hover {background: #FF9E3D;color: #fff;}
.jyt-select-add img {}
.jyt-select-add.disabled {background: #FF9E3D;cursor: not-allowed;}
.jyt-select-add.disabled:hover {background: #FF9E3D;}
.jyt-select-add.disabled:after {content:'VIP';position: absolute;height: 18px;line-height: 19px;font-size: 12px;background-color: red;white-space: nowrap;color: #fff;width: 30px;text-align: center;border-top-left-radius: 8px;border-bottom-right-radius: 8px;-moz-transition: scale(0.8);-o-transition: scale(0.8);-webkit-transform: scale(0.8);-webkit-transform: scale(0.8);transform: scale(0.8);font-style: normal;z-index: 5;}

.jyt-select-btn .jyt-select-addi {font-size: 18px;color: #D81E06;margin:0 10px;line-height: 36px;}

.jyt-daocu-sub {width: 112px;height: 36px;background: #ff3b30;border-radius: 3px;font-size: 16px;color: #FFFFFF;line-height: 36px;text-align:center;cursor: pointer;user-select: none;}
.jyt-qy-desc {font-size: 12px;font-weight: 400;color: #5F96FF;line-height: 17px;background: url(../img/page/tende_gth.png) left center no-repeat;padding-left: 20px;position: relative;padding-top:8px;padding-bottom:5px;}

.list-count-desc {font-size: 14px;font-weight: 400;color: #333333;line-height: 24px;}
.list-count-desc font {color: #3D7FFF;font-size: 18px;font-weight: bold;}
.list-middile {background: #FFFFFF;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);border-radius: 4px;margin-top: 10px;padding-bottom: 10px;}
.list-table {width:100%;display: table;position: relative;}
.list-thead {border-bottom: 1px solid #E6E9ED;padding:0 20px;}
/*.list-tbody {padding:0 30px;}*/
/*.list-table .list-login {position: relative;height: 482px;background: url(../img/list/qy.png) left top no-repeat;}*/
.list-table .list-login {position: absolute;left: 50%;margin-left: -285px;bottom: 80px;}


.lsmc-box {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;justify-content: flex-start;align-items: flex-start;line-height: 24px;}
.lsmc-box .lsmc-title {}
.lsmc-box .lsmc-main {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;justify-content: flex-start;align-items: flex-end;}
.lsmc-box .lsmc-main .lsmc-text.sq {height: 24px;overflow: hidden;}
.lsmc-box .lsmc-main .lsmc-text span {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.lsmc-box .lsmc-main .lsmc-btn {width: 46px;height: 18px;background: #FF9E3D;border-radius: 4px;line-height: 18px;text-align: center;color: #fff;margin-left:4px;margin-bottom: 3px;cursor: pointer;user-select: none;}
.list-table .list-tr .list-td.list-td-qy1 .ltd-cym .lsmc-box .lsmc-main .lsmc-text {max-width: 336px;}
.list-table .list-tr .list-td.list-td-qy2 .ltd-cym .lsmc-box .lsmc-main .lsmc-text {max-width: 276px;}
.list-table .list-tr .list-td.list-td-qy3 .ltd-cym .lsmc-box .lsmc-main .lsmc-text {max-width: 376px;}
.list-table .list-tr .list-td.list-td-qy4 .ltd-cym .lsmc-box .lsmc-main .lsmc-text {max-width: 246px;}
.list-table .list-tr .list-td.list-td-qy6 .ltd-cym .lsmc-box .lsmc-main .lsmc-text {max-width: 266px;}
.list-table .list-tr .list-td.list-td-qy8 .ltd-cym .lsmc-box .lsmc-main .lsmc-text {max-width: 326px;}
.list-table .list-tr .list-td.list-td-rzqy .ltd-cym .lsmc-box .lsmc-main .lsmc-text {max-width: 156px;}
/*.list-table .list-tr .list-td.list-td-rzqy2 .ltd-cym .lsmc-box .lsmc-main .lsmc-text {max-width: 246px;}*/



.list-table .list-tr {display: table-row;position: relative;}
.list-table .list-tr:hover {background: #EBF1FF;}
.list-table .list-tr:after {content:'';position: absolute;left: 20px;bottom: 0;height: 1px;width: 1160px;border-bottom: 1px solid #EBF1FF;}
.list-table .list-tr.not-vip {-webkit-filter: blur(9px);filter: blur(9px);}
.list-table .list-tr.not-vip:hover {background: #fff;}
.list-table .list-tr {line-height: 24px;color: #333;}
.list-table .list-tr .list-td {display: table-cell;padding: 10px 0;vertical-align: middle;}
.list-table .list-tr .list-td.list-td-number {width:60px;position: relative;padding-left:30px;}
.list-table .list-tr .list-td.list-td-qy1 {width:460px;}
.list-table .list-tr .list-td.list-td-qy2 {width:400px;}
.list-table .list-tr .list-td.list-td-qy3 {width:460px;}
.list-table .list-tr .list-td.list-td-qy4 {width:370px;}
.list-table .list-tr .list-td.list-td-qy5 {width:750px;}
.list-table .list-tr .list-td.list-td-qy6 {width:390px;}
.list-table .list-tr .list-td.list-td-qy7 {width:500px;}
.list-table .list-tr .list-td.list-td-qy8 {width:450px;}
.list-table .list-tr .list-td.list-td-zssl {width:200px;text-align:center;}
.list-table .list-tr .list-td.list-td-qyzz {width:160px;text-align:center;}
.list-table .list-tr .list-td.list-td-ryzg {width:180px;text-align:center;}
.list-table .list-tr .list-td.list-td-zjyj {width:160px;text-align:center;}
.list-table .list-tr .list-td.list-td-xmfzr {width:200px;}
.list-table .list-tr .list-td.list-td-zbje {width:170px;}
.list-table .list-tr .list-td.list-td-zbsj {width:120px;}
.list-table .list-tr .list-td.list-td-sxbzxr {width:180px;text-align:center;}
.list-table .list-tr .list-td.list-td-jyyc {width:200px;text-align:center;}
.list-table .list-tr .list-td.list-td-cfsl {width:300px;text-align:center;}
.list-table .list-tr .list-td.list-td-cfsl1 {width:120px;text-align:center;}
.list-table .list-tr .list-td.list-td-zcd {width:200px;}
.list-table .list-tr .list-td.list-td-lxdh {width:400px;}
.list-table .list-tr .list-td.list-td-rzqy {width:700px;}
.list-table .list-tr .list-td.list-td-rzqy .ltd-zsmc {width:400px;padding-right: 15px;}
.list-table .list-tr .list-td.list-td-rzqy .ltd-zsqy {width:300px;}
/*.list-table .list-tr .list-td.list-td-rzqy2 {width:790px;}
.list-table .list-tr .list-td.list-td-rzqy2 .ltd-szqy {width:400px;padding-right: 30px;}
.list-table .list-tr .list-td.list-td-rzqy2 .ltd-lxfs {width:380px;}*/
.list-table .list-tr .list-td.list-td-ryzssl {width:70px;text-align:center;}
.list-table .list-tr .list-td.list-td-ryzjyj {width:120px;text-align:center;}
.list-table .list-tr .list-td.list-td-lxfs {width:460px;}
.list-table .list-tr .list-td.list-td-lxfs1 {width:550px;padding:10px;}
.list-table .list-tr .list-td.list-td-name {width:90px;}
.list-table .list-tr .list-td.list-td-name1 {width:120px;}
.list-table .list-tr .list-td.list-td-sfz {width:150px;}
.list-table .list-tr .list-td.list-td-zcdz {width:370px;padding:10px;}
.list-table .list-tr .list-td.list-td-xmmc {width:660px;}
.list-table .list-tr .list-td.list-td-kbjl {width:680px;}
.list-table .list-tr .list-td.list-td-kbsj {width:160px;}
.list-table .list-tr .list-td.list-td-zxzq {width:250px;}
.list-table .list-tr .list-td.list-td-fxsj {width:100px;}
.list-table .list-tr .list-td.list-td-zqmc {width:270px;}
.list-table .list-tr .list-td.list-td-cz {width:180px;text-align:center;padding-right: 20px;}
.list-table .list-tr .list-td.list-td-cz1 {width:80px;text-align:center;padding-right: 20px;}
.list-table .list-tr .list-td.list-td-cz2 {width:90px;text-align:center;padding-right: 20px;}
.list-table .list-tr .list-td.list-td-cz3 {width:140px;text-align:center;padding-right: 20px;}
.list-table .list-tr .list-td.list-td-yszjyj {width:320px;text-align:center;padding-right: 20px;}

.list-table .list-tr.list-th {color: #999;line-height: 22px;}
.list-table .list-tr.list-th:hover {background: #fff;}
.list-table .list-tr.list-th:after {border-color:transparent;}
.list-table .list-tr.list-th .list-td.list-td-number {width:40px;padding-left:0;}
.list-table .list-tr.list-th .list-td {border-bottom: 0;}
.list-table .list-tr.list-th .list-td.list-td-zbje {width:170px;}
.list-table .list-tr.list-th .list-td.list-td-zbsj {width:130px;}
.list-table .list-tr.list-th .list-td.list-td-cz {width:160px;padding-right: 0;}
.list-table .list-tr.list-th .list-td.list-td-cz1 {width:60px;padding-right: 0;}
.list-table .list-tr.list-th .list-td.list-td-cz2 {width:70px;padding-right: 0;}
.list-table .list-tr.list-th .list-td.list-td-cz3 {width:120px;padding-right: 0;}
.list-table .list-tr.list-th .list-td.list-td-zqmc {width:250px;padding-right: 0;}
.list-table .list-tr.list-th .list-td.list-td-yszjyj {width:300px;padding-right: 0px;text-align:center;}
.list-table .list-tr .list-td.list-td-number span {color:#666;font-size: 12px;}
.list-table .list-tr .list-td .ltd-top {line-height: 24px;}
.list-table .list-tr .list-td .ltd-top .ltd-text {font-size: 16px;color: #3D7FFF;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;width: 400px;}
.list-table .list-tr .list-td .ltd-lxr {line-height: 20px;width: 400px;word-break: break-word;}
.list-table .list-tr .list-td .ltd-lxr span {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;max-width: 100%;}
.list-table .list-tr .list-td.list-td-name .ltd-top .ltd-text {width: 80px;color: #EE5003;}
.list-table .list-tr .list-td.list-td-name1 .ltd-top .ltd-text {width: 110px;color: #EE5003;}
.list-table .list-tr .list-td .ltd-zgzs {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;max-width: 330px;}
.list-table .list-tr .list-td.list-td-qy2 .ltd-top .ltd-text {width: 360px;}
.list-table .list-tr .list-td.list-td-qy3 .ltd-top .ltd-text {width: 470px;}
.list-table .list-tr .list-td.list-td-qy4 .ltd-top .ltd-text {width: 330px;}
.list-table .list-tr .list-td.list-td-qy6 .ltd-top .ltd-text {width: 370px;}
.list-table .list-tr .list-td.list-td-qy7 .ltd-top .ltd-text {width: 460px;}
.list-table .list-tr .list-td.list-td-qy8 .ltd-top .ltd-text {width: 420px;}
.list-table .list-tr .list-td.list-td-xmmc .ltd-top .ltd-text {width: 600px;}
.list-table .list-tr .list-td.list-td-zxzq .ltd-top .ltd-text {width: 240px;}
.list-table .list-tr .list-td.list-td-xmmc .ltd-lxr {width: 600px;}
.list-table .list-tr .list-td.list-td-lxfs .ltd-lxr {width: 420px;}
.list-table .list-tr .list-td.list-td-zcdz .ltd-lxr {width: 350px;}
.list-table .list-tr .list-td.list-td-lxdh .ltd-lxr {width:340px;}
.list-table .list-tr .list-td.list-td-lxfs1 .ltd-lxr {width:500px;}
.list-table .list-tr .list-td.list-td-qy4 .ltd-lxr {width:360px;}
.list-table .list-tr .list-td.list-td-kbjl .ltd-top .ltd-text {width: 660px;color: #545454;}
.list-table .list-tr .list-td.list-td-kbjl .ltd-top .ltd-text:hover {color: #e74c3c;}
.list-table .list-tr.mnyqy .list-td.list-td-number img {position: absolute;top:15px;left: 20px;}
.list-table .list-tr.mnyqy .list-td .ltd-top .ltd-text {font-size: 20px;line-height: 28px;}
.list-table .list-tr.mnyqy .list-td .ltd-lxr.mnyqy {font-size: 16px;font-weight: bold;color: #FF3D3D;line-height: 18px;}
.list-table .list-tr.mnyqy .list-td .ltd-top .ltd-text .myqy-guanggao {color: #B7B9C1;font-size: 12px;line-height: 27px;margin-left: 5px;vertical-align: bottom;font-weight: 100;}

.list-table .list-tr .list-td.list-td-rzqy .ltd-zsqy a {width: 280px;color: #3D7FFF;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;line-height: 28px;}
.list-table .list-tr .list-td.list-td-qy4 a {width: 360px;color: #3D7FFF;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;line-height: 28px;}
/*.list-table .list-tr .list-td.list-td-rzqy2 .ltd-szqy a {width: 360px;color: #3D7FFF;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;line-height: 28px;}*/
.list-table .list-tr .list-td.list-td-rzqy .ltd-zsmc .zsmc-btn {width: 46px;height: 18px;background: #FF9E3D;border-radius: 4px;line-height: 18px;text-align: center;color: #fff;margin-left:4px;margin-bottom: 3px;cursor: pointer;user-select: none;display: inline-block;}
.list-table .list-tr .list-td .ltd-btns {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-flow:row wrap;justify-content:space-between;}
.list-table .list-tr .list-td .text-hidden {word-break: break-all;}
.list-table .list-tr .list-td .zxzq-zqmc {display:block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 250px;}
.list-table .list-tr .list-td .zxzq-zqmc:hover {color: #3D7FFF;}


.list-table .list-tr .list-td .ltd-btns .ltd-btn {height: 30px;width: 30px;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-jk {background: url('../img/icon/svg/list_qyjk.svg') center center no-repeat;background-size: 80%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-jk:hover {background-size: 100%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-jk.yjk {background: url('../img/icon/svg/list_qyjk1.svg') center center no-repeat;background-size: 80%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-jk.yjk:hover {background-size: 100%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.ry-jk {background: url('../img/icon/svg/list_ryjk.svg') center center no-repeat;background-size: 80%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.ry-jk:hover {background-size: 100%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.ry-jk.yjk {background: url('../img/icon/svg/list_ryjk1.svg') center center no-repeat;background-size: 80%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.ry-jk.yjk:hover {background-size: 100%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-edit {background: url('../img/icon/svg/list_edit.svg') center center no-repeat;background-size: 80%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-edit:hover {background-size: 100%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-pdf {background: url('../img/icon/svg/list_qypdf.svg') center center no-repeat;background-size: 80%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-pdf:hover {background-size: 100%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-hc {background: url('../img/icon/svg/list_qyhc.svg') center center no-repeat;background-size: 80%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-hc:hover {background-size: 100%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-xcp {background: url('../img/icon/svg/list_qyxcp.svg') center center no-repeat;background-size: 80%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-xcp:hover {background-size: 100%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-jkcf {background: url('../img/icon/svg/list_qyjkcf.svg') center center no-repeat;background-size: 80%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-jkcf:hover {background-size: 100%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-jkcf.yjk {background: url('../img/icon/svg/list_qyjkcf1.svg') center center no-repeat;background-size: 80%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.qy-jkcf.yjk:hover {background-size: 100%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.see-info {background: url('../img/icon/svg/list_info.svg') center center no-repeat;background-size: 80%;}
.list-table .list-tr .list-td .ltd-btns .ltd-btn.see-info:hover {background-size: 100%;}
.list-table .list-tr .list-td.list-td-cz1 .ltd-btns {justify-content: center;}

.list-table .list-tr.list-btn .list-td.lsp-list span {color: #3D7FFF;cursor: pointer;}
.list-table .list-tr.list-btn .list-td.lsp-list span:hover {color: #e74c3c;}


/*.qyjkbut{width:100px;}
.qy-jk:hover,.qy-jkcf:hover,.qy-edit:hover,.qy-pdf:hover{
	background:#c0d5ff;
}*/


/*联系电话-可复制*/
.list-table .list-tr .list-td .ltd-lxr-list .lxdh-str {width: 440px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.list-table .list-tr .list-td .ltd-lxr-list .lxdh-btn {display:block;color: #222;}
.list-table .list-tr .list-td .ltd-lxr-list .lxdh-btn.lxdh-called {color:#787878;}
.list-table .list-tr .list-td .ltd-lxr-list .lxdh-btn.lxdh-red {color:#F30606;}
.list-table .list-tr .list-td .ltd-lxr-list .lxdh-btn.lxdh-called>a>img {filter: grayscale(100%);}
.list-table .list-tr .list-td .ltd-lxr-list .lxdh-btn img {width: 12px;height:12px;margin-left: 5px;vertical-align: inherit;}
.top-table .tr .td.td-lxdh .lxdh-btn {display:block;color: #222;}
.top-table .tr .td.td-lxdh .lxdh-btn img {width: 12px;height:12px;margin-left: 5px;vertical-align: inherit;}
.top-table .tr .td.td-lxdh .lxdh-btn.lxdh-called {color:#787878;}
.top-table .tr .td.td-lxdh .lxdh-btn.lxdh-red {color:#F30606;}
.top-table .tr .td.td-lxdh .lxdh-btn.lxdh-called>a>img {filter: grayscale(100%);}
.tel-more {cursor: pointer;display: inline-block;position: relative;}
.tel-more .tel-more-div {position: absolute;top: 24px;left: 50%;margin-left: -110px;-moz-transition-origin: center top;-o-transition-origin: center top;-webkit-transform-origin: center top;-webkit-transform-origin: center top;transform-origin: center top;border: 1px solid #e4e7ed;border-radius: 4px;background-color: #fff;box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);box-sizing: border-box;padding: 6px 12px !important;width: 220px;z-index: 1;display: none;}
.tel-more .tel-more-div:before {position: absolute;left: 50%;margin-left: -3px;top: -10px;content: " ";display: inline-block;width: 0;height: 0;border: 5px solid;border-color: transparent transparent #fff;vertical-align: middle;}
.tel-more-list .lxdh-btn {color: #222;}
.tel-more-list .lxdh-btn.lxdh-called {color:#787878;}
.tel-more-list .lxdh-btn.lxdh-red {color:#F30606;}
.tel-more-list .lxdh-btn.lxdh-called>a>img {filter: grayscale(100%);}
.tel-more .tel-more-div.count2:before {margin-left: -87px;}
.tel-more .tel-more-div.count3:before {margin-left: -176px;}
.tel-more .tel-more-div.count6:before {margin-left: -446px;}
.tel-more .tel-more-div.count7:before {margin-left: -228px;}
.tel-more .tel-more-div .tel-more-list .lxdh-btn {width: 180px;}



.rzqy-table {display: table;}
.rzqy-table .rzqy-tr {display: table-row;}
.rzqy-table .rzqy-tr .rzqy-td {display: table-cell;vertical-align: middle;border-bottom:1px solid #E6E9ED;padding: 5px 0;}
.rzqy-table .rzqy-tr:last-child .rzqy-td {border-bottom:none;}
.login-box {width: 570px;height: 200px;background: url(../img/qyinfo_login.png) no-repeat;padding-top: 10px;}
.login-box h4 {line-height: 70px;color: #fff;text-align: center;font-size: 24px;}
.login-box .login-btns {width: 400px;margin: 0 auto;margin-top: 10px;}
.login-box .login-btns .login-btn {background: #fff;width: 170px;height: 40px;line-height: 40px;display: inline-block;text-align: center;color: #0e71ff;font-size: 18px;border-radius: 6px;user-select: none;}
.login-box .login-contact{text-align: center;color: #fff;line-height: 50px;font-size: 18px;}

.yj-tj-tab-content {position: relative;min-height: 240px;}
.yj-tj-tab-content.not-vip .tab-pane {-webkit-filter: blur(9px);filter: blur(9px);}
.yj-tj-tab-content.ie-mosaic .tab-pane {position: relative;text-shadow: #000 3px 0px 3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.yj-tj-tab-content.ie-mosaic .tab-pane .yj-radio-label {text-shadow: #409eff 3px 0px 3px;}
.yj-tj-tab-content.ie-mosaic .tab-pane .yj-check-label {text-shadow: red 3px 0px 3px;}
.yj-tj-tab-content.ie-mosaic .tab-pane .yj-tj-clear {text-shadow: #ff8400 3px 0px 3px;}
.yj-tj-tab-content.ie-mosaic .tab-pane:after {content:'';width:100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(255,255,255,.9);z-index: 1;}

.yj-tj-login {position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 10;padding-top: 30px;}
.yj-tj-login .login-box {width: 570px;height: 200px;margin: 0 auto;}

.list-login-show {width: 100%;height: 660px;position: relative;display:none;}
.list-login-show .login-box {position: absolute;left: 50%;top: 50%;margin-left: -285px;margin-top: -100px;}

.qyi-yjlist-nav {height: 48px;}
.qyi-yjlist-nav li {float: left;padding-top: 10px;}
.qyi-yjlist-nav li a {height: 38px;background: #FFFFFF;border-radius: 10px 10px 0px 0px;border: 1px solid #3D7FFF;line-height: 38px;color: #333;padding: 0 20px;text-align: center;cursor: pointer;display:block;font-size: 16px;margin-top: 10px;}
.qyi-yjlist-nav li a:hover {color: #1677FF;}
.qyi-yjlist-nav li a.active {height: 48px;line-height: 48px;background: #3D7FFF;color: #fff;padding: 0 13px;border-radius: 10px 10px 0px 0px;margin-top: 0;}

.list-yj {padding:0px; margin:0px;position: relative;}
.list-yj .list-login {position: absolute;left: 50%;margin-left: -285px;bottom: 40%;margin-bottom: -100px;}
.list-yj .list-yj-li {list-style:none;border-bottom:1px solid #E6E9ED;overflow: hidden;padding: 15px 30px;}
.list-yj .list-yj-li.not-vip {-webkit-filter: blur(9px);filter: blur(9px);}
.list-yj .list-yj-li:nth-child(even) {background: #F7FAFF;}
.list-yj .list-yj-li:hover {background: #EBF1FF;}
.list-yj .list-yj-li.not-vip {background: #fff;}
.list-yj .list-yj-li .list-yj-top {padding:12px 0;line-height: 20px;}
.list-yj .list-yj-li .list-yj-top .list-yj-number {width: 30px;font-size: 12px;font-weight: 400;color: #666;}
/*.list-yj .list-yj-li .list-yj-top .list-yj-name {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;}*/
.list-yj .list-yj-li .list-yj-top .list-yj-name a,.list-yj .list-yj-li .list-yj-top .list-yj-name span {font-size:16px;font-weight: bold;color: #3D7FFF;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;max-width: 820px;}
.list-yj .list-yj-li .list-yj-top .list-yj-name .list-yj-ly {height: 20px;background: #319FFA;border-radius: 2px;font-size: 12px;font-weight: 400;color: #FFFFFF;line-height: 20px;padding:0 8px;margin-left:8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;max-width: 120px;}
.list-yj .list-yj-li .list-yj-top .list-yj-time {width:130px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;font-weight: 400;color: #333;}
.list-yj .list-yj-li .list-yj-bottom {font-size: 14px;padding-left: 30px;}
.list-yj .list-yj-li .list-yj-bottom p {float: left;font-weight: 400;color: #333;height: 16px;line-height: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 10px;}
.list-yj .list-yj-li .list-yj-bottom p:last-child {margin-right: 0px;}
.list-yj .list-yj-li .list-yj-bottom p a {color: #333;}
.list-yj .list-yj-li .list-yj-bottom p a:hover {color: #3D7FFF;}


/*yj*/
.jyt-yj-yjly {width: 1060px;float: left;}
.jyt-yj-yjly li {float: left;margin-top: 4px;margin-bottom: 4px;}
.jyt-yj-yjly li.jyt-yj-hide {display:none;}
.jyt-yj-yjly li a {line-height: 28px;min-width: 54px;color: #333;padding: 0 12px;text-align: center;border-radius: 4px;margin-right: 5px;cursor: pointer;display:block;}
.jyt-yj-yjly li a:hover {background: #5C93FF;color: #fff;}
.jyt-yj-yjly li a.active {background: #1677FF;color: #fff;}

.yj-input {width:370px;padding-right: 30px;display: -webkit-box;display: -webkit-flex; display: -ms-flexbox;display: flex;color: #666;}
.yj-line .yj-input:last-child {padding-right: 0;}
.yj-input>span {line-height: 36px;}
.yj-input .yj-input-text {min-width: 100px;}
.yj-input-f .yj-input-text-f {min-width: 70px;}
.yj-input .select-items {margin-right: 0;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.yj-input>.el-cascader {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.yj-input input {height: 36px;vertical-align: middle;border: 1px solid #E6E6E6;border-radius: 3px;background: #fff;padding: 0 12px;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;min-width: 80px;}
.yj-input input.yj-date {background: #fff url(../img/list/jyt_date.png) center right no-repeat;background-origin:content-box;background-size: 16px;}

.yj-line-desc {line-height: 36px;}

.jyt-popover-title {text-align: center; font-size: 16px; font-weight: bold; color: #333; margin-bottom: 10px;}
.jyt-popover-desc {text-indent: 2em;}
.jyt-popover-btn {width: 100px;height: 28px;line-height: 28px;background: #409EFF;color: #fff;text-align: center;font-size: 14px;cursor: pointer;border-radius: 4px;padding: 0 20px!important;margin:10px auto;}
.jyt-popover-btn:hover {background: #66b1ff;color: #fff;}
.jyt-yj-btn {width: 120px;height: 36px;background: #3D7FFF;border-radius: 3px;font-size: 16px;color: #FFFFFF;line-height: 36px;text-align:center;cursor: pointer;user-select: none;}
.jyt-yj-add-btn {width: 120px;height: 36px;background: #FF9E3D;border-radius: 3px;font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 36px;text-align:center;cursor: pointer;user-select: none;}
.jyt-yj-cz-btn {width: 120px;height: 36px;background: #999;border-radius: 3px;font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 36px;text-align:center;cursor: pointer;user-select: none;}

.yj-tj-result .dis-item {border: 1px solid #1677FF;float: left;padding: 5px 8px;line-height: 18px;border-radius: 3px;margin-right: 5px;margin-bottom: 5px;}
.yj-tj-result .dis-item i {color: #D81E06;cursor: pointer;margin-left: 5px;}
.yj-tj-result .dis-result {padding: 5px 8px;line-height: 18px;margin-bottom: 5px;}
.yj-tj-result .dis-result i {color: #D81E06;cursor: pointer;margin-left: 5px;}

.qyi-yj-yjtj {border-bottom: 1px solid #ddd;}
.qyi-yj-yjtj li {color: #666;display: inline-block;}
.qyi-yj-yjtj li a {display: block;padding: 0 5px;margin: 0 5px;height: 35px;line-height: 35px;text-align: center;font-size: 14px;color: #575757;font-weight: bold;}
.qyi-yj-yjtj li:first-child a {margin-left: 0px;}
.qyi-yj-yjtj li:last-child a {margin-right: 0px;}
.qyi-yj-yjtj li a:hover {color: #1677FF;}
.qyi-yj-yjtj li a.active {border-bottom: 3px solid #1677FF;color: #1677FF;}
.qyi-yj-yjtj li a font {display:none;font-size: 18px;}
.yj-tj-line {line-height: 36px;margin-bottom: 8px;margin-top: 8px;padding-left:24px;}
.yj-tj-line .yj-tj-tit {font-size: 14px;color: #606266;min-width: 200px;font-weight: bold;}
.yj-tj-line .yj-tj-input {width: 800px;color: #636363;}
.yj-tj-line .yj-tj-input input {height: 36px;line-height: 34px;border: 1px solid #ddd;border-radius: 4px;background: #fff;padding: 0 12px;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;min-width: 80px;}
.yj-tj-line .yj-tj-input input.yj-tj-text {width: 300px;}
.yj-tj-line .yj-tj-input input.yj-date {width: 180px;}
.yj-tj-line .yj-tj-input input.yj-tj-je {width: 150px;}
.yj-tj-line .yj-tj-input input.yj-tj-num {width: 80px;}
.yj-tj-line .yj-tj-clear {line-height: 34px;color: #ff8400;background-color: #fff6eb;border: 1px solid #ff8400;padding: 0 20px;font-size: 14px;border-radius: 4px;cursor: pointer;}
.yj-tj-line .yj-tj-input .tips-title {color: #b3b3b3;width: 630px;line-height: 26px;}
.yj-check-label {color:#606266;height: 36px;line-height: 36px;position: relative;cursor: pointer;margin-right: 20px;margin-bottom: 0;float: left;}
.yj-check-label.disabled {color: #c0c4cc;cursor: not-allowed;}
.yj-check-label .check-hd {float: left;margin-top: 10px;margin-right: 8px;}
.yj-check-label .check-hd .check-input {position: absolute;left: -9999em;}
.yj-check-label .check-hd .icon-checked {width: 16px;height: 16px;display: block;background: #FFFFFF;border:1px solid #ddd;border-radius: 2px;}
.yj-check-label .check-hd .check-input:checked + .icon-checked {background: #1677FF url(../img/icon/qy_tj_checked.png) center center no-repeat;background-size: 14px;border-color: #1677FF;}
.yj-check-label.red {color: red;}
.yj-check-label.red .check-hd .icon-checked {border:1px solid red;}
.yj-check-label.red .check-hd .check-input:checked + .icon-checked {background: red url(../img/icon/qy_tj_checked.png) center center no-repeat;background-size: 14px;border-color: red;}
.yj-check-label .check-bd {float: left;}
.yj-check-label.disabled .check-hd .icon-checked {border:1px solid #dcdfe6;background: #E6E6E6;}

.yj-radio-label {color:#636363;height: 36px;line-height: 36px;position: relative;cursor: pointer;margin-right: 20px;margin-bottom: 0;float: left;}
.yj-radio-label .radio-hd {float: left;margin-top: 10px;margin-right: 8px;}
.yj-radio-label .radio-hd .radio-input {position: absolute;left: -9999em;}
.yj-radio-label .radio-hd .icon-checked {width: 18px;height: 18px;display: block;border:1px solid #D7DBE0;border-radius: 50%;}
.yj-radio-label .radio-hd .radio-input:checked + .icon-checked {border:1px solid #3D7FFF;background: #fff url(../img/icon/qy_tj_radio.png) center center no-repeat;background-size: 16px;}
.yj-radio-label .radio-bd {float: left;}


.yj-switch {color:#636363;position: relative;cursor: pointer;margin-bottom: 0;font-weight: 400;}
.yj-switch .switch-hd {display: inline-block;margin-left: 3px;margin-right: 3px;}
.yj-switch .switch-hd .check-input {position: absolute;left: -9999em;}
.yj-switch .switch-hd .switch-core {margin: 0;position: relative;width: 40px;height: 20px;border: 1px solid #dcdfe6;outline: 0;border-radius: 10px;-webkit-box-sizing: border-box;box-sizing: border-box;background: #dcdfe6;-webkit-transition: border-color .3s,background-color .3s;transition: border-color .3s,background-color .3s;vertical-align: middle;display: inline-block;cursor: pointer;}
.yj-switch .switch-hd .switch-core:after {content: "";position: absolute;top: 1px;left: 1px;border-radius: 100%;-webkit-transition: all .3s;transition: all .3s;width: 16px;height: 16px;background-color: #fff;}
.yj-switch .switch-hd .check-input:checked + .switch-core {border-color: #1677FF;background-color: #1677FF;}
.yj-switch .switch-hd .check-input:checked + .switch-core:after {left: 100%;margin-left: -17px;}
.yj-switch .switch-bd-left {color: #1677FF;}
.yj-switch .switch-bd-right {color: #636363;}
.yj-switch.is-checked .switch-bd-left {color: #636363;}
.yj-switch.is-checked .switch-bd-right {color: #1677FF;}

.glyj-desc {width: 1000px;height: 160px;margin:0 auto;background: #FFFFFF;border-radius: 30px;border: 1px solid #FF8402;padding: 30px 60px;position: relative;}
.glyj-desc .glyj-desc-title {position: absolute;top:-35px;left:50%;margin-left: -100px;width: 212px;height: 54px;background: #FF8402;border-radius: 6px;font-size: 28px;color: #fff;line-height: 54px;text-align:center;}
.glyj-desc p {font-size: 20px;font-weight: 500;color: #333;line-height: 30px;}
.glyj-desc .glyj-desc-h2 {color: #FF8402;}
.glyj-desc-glxt {font-size: 18px;font-weight: bold;color: #1677FF;margin: 0 auto;display: block;width: 200px;text-align: center;line-height: 40px;margin-top: 20px;}



/*qyinfo*/
.list-info-banner {width: 1200px;margin:0 auto;margin-top: 20px;position: relative;}
.list-info-banner .list-info-banner-close {position: absolute;top:2px;right: 2px;height: 30px;width: 58px;padding-left: 8px;line-height: 28px;background: url(../img/list/jyt_cha1.png) 38px center no-repeat;color: #fff;text-shadow: 0 1px 0 #000;cursor: pointer;z-index: 10;user-select: none;}

.carousel-mnyqy {position: relative;}
.carousel-mnyqy .mnyqy-qyxcp {position: absolute;top: 0px;left: 50%;margin-left: -178px;width: auto;height: 140px;}
.carousel-mnyqy .mnyqy-qyxcp video {width: auto;height: 100%;}
.carousel-mnyqy .mnyqy-hc {position: absolute;bottom: 20px;right: 40px;width: 160px;height: 40px;background: linear-gradient(
180deg, #FFB95C 0%, #F9A83B 100%);border-radius: 4px;border: none;color: #fff;text-align:center;line-height: 40px;display: block;font-size: 14px;z-index: 10;user-select: none;}
.list-info-banner .carousel-control-next, .carousel-control-prev {width: 5%;}

.list-info-top {background: #FFFFFF;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);border-radius: 4px;padding:24px 20px 34px;}
.list-info-top .qyinfo-top {}
.qyinfo-top .qyinfo-title {position: relative;max-width: 740px;background: url(../img/info/qy_name.png) left center no-repeat;}
.qyinfo-top .qyinfo-title h1 {float: left;font-size: 26px;font-weight: bold;color: #1677FF;line-height: 36px;padding-left:35px;margin-bottom: 0;}
.qyinfo-top .qyinfo-title.mnyqy {background: url(../img/list/mnyqy_logo.png) left center no-repeat;}
.qyinfo-top .qyinfo-title .is-jkqy {font-size: 12px;line-height: 20px;width: 80px;border-radius: 4px;text-align: center;border: 1px solid #EE5003;color: #EE5003;padding: 0 4px;margin-left: 4px;float: right;margin-top: 7px;display: none;}
.is-jkqycf{font-size: 12px;line-height: 20px;width: 80px;border-radius: 4px;text-align: center;border: 1px solid #EE5003;color: #EE5003;padding: 0 4px;margin-left: 4px;float: right;margin-top: 7px;display: none;}
.qyinfo-top .qyinfo-title #qyinfo_qyxz {font-size: 12px;line-height: 20px;border-radius: 4px;text-align: center;padding: 0 4px;margin-left: 4px;border: 1px solid red;color: red;float: right;margin-top: 7px;display: none;}
.qyinfo-top .qyinfo-title .qy-copy {font-size: 12px;line-height: 20px;color: #3D7FFF;float: right;margin-top: 8px;display: none;}
.qyinfo-top .qyinfo-title .qy-copy img {width: 12px;height: 12px;margin-left: 5px;margin-right: 3px;vertical-align: initial;}
.qyinfo-top .qyinfo-title:hover .qy-copy {display: inline;}
.qyinfo-top .qyinfo-btns {font-size: 12px;font-weight: 400;line-height: 36px;}
.qyinfo-top .qyinfo-btns span {float: left;color: #1677FF;margin-right:10px;padding-left: 18px;cursor: pointer;user-select: none;}
.qyinfo-top .qyinfo-btns span:last-child {margin-right:0;}
.qyinfo-top .qyinfo-btns span.qy-jkqy,.qy-jkqycf {background: url(../img/info/info_jk.png) left center no-repeat;}
.qyinfo-top .qyinfo-btns span.qy-edit {background: url(../img/info/info_edit.png) left center no-repeat;}
.qyinfo-top .qyinfo-btns span.qy-pdf {background: url(../img/info/info_pdf.png) left center no-repeat;}
.qyinfo-top .qyinfo-btns span.down-pdf {background: url(../img/info/info_pdf.png) left center no-repeat;}
.qyinfo-top .qyinfo-btns span.qy-hc {color: #f9a93e;background: url(../img/info/info_hc.png) left center no-repeat;display:none;}
.qyinfo-top .qyinfo-table {}
.qyinfo-lsmc {line-height: 26px;}

.top-table {display: table;border:1px solid #E6ECF5;}
.top-table .tr {display: table-row;}
.top-table .tr .td {display: table-cell;word-break: break-word;vertical-align: middle;-webkit-box-align: center;position: relative;border-right: 1px solid #E6ECF5;border-bottom: 1px solid #E6ECF5;padding: 10px 20px;line-height: 20px;}
.top-table .tr .td.th {background: #F5F8FF;text-align:center;font-weight: bold;}
.top-table .tr .td:last-child {border-right: none;}
.top-table .tr:last-child>.td {border-bottom: none;}
.top-table .tr .td .mnyqy-url {color: #2D8CF0;}
.top-table .tr .td a {color: #3D7FFF;}
.top-table .tr .td.tl-c {text-align:center;}

.top-table .tr .td .qy-copy {font-size: 12px;line-height: 20px;color: #3D7FFF;margin-top: 8px;display: none;}
.top-table .tr .td .qy-copy img {width: 12px;height: 12px;margin-left: 5px;margin-right: 3px;vertical-align: initial;}
.top-table .tr .td:hover .qy-copy {display: inline;}

.td.tw-120 {width: 120px;}
.td.tw-150 {width: 150px;}
.td.tw-160 {width: 160px;}
.td.tw-180 {width: 180px;}
.td.tw-220 {width: 220px;}
.td.tw-230 {width: 230px;}
.td.tw-240 {width: 240px;}
.td.tw-260 {width: 260px;}
.td.tw-320 {width: 320px;}
.td.tw-360 {width: 360px;}
.td.tw-400 {width: 400px;}
.td.tw-460 {width: 460px;}
.td.tw-600 {width: 600px;}
.td.tw-620 {width: 620px;}
.td.tw-740 {width: 740px;}
.td.tw-900 {width: 900px;}
.td.tw-940 {width: 940px;}
.td.tw-990 {width: 990px;}
.td.tw-1010 {width: 1010px;}
.td.tw-1040 {width: 1040px;}

.layui-layer-qyinfo {width: 1000px !important;}
.layui-layer-qyinfo .pyinfoModal-header {padding: 20px 20px 10px;text-align: center;font-size: 16px;}
.layui-layer-qyinfo .pyinfoModal-header .close {cursor: pointer;}
.layui-layer-qyinfo .top-table {margin: 10px 20px 30px;}
.layui-layer-qyinfo .top-table .tr .td a {color:#308bfe;}


.list-info-main {background: #FFFFFF;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);border-radius: 4px;position: relative;}

.qyinfo-nav {border-bottom:1px solid #ddd;position: absolute;top: 0;width: 1200px;}
.qyinfo-nav .qyinfo-nav-qyname {font-size: 26px;font-weight: 500;color: #1677FF;line-height: 36px;text-align: center;}
.qyinfo-nav.body_gd {position: fixed;top: 0;left: 50%;background: #fff;margin-left: -600px;width: 1200px;z-index: 3;}
.qyinfo-nav .qyinfo-nav-box {padding:0 30px;line-height: 50px;background: url(../img/icon/qyinfo_logo.png?id=2024012901) right 30px center no-repeat;background-size: 163px;}
.qyinfo-nav a {position: relative;float: left;font-size: 12px;font-weight: 400;color: #666666;margin: 0 8px;}
.qyinfo-nav a:first-child {margin-left:0;}
.qyinfo-nav a:last-child {margin-right:0;}
.qyinfo-nav a.active {font-size: 14px;font-weight: bold;color: #1677FF;}
.qyinfo-nav a.active:before {content: " ";position: absolute;bottom: 0;left: 0;border-bottom: 3px solid #1677FF;height: 1px;width: 100%;}
.qyinfo-nav a span {color: #1677FF;}
.qyinfo-list-item {padding:20px;border-bottom: 1px solid #ddd;}


.qyi-i-title {height: 40px;position: relative;}
.qyi-i-title .qyi-t-text {font-size: 16px;font-weight: bold;color: #333333;line-height: 14px;border-left: 2px solid #1677FF;padding-left:10px;margin-top: 13px;margin-bottom: 13px;}
.qyi-small-title {line-height: 22px;font-size: 16px;color: #575757;font-weight: bold;}
.qyi-small-title>span {color: #1176cb;}
.qyi-lx {position: relative;}
.qyi-lx .pretty-btn {position: absolute;right: 0px;bottom: 0px;padding: 0px 10px;font-size: 12px;color: #1677FF;cursor: pointer;display: none;font-weight: 400;line-height: 22px;user-select: none;}
.qyi-lx .qyi-lx-list {overflow: hidden;width: 1040px;padding-left: 10px;}
.zxz-info-desc {color: rgb(0, 114, 207);font-size: 14px;border: 1px solid rgba(26, 111, 206, 0.44);border-radius: 3px;line-height: 40px;padding:0 10px;background: rgba(26, 111, 206, 0.05);}

.qyi-zz-input {float: left;width: 33%;}
.check-label {float: left;position: relative;color:#333;line-height: 22px;font-size: 12px;cursor: pointer;margin-top: 4px;margin-bottom: 4px;}
.check-label .check-hd {float: left;margin-top: 4px;}
.check-label .check-input {position: absolute;left: -9999em;}
.check-label .check-hd .icon-checked {width: 16px;height: 16px;display: block;border:1px solid #ddd;border-radius: 1px;background: #fff;}
.check-label .check-input:checked + .icon-checked {background: #1677FF url(../img/icon/qy_tj_checked.png) no-repeat;background-size: 14px;border-color: #1677FF;}
.check-label .check-bd {float: left;margin-left: 5px;max-width: 300px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.check-label .check-bd span {color:#1677FF;}
.check-label.disabled {color: #c0c4cc;}
.check-label.disabled .check-hd .icon-checked {border:1px solid #dcdfe6;background: #E6E6E6;}


.qyi-l-search {border: 1px solid #ddd;display: inline-block;height: 38px;border-radius: 2px;position: relative;}
.qyi-l-search input {width:210px;height: 36px;border: none;border-radius: 2px;padding: 0px 20px;vertical-align: middle;}

.qyi-cffx-nbtns {}
.qyi-cffx-nbtns .cffx-nbtn {position: relative;background-color: #fff;color: #3D7FFF;text-align: center;border-radius: 2px;cursor: pointer;height: 38px;line-height: 36px;padding: 3px 10px 0;border:1px solid #3D7FFF;}
.qyi-cffx-nbtns .cffx-nbtn:before {content: "内部可见";position: absolute;top: 0;left: 0;height: 16px;line-height: 16px;color: red;font-size: 12px;font-weight: bold;transform: scale(0.8);}

.qyi-t-line {font-size: 12px;}
.qyi-t-line .qyi-t-text {line-height: 28px;padding-left: 10px;}
.qyi-t-line .qyi-yj-nav {width:1060px;}
.qyi-t-line .qyi-yj-nav li {display: inline-block;margin-right: 10px;margin-bottom: 10px;}
.qyi-t-line .qyi-yj-nav li a {color: #666;border: 1px solid #ddd;height: 28px;line-height: 26px;padding: 0 10px 0 16px;display: block;border-radius: 2px;}
.qyi-t-line .qyi-yj-nav li a:hover {color: #3D7FFF;}
.qyi-t-line .qyi-yj-nav li a.active {background: #3D7FFF;color: #fff;border-color: #3D7FFF;}
.qyi-yj-search {min-height: 45px;line-height: 36px;font-size: 12px;background: #FAFAFA;padding: 20px 0 10px;border: 1px solid #E6ECF5;border-bottom: none;}
.qyi-yj-search .qyi-yj-line {padding-bottom: 10px;}
.qyi-yj-search .qyi-yj-line .qyi-yj-input {display: inline-block;}
.qyi-yj-search .qyi-yj-line .qyi-yj-input>span {width:100px;display: inline-block;color: #666;font-weight: 400;}
.qyi-yj-search .qyi-yj-line .qyi-yj-input input {width: 320px;height: 36px;display: inline-block;vertical-align: middle;border: 1px solid #ddd;border-radius: 2px;padding: 0 12px;}
.qyi-yj-search .qyi-yj-line .qyi-yj-input input:placeholder,.qyi-yj-search .qyi-yj-input input::-webkit-input-placeholder {color: #C2C2C2;}
.qyi-yj-search .qyi-yj-line .qyi-yj-input input.qyi-yj-je {width: 158px;padding-right: 0;}
.qyi-yj-search .qyi-yj-line .qyi-yj-input input.qyi-yj-date {width: 158px;background: #fff url(../img/list/jyt_date.png) center right no-repeat;background-origin:content-box;background-size: 16px;}
.qyi-yj-search .qyi-yj-line .qyi-yj-input .qyi-yj-check {display: inline-block;vertical-align: middle;margin-right: 0;width: 320px;padding-left: 15px;}
.qyi-yj-search .qyi-yj-line .qyi-yj-input .qyi-yj-select {float: none;display: inline-block;vertical-align: middle;margin-right: 0;border-radius: 2px;}
.qyi-yj-search .qyi-yj-genduo {vertical-align: middle;display: inline-block;background-color: #3D7FFF;color: #fff;width: 100px;text-align: center;border-radius: 2px;cursor: pointer;line-height: 36px;user-select: none;}

.qyi-yj-input .qyi-type-select {display: inline-block;}
.qyi-yj-input .qyi-type-select a {line-height: 20px;color: #333;min-width: 54px;text-align: center;border-radius: 4px;padding: 5px 10px;margin-right: 4px;}
.qyi-yj-input .qyi-type-select a:hover {background: #5C93FF;color: #fff;}
.qyi-yj-input .qyi-type-select a.active {background: #1677FF;color: #fff;}

.radio-label {color:#636363;height: 36px;line-height: 36px;position: relative;cursor: pointer;margin-right: 20px;margin-bottom: 0;}
.radio-label .radio-hd {display: inline-block;vertical-align: middle;margin-right: 8px;}
.radio-label .radio-hd .radio-input {position: absolute;left: -9999em;}
.radio-label .radio-hd .icon-checked {width: 16px;height: 16px;display: block;border:1px solid #D7DBE0;border-radius: 50%;}
.radio-label .radio-hd .radio-input:checked + .icon-checked {border:1px solid #3D7FFF;background: #fff url(../img/icon/qy_tj_radio.png) center center no-repeat;background-size: 14px;}
.radio-label .radio-bd {display: inline-block;vertical-align: middle;}
.radio-label.disabled {color: #c0c4cc;}
.radio-label.disabled .radio-hd .icon-checked {border:1px solid #dcdfe6;background: #E6E6E6;}

.qyi-xy-lx {position: relative;}
.qyi-zs-lx {border-bottom: 1px solid #3D7FFF;}
.qyi-zs-lx li {display: inline-block;cursor:pointer;text-align: center;background: #fff;}
.qyi-zs-lx li a {background: #fff;padding: 0 10px;height: 30px;line-height: 30px;text-align: center;font-size: 12px;color: #333;display: block;}
.nav-tabs>li>a:hover {color: #3D7FFF;}
.qyi-zs-lx li a.active {background: #3D7FFF;color: #fff;border-radius: 2px 2px 0px 0px;}
.qyi-zs-lx li a.disabled {cursor:not-allowed;}
.qyi-xy-lx .qyi-nav-note {position: absolute;top: 0;right: 0;color: #1677FF;font-size: 12px;background: url(../img/icon/qyi_note.png) center left no-repeat;background-size: 12px;padding-left:18px;line-height: 31px;padding-right: 5px;}
.qyi-xy-lx .qyi-nav-note span {color: #FF9E3D;font-weight: bold;}





.qyi-ry-tooltip {background: #FF3D3D;border-radius: 2px;font-size: 14px;font-weight: 400;color: #FFFFFF;line-height: 24px;float: left;padding: 0 10px;}

.qy-info-login {}
.qy-info-login .login-see .login-box {padding-top: 10px!important;position: absolute;left: 50%;top: 50%;margin-top: -100px;margin-left: -285px;}
.login-see {position: relative;}
.bg-zz .login-see {background: url(../img/list/show/qyinfo_zz.png) no-repeat;height: 218px;}
.bg-ry .login-see {background: url(../img/list/show/qyinfo_ry.png) no-repeat;height: 218px;}
.bg-yj .login-see {background: url(../img/list/show/qyinfo_yj.png) no-repeat;height: 218px;}
.bg-xy .login-see {background: url(../img/list/show/qyinfo_xy.png) no-repeat;height: 219px;}
.bg-jx .login-see {background: url(../img/list/show/qyinfo_jx.png) no-repeat;height: 255px;}
.bg-cf .login-see {background: url(../img/list/show/qyinfo_cf.png) no-repeat;height: 253px;}
.bg-ryzg .login-see {background: url(../img/list/show/ryinfo_ryzg.png) no-repeat;height: 253px;}
.qy-info-null .qyinfo-null {line-height: 80px;font-size: 18px;font-weight: 400;color: #333333;text-align:center;display:none;}

/*企业详情页面推荐信息*/
.tj-box {width: 1200px;background: #FFFFFF;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);border-radius: 4px;padding:15px 0;}
.tj-box .tj-box-title {border-bottom: 1px solid #ddd;}
.tj-box .tj-box-title .tj-title {font-size: 16px;font-weight: 500;color: #333333;line-height: 14px;border-left: 2px solid #3D7FFF;padding-left:10px;margin: 5px 20px 18px;}
.tj-box .tj-box-top ul {padding-left: 10px;}
.tj-box .tj-box-top li {display: inline-block;cursor:pointer;text-align: center;background: #fff;}
.tj-box .tj-box-top li a {background: #fff;padding: 0 10px;height: 30px;line-height: 30px;text-align: center;font-size: 16px;color: #333;font-weight: 500;display: block;margin-bottom: 10px;}
.tj-box .tj-box-top li a:hover {color: #3D7FFF;}
.tj-box .tj-box-top li a.active {color: #3D7FFF;font-weight: bold;}


.tj-box .tj-list {padding:24px 20px 0;}
.tj-box .tj-list li {width: 376px;background: #FFFFFF;border-radius: 6px;border: 1px solid #DBDBDB;padding:12px;float: left;text-align: center;margin-bottom:12px;margin-right:16px;}
.tj-box .tj-list li:nth-child(3) ,.tj-box .tj-list li:nth-child(6) ,.tj-box .tj-list li:nth-child(9) {margin-right:0px;}
.tj-box .tj-list li .tr-item-top a {display: inline-block;font-size: 14px;font-weight: bold;color: #3D7FFF;line-height: 22px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tj-box .tj-list li .tr-item-top span {display: inline-block;font-size: 14px;font-weight: bold;line-height: 22px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin:0 5px;}
.tj-box .tj-list li .tr-item-bottom {font-size: 12px;font-weight: 400;color: #666;line-height: 20px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-flow: row wrap;justify-content: center;}
.tj-box .tj-list li .tr-item-bottom a {color: #1677FF;}
.tj-box .tj-list li .tr-item-bottom p {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;padding: 0 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.tj-box .tj-list .news-list {padding:0 20px;position: relative;width: 575px;}
.tj-box .tj-list .news-list:before {content:" ";position:absolute;left:20px;top:11px;display:block;width: 2px;height: 179px;background: #EEEEEE;border-radius: 2px;}
.tj-box .tj-list .news-list a {margin-bottom: 8px;padding-left:13px;display: block;}
.tj-box .tj-list .news-list a .news-name {width: 100%;font-size: 14px;font-weight: bold;color: #3D7FFF;line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tj-box .tj-list .news-list a:hover .news-name {color: #3D7FFF;}
.tj-box .tj-list .news-list a .news-time {font-size: 12px;font-weight: 400;color: #666;line-height: 17px;position: relative;}
.tj-box .tj-list .news-list a .news-time:before {content:" ";position:absolute;left:-17px;top:-15px;display:block;width: 10px;height: 10px;border-radius: 8px;background: #FFFFFF;border: 2px solid #3D7FFF;}



/*标讯*/
.entry-item {width: 392px;height: 488px;background: #FFFFFF;border-radius: 4px;border: 1px solid #3D7FFF;margin-right: 12px;}
.entry-item:last-child {margin-right: 0px;}
.entry-item .entry-title {width:100%;line-height: 62px;color: #fff;padding:0 20px;border-radius: 4px 4px 0px 0px;}
.entry-item.entry-gg .entry-title {background: #3D7FFF url(../img/index/entry_gg_bg.png) center 4px no-repeat;}
.entry-item.entry-gs .entry-title {background: #3D7FFF url(../img/index/entry_gs_bg.png) center -15px no-repeat;}
.entry-item.entry-lxdz .entry-title {background: #3D7FFF url(../img/index/entry_kbjl_bg.png) center top no-repeat;}
.entry-item .entry-title p {font-size: 16px;padding-left:26px;}
.entry-item.entry-gg .entry-title p {background: url(../img/index/entry_gg_icon.png) left center no-repeat;}
.entry-item.entry-gs .entry-title p {background: url(../img/index/entry_gs_icon.png) left center no-repeat;}
.entry-item.entry-lxdz .entry-title p {background: url(../img/index/entry_lxdz_icon.png) left center no-repeat;}
.entry-item .entry-title a {font-size: 14px;color: #fff;}
.entry-item .entry-title a i {font-size: 18px;line-height: 62px;vertical-align: bottom;}

.entry-item .entry-list {padding: 0 20px;height: 400px;overflow: hidden;margin:10px auto;}
.entry-item .entry-list li {line-height: 60px;height: 60px;border-bottom: 1px dashed rgba(0, 0, 0, 0.2);}
.entry-item .entry-list li a {position: relative;display: block;padding-left:18px;}
.entry-item .entry-list li a:before {content: " ";position: absolute;top: 24px;left: 0px;display: block;width: 0;height: 0;border: 6px solid;border-color: transparent transparent transparent #3D7FFF;}
.entry-item .entry-list li .entry-name {width:225px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.entry-item .entry-list li a:hover .entry-name {color: #3D7FFF;}
.entry-item .entry-list li .entry-time {width:80px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


/*人员详情*/
.ryinfo-top {padding:24px 20px 0;}
.ryinfo-top .ryinfo-title {font-size: 26px;font-weight: 500;color: #333;line-height: 36px;margin-bottom: 0;position: relative;}
.ryinfo-top .ryinfo-title a {color: #1677FF;}
.ryinfo-top .ryinfo-title .is-jkqy {font-size: 14px;line-height: 20px;width: 50px;border-radius: 4px;text-align: center;position: absolute;top: 7px;right: -54px;border: 1px solid #EE5003;color: #EE5003;display: none;user-select: none;}

.ryinfo-top .ryinfo-btns a {float: left;font-size: 12px;font-weight: 400;color: #1677FF;padding-left:20px;user-select: none;}
.ryinfo-top .ryinfo-btns a.ry-jkry {background: url(../img/info/info_jk.png) left center no-repeat;}
.qyi-i-title .qyi-t-text .ry-zjyj-ns {position: absolute;top: 0px;left: 80px;width: 32px;height: 16px;background: #FF3B30;border-radius: 8px 8px 8px 0px;font-size: 12px;font-weight: 400;color: #FFFFFF;line-height: 16px;text-align: center;}
.ry-qy-list .ry-qy-item {border-bottom:1px solid #E6ECF5;padding: 10px 20px;}
.ry-qy-list .ry-qy-item:last-child {border-bottom:none;}

.qyinfo-ryname {position: absolute;top: 60px;width: 1200px;text-align: center;background: #fff;}
.qyinfo-ryname.body_gd {position: fixed;top: 0;left: 50%;background: #fff;margin-left: -600px;width: 1200px;z-index: 3;border-bottom:1px solid #ddd;}
.qyinfo-ryname span {font-size: 26px;font-weight: 500;color: #333;line-height: 36px;display:block;}
.qyinfo-ryname a {color: #1677FF;}

.xm-info .l-table .l-tr .l-td {padding:10px;}
.ry-change-record {padding: 20px;border-bottom: 1px solid #E6ECF5;}
.ry-change-record .change-item {box-shadow: 0px 0px 4px 4px rgba(0,0,0,.08);border-radius: 4px;padding: 12px 16px;margin-bottom: 16px;}
.ry-change-record .change-item:last-child {margin-bottom: 0;}
.ry-change-record .change-item a {color: #3D7FFF;}

.pdf-email input {height: 36px;line-height: 36px;border: 1px solid #ddd;border-radius: 5px;background: transparent;padding: 0 5px;width: 100%;}
.pay-ul li {width: 100%;height: 60px;border: 1px solid #ddd;font-size: 0.9rem;color: #666;text-align: center;overflow: hidden;cursor: pointer;margin-top: 10px;}
.pay-ul li.pay-aliPay.on {color: #1aaceb;border: 2px solid #1aaceb;}
.pay-ul li.pay-wxPay.on {color: #41b035;border: 2px solid #41b035;}
/*.pay-ul li img {height: 40px;float: left;margin: 10px 0 0 10px;}*/
.pay-ul li i {width: 40px;height: 40px;float: left;margin: 10px 0 0 10px;}
.pay-ul li.pay-wxPay i {background: url(../img/icon/weixin.png) left center no-repeat;background-size: 40px;}
.pay-ul li.pay-aliPay i {background: url(../img/icon/alipay.png) left center no-repeat;background-size: 40px;}
.pay-ul li span {float: left;margin: 0 0 0 10px;font-size: 0.9rem;line-height: 60px;font-weight: bold;}
.pay-ul li span.pay-span {float: right;color: #666;}
.pay-ul li span.pay-span h3 {float: right;margin: 0 10px 0 0;color: #c10e02;line-height: 60px;font-weight: bold;}

.tj-ry-box .tj-ry-title {line-height: 60px;font-size: 20px;font-weight: bold;color: #666;padding-left: 20px;border-bottom: 1px solid #eee;position: relative;}
.tj-ry-box .tj-ry-title:before {content: '';position: absolute;top:15px;left:0;height: 30px; border-left: 5px solid #d75858;}
.tj-ry-box .tj-ry-title a {color: #666;}
.tj-ry-box .t-r-list {}
.tj-ry-box .t-r-list li {width: 33.333%;float: left;padding: 10px;webkit-transition: -webkit-box-shadow .3s;transition: -webkit-box-shadow .2s;transition: box-shadow .2s;transition: box-shadow .2s,-webkit-box-shadow .2s;}
.tj-ry-box .t-r-list li:hover {webkit-box-shadow: 0 4px 5px -3px rgba(0,0,0,.05), 0 4px 12px 4px rgba(0,0,0,.05);
    box-shadow: 0 4px 5px -3px rgba(0,0,0,.05), 0 4px 12px 4px rgba(0,0,0,.05);}
.tj-ry-box .t-r-list li .tr-item-top {line-height: 50px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tj-ry-box .t-r-list li .tr-item-top a {color: #545454;font-size: 16px;}
.tj-ry-box .t-r-list li .tr-item-top a:hover {color: #d75858;}
.tj-ry-box .t-r-list li .tr-item-bottom {line-height: 30px;}
.tj-ry-box .t-r-list li .tr-item-bottom p {width: 100%;color: #0084ff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 5px;}

/*业绩详情*/
.yjinfo-top {padding:24px 20px 0;}
.yjinfo-top .yjinfo-title {font-size: 26px;font-weight: 500;color: #1677FF;line-height: 36px;margin-bottom: 0;text-align: center;}

.yjinfo-top .info-desc {display:block;color:#999;font-size:14px;line-height: 30px;height: 51px;border-bottom: 1px solid #ddd;padding:10px 30px;position: relative;}
.yjinfo-top .info-desc .share-box {position: absolute;right:30px;top:10px;}
.yjinfo-top .info-desc .share-box .share-title {font-size: 12px;font-weight: 500;color: #999999;margin-right:12px;}


.qyi-i-title .qyinfo-title {font-size: 20px;font-weight: bold;color: #1677FF;line-height: 40px;padding-left:40px;position: relative;}
.is-text-copy span {cursor: pointer;}
.is-text-copy span:hover {background: #e9f0fe;}
.qyi-i-title .qyinfo-btns {font-size: 12px;font-weight: 400;line-height: 40px;}
.qyi-i-title .qyinfo-btns span {float: left;color: #1677FF;margin-right:20px;padding-left: 20px;cursor: pointer;}
.qyi-i-title .qyinfo-btns span:last-child {margin-right:0;}
.qyi-i-title .qyinfo-btns span.qy-pdf {background: url(../img/info/info_pdf.png) left center no-repeat;}


.yjinfo-table {}

.yjinfo-table .top-table {border-bottom: none;}
.yjinfo-table .top-table:last-child {border-bottom:1px solid #E6ECF5;}
.yjlist-info-desc {line-height: 40px;}

.yjinfo-qyname {font-size: 15px;font-weight: 400;position: relative;}
.yjinfo-qyname span.qy-pdf {position:absolute;right: 0;font-size: 12px;color: #1677FF;background: url(../img/info/info_pdf.png) left center no-repeat;cursor: pointer;padding-left: 20px;user-select: none;}


.qyi-yj-lx li {color: #666;display: inline-block;margin-right: 8px;}
.qyi-yj-lx li a {display: block;padding: 0 10px;height: 35px;line-height: 35px;text-align: center;font-size: 14px;color: #575757;border: 1px solid #ddd;border-radius: 4px;}
.qyi-yj-lx li a:hover {color: #308bfe;}
.qyi-yj-lx li a.active {border: 1px solid #308bfe;color: #308bfe;}

.layui-layer-yjinfo {width: 1200px !important;}
.layui-layer-yjinfo .pyinfoModal-header {padding: 20px 20px 10px;text-align: center;font-size: 16px;}
.layui-layer-yjinfo .pyinfoModal-header .close {cursor: pointer;}
.layui-layer-yjinfo .pyinfoModal-body {padding:0 20px;}
.layui-layer-yjinfo .pyinfoModal-body .list-null {line-height: 60px;width: 100%;color: #909399;text-align: center;}
.layui-layer-yjinfo .pyinfoModal-footer {padding: 10px 20px 20px;text-align: right;-webkit-box-sizing: border-box;box-sizing: border-box;}
.layui-layer-yjinfo .pyinfoModal-footer .Modal-close {color: #FFF;background-color: #3D7FFF;display: inline-block;line-height: 1;white-space: nowrap;cursor: pointer;padding: 12px 20px;font-size: 14px;border-radius: 4px;}


/*news*/
/*list-bottom*/
.lb-item {width:393px;background: #FFFFFF;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);border-radius: 4px;float: left;padding-bottom: 10px;}
.lb-item .lb-title {height: 50px;line-height: 50px;background: #F5F8FF;border-radius: 4px 4px 0px 0px;font-size: 14px;font-weight: 400;color: #333333;}
.lb-title p {float: left;padding-left: 40px;}
.lb-title p.active a {color:#3D7FFF;}
.lb-title .r-pfzb {background: #F5F8FF url(../img/list/r_pfzb.png) 20px center no-repeat;}
.lb-title .r-rmqy {background: #F5F8FF url(../img/list/r_xgtj.png) 20px center no-repeat;}
.lb-title .r-zzjs {background: #F5F8FF url(../img/list/r_zzjs.png) 20px center no-repeat;}
.lb-title .r-hyzx {background: #F5F8FF url(../img/list/r_hyzx.png) 20px center no-repeat;}
.lb-title .r-hyzs {background: #F5F8FF url(../img/list/r_hyzx.png) 20px center no-repeat;}
.lb-title .r-jxjs {background: #F5F8FF url(../img/list/r_jxjs.png) 20px center no-repeat;}
.lb-title .r-zxbx {background: #F5F8FF url(../img/list/r_zxbx.png) 20px center no-repeat;}
.lb-title .r-zbjg {background: #F5F8FF url(../img/list/r_zbjg.png) 20px center no-repeat;}
.lb-item .lb-main .lb-box {display: none;}
.lb-item .lb-main .lb-box.show {display: block;}
.lb-item .lb-main .jyt-fw a {width:50%;color: #fff;border-bottom: 1px solid #F0F2F5;border-right: 1px solid #F0F2F5;font-size: 12px;font-weight: 400;color: #3D7FFF;line-height: 40px;text-align:center;float: left;}
.lb-item .lb-main .jyt-fw a:last-child {border-right:none;}
.lb-item .lb-main .jyt-fw:last-child a {border-bottom:none;}
.lb-item .lb-main .lb-list a {line-height: 40px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 12px;font-weight: 400;color: #333333;border-bottom: 1px solid #F0F2F5;background: url(../img/list/r_lsit.png) 20px center no-repeat;padding-left: 34px;padding-right: 20px;}
.lb-item .lb-main .lb-list a:last-child {border-bottom: none;}
.lb-item .lb-main .lb-list a:hover {color:#3D7FFF;}

/*list-left*/
.list-left {width:930px;}
.list-left .jyt-tj-list .jyt-tj-li .jyt-tj-box {width: 780px;}
.list-middile .news-list {padding:30px 0px 20px 40px;}
.list-middile .news-list a {display: block;padding:30px 40px 20px 0;border-bottom: 1px solid #ddd;}
.list-middile .news-list a:first-child {padding-top: 0;}
.list-middile .news-list a .ltd-top {position: relative;font-size: 16px;font-weight: bold;color: #3D7FFF;line-height: 20px;margin-bottom: 10px;}
.list-middile .news-list a .ltd-top:before {position: absolute;left: -20px;top: 6px;content: " ";display: block;width: 10px;height: 10px;background: url(../img/list/news_index_dot.png) left top no-repeat;}
.list-middile .news-list a:hover .ltd-top {color: #3D7FFF;}
.list-middile .news-list a .news-date-ly span {font-size: 14px;font-weight: 400;color: #666666;line-height: 20px;}
.list-middile .news-list a p {margin-top: 8px;font-size: 14px;font-weight: 400;color: #666666;line-height: 20px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/*list-right*/
.list-right {width:260px;}
.list-right-item {width:260px;background: #FFFFFF;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);border-radius: 4px;}
.list-right-item .list-right-title {height: 60px;background: #F5F8FF;border-radius: 4px 4px 0px 0px;font-size: 14px;font-weight: 400;color: #333333;line-height: 60px;padding-left: 40px;}
.r-pfzb .list-right-title {background: #F5F8FF url(../img/list/r_pfzb.png) 20px center no-repeat;}
.r-rmqy .list-right-title {background: #F5F8FF url(../img/list/r_xgtj.png) 20px center no-repeat;}
.r-zzjs .list-right-title {background: #F5F8FF url(../img/list/r_zzjs.png) 20px center no-repeat;}
.r-hyzx .list-right-title {background: #F5F8FF url(../img/list/r_hyzx.png) 20px center no-repeat;}
.r-jxjs .list-right-title {background: #F5F8FF url(../img/list/r_jxjs.png) 20px center no-repeat;}
.r-zxbx .list-right-title {background: #F5F8FF url(../img/list/r_zxbx.png) 20px center no-repeat;}
.r-zbjg .list-right-title {background: #F5F8FF url(../img/list/r_zbjg.png) 20px center no-repeat;}
.list-right-item .list-right-main {}
.list-right-item .list-right-main .jyt-fw a {width:50%;color: #fff;border-bottom: 1px solid #F0F2F5;border-right: 1px solid #F0F2F5;font-size: 12px;font-weight: 400;color: #3D7FFF;line-height: 40px;text-align:center;float: left;}
.list-right-item .list-right-main .jyt-fw a:last-child {border-right:none;}
.list-right-item .list-right-main .jyt-fw:last-child a {border-bottom:none;}

.list-right .list-right-main .list-right-list {}
.list-right .list-right-main .list-right-list a {line-height: 40px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 12px;font-weight: 400;color: #333333;border-bottom: 1px solid #F0F2F5;background: url(../img/list/r_lsit.png) 20px center no-repeat;padding-left: 34px;padding-right: 20px;}
.list-right .list-right-main .list-right-list:last-child a {border-bottom: none;}
.list-right .list-right-main .list-right-list a:hover {color:#3D7FFF;}

/*keynews-list*/
.kwd-text {background: #ffebd7;}
.kwd-text h3 {font-weight: normal;color: #232323;width: 96%;margin: 0 auto;display: block;padding: 10px;font-size: 16px;}
.kwd-text .kwd-text-content {padding: 10px 20px 20px;text-indent: 24px;color: #666;font-size: 14px;}

/*newsinfo*/
.list-left-main {background: #FFFFFF;border-radius: 4px;box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 8%);}
.list-info {padding-bottom: 10px;}

.list-info .list-info-title {padding: 0 30px;color:#333;font-size:22px;font-weight: bold;text-align:center;}
.list-info .list-info-desc {display:block;text-align:center;color:#999;font-size:14px;line-height: 30px;border-bottom: 1px solid #ddd;padding:10px 30px;position: relative;min-height: 50px;}
.list-info .list-info-desc .share-box {position: absolute;right:30px;top:10px;}
.list-info .list-info-desc .share-box .share-title {font-size: 12px;font-weight: 500;color: #999999;margin-right:12px;}

.list-info .list-info-details {color:#333; font-size:14px;line-height: 25px;overflow: hidden;padding:20px 30px;border-bottom: 1px solid #ddd;}
.list-info .list-info-details p { color:#222; font-size:16px;}
.list-info .list-info-details img { text-align:center; margin:10px auto; display:inline-block;max-width: 100%;}
.list-info .list-info-details .media {color: #C0392B;line-height: 40px;}
.list-info .list-info-details .media img {height: 40px;width: 40px;}
.list-info .list-info-details label {display: block;}

/*text-indent: 0px!important*/
/*.list-info .list-info-details * {margin-left: 0px!important;}*/
.list-info .list-info-details table {max-width: 890px;font-size: 13px;color: #333;margin:0 auto;margin-bottom: 10px;text-align: center;border-color: #808080;}
.list-info .list-info-details table td a {line-height: 30px;}
.list-info .list-info-details table td {border: #D4E2F2 1px solid;}
.list-info .list-info-details a, .list-info-details a span {color: #318afe;}

.list-info .news-attachment {padding: 24px 30px 14px;overflow: hidden;line-height: 30px;}
.list-info .news-attachment_tit {float: left;background: #C0392B;color: #fff;padding: 0px 14px;}
.list-info .news-attachment ul {float: left;display: block;margin-left: 10px;}
.list-info .news-attachment ul li {}
.list-info .news-attachment ul li a:hover {color: #C0392B;}

.list-info .pnnews {padding: 10px 30px 20px;}
.list-info .pnnews ul li {line-height: 30px;text-align: left;font-size: 14px;}
.list-info .pnnews ul li strong {color: #e74c3c;}
.list-info .pnnews ul li a:hover {color: #e74c3c;}



/*jyzx*/
.jyzx-list .news-list {padding:30px 0px 20px 40px;}
.jyzx-list .news-list a {padding:30px 20px 20px 0;border-bottom: 1px solid #ddd;}
.jyzx-list .news-list a:first-child {padding-top: 0;}
.jyzx-list .news-list a .news-img {width: 210px;margin-right: 20px;}
.jyzx-list .news-list a .news-img img {width:210px; height:130px; background-position:center; background-repeat:no-repeat; background-size:cover;}
.jyzx-list .news-list a .news-text .ltd-top {position: relative;font-size: 16px;font-weight: bold;color: #3D7FFF;line-height: 20px;margin-bottom: 10px;}
.jyzx-list .news-list a:hover .news-text .ltd-top {color: #3D7FFF;}
.jyzx-list .news-list a .news-text .news-date-ly span {font-size: 14px;font-weight: 400;color: #666666;line-height: 20px;}
.jyzx-list .news-list a .news-text p {margin-top: 8px;font-size: 14px;font-weight: 400;color: #666666;line-height: 20px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/*jyzx-info*/
.list-right .sitems {width: 100%;height: 35px;}
.list-right .sitems input {width: 210px;height: 35px;line-height: 35px;background: none;color: #999;font-size: 14px;float: left;display: inline-block;text-indent: 10px;border: 2px solid #ff8400;border-right: 0;}
.list-right .sitems .scans {display: inline-block;width: 50px;height: 35px;background-color: #ff8400;text-align: center;word-break: break-all;}
.list-right .sitems .scans i {color: #fff;font-size: 20px;line-height: 35px;}

/*notice*/
.list-box .notice-top-banner {position: relative;min-width: 1240px;width: 100%;height: 240px;overflow: hidden;}
.list-box .notice-top-banner img {width: 1920px;height: 240px;position: absolute;top: 0;left: 50%;margin-left: -960px;}
.notice-list-top {padding: 0 18px;}
.notice-list-top .notice-list-class {text-align:center;padding-bottom:20px;width: 460px;margin: 0 auto;}
.notice-list-top .notice-list-class a {float: left;width: 150px;height: 40px;font-size: 16px;font-weight: 400;color: #333333;line-height: 38px;border: 1px solid #DDDDDD;position: relative;transform: skewX(20deg);border-right: none;}
.notice-list-top .notice-list-class a:last-child {border-right: 1px solid #DDDDDD;}
.notice-list-top .notice-list-class a span {transform: skewX(-20deg);display:block;}
.notice-list-top .notice-list-class a.active {background: #1677FF;color: #fff;}

.notice-tj-input {width:300px;margin: 0 auto;display: -webkit-box;display: -webkit-flex; display: -ms-flexbox;display: flex;}
.notice-tj-input span.tj-input-text {min-width:60px;line-height: 36px;color: #666;}
.notice-tj-input .select-items {margin-right: 0;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.notice-tj-input .select-items li.active {background: #1677FF;}
.notice-tj-input .select-items li.active a {color: #fff;}


.list-main .notice-list {padding: 24px 0 0 18px;}
.list-main .notice-list a {display: block;position: relative;border: 1px solid #ddd;width: 210px;float: left;height: 198px;margin-right: 18px;margin-bottom: 20px;}
.list-main .notice-list a img {width: 208px;height: 145px;}
.list-main .notice-list a span {text-align: center;word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 52px;font-size: 14px;padding: 0 10px;display: block;}
.list-main .notice-list a:hover span {color: #348bda;}

/*notice-info*/
.notice_top {height:500px;background: url(../img/list/notice_bg.png) no-repeat;}
.notice_top .query_term {height: 500px;}
.notice_top_l {width: 900px;height: 500px;}
.notice_top_l h1 {height: 60px;padding-top: 20px;font-size: 36px;color: #fff;margin: 0;text-align: center;}
.notice_top_m {width: 620px;height: 440px;}

.notice_top_l .notice_top_ll {width: 280px;height: 400px;margin-top: 15px;}
.notice_top_l .notice_t_l_t {width: 280px;height: 40px;}
.notice_top_l .notice_t_l_t {width: 280px;height: 40px;}
.notice_top_l .notice_t_l_t input {width: 220px;line-height: 40px;border: none;color: #999;background: #fff;height: 40px;text-indent: 12px;}
.notice_top_l .notice_t_l_t span {width: 60px;height: 40px;background: #1677FF;cursor: pointer;}
.notice_top_l .notice_t_l_t span i {width: 16px;height: 16px;background: url(../img/list/notice_search.png) center center no-repeat;display: block;
    margin: 13px 22px;}
.notice_top_l .notice_t_l_b {width: 280px;height: 335px;margin-top: 20px;border-radius: 2px;background: rgba(255,255,255,.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);overflow: hidden;}
.notice_top_l .notice_t_l_b .notice_t_l_b_l{width: 275px;height: 325px;overflow-y: scroll;padding-right: 5px;}
/* 设置滚动条的样式 */
.notice_top_l .notice_t_l_b .notice_t_l_b_l::-webkit-scrollbar {width:6px;}
/* 滚动槽 */
.notice_top_l .notice_t_l_b .notice_t_l_b_l::-webkit-scrollbar-track {-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);border-radius:10px;}
/* 滚动条滑块 */
.notice_top_l .notice_t_l_b .notice_t_l_b_l::-webkit-scrollbar-thumb {border-radius:3px;background:#ccc;-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);}
.notice_top_l .notice_t_l_b .regions_selected {height: 46px;width: 100%;padding-right: 20px;border-radius: 2px;background:rgba(255,255,255,.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);}
.notice_top_l .notice_t_l_b .regions_selected i {height: 46px;width: 50px;background: url(../img/list/notice_diqu2.png) 15px center no-repeat;display: inline-block;}
.notice_top_l .notice_t_l_b .regions_selected span {line-height: 46px;color: #ED101D;font-size: 16px;font-weight: bold;}
.notice_top_l .notice_t_l_b .regions_selected span.reg_li_tbn {width: 100px;height: 34px;line-height: 34px;background: #ED101D;border-radius: 6px;color: #fff;display: inline-block;font-size: 16px;cursor: pointer;font-weight: bold;text-align: center;margin-top: 6px;}
.notice_top_l .notice_t_l_b li {height: 46px;width: 100%;*width: 183px;_width: 183px;padding-right: 20px;padding-left: 50px;background: url(../img/list/notice_diqu1.png) 15px center no-repeat;margin-top: 5px;}
.notice_top_l .notice_t_l_b li:hover {background: url(../img/list/notice_diqu2.png) 15px center no-repeat;}
.notice_top_l .notice_t_l_b li:hover span {color: #ED101D;}
.notice_top_l .notice_t_l_b li:hover span.reg_li_tbn {background: #ED101D;}
.notice_top_l .notice_t_l_b li span {line-height: 46px;color: #fff;font-size: 16px;font-weight: bold;}
.notice_top_l .notice_t_l_b li span.reg_li_tbn {width: 100px;height: 34px;border-radius: 6px;line-height: 34px;color: #fff;display: inline-block;font-size: 16px;cursor: pointer; text-align: center;margin-top: 6px;}
.notice_top .notice_top_r {height: 500px;background: rgba(21, 48, 77, 0.56);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);}
.notice_top_l .notice_t_l_b li.disabled:hover {background: url(../img/list/notice_diqu1.png) 15px center no-repeat;}
.notice_top_l .notice_t_l_b li.disabled:hover span {color: #fff;}
.notice_top_l .notice_t_l_b li.disabled:hover span.reg_li_tbn {background: transparent;}
.notice_top .notice_top_r .introduce .hd {background: rgba(0, 0, 0, 0.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);height: 68px;padding: 14px 0;}
.notice_top .notice_top_r .introduce li {line-height: 40px;float: left;text-align: center;cursor: pointer;width: 149px;color: #999;font-size: 18px;}
.notice_top .notice_top_r .introduce li:first-child {border-right: 1px solid #666;}
.notice_top .notice_top_r .introduce {width: 300px;}
.notice_top .notice_top_r .introduce .bd {padding: 22px 37px;color: #fff;font-size: 14px;}
.notice_top .notice_top_r .introduce .bd div {line-height: 24px;}
.notice_top .notice_top_r .introduce .bd div p {text-indent: 25px;}
.notice_top .notice_top_r .introduce li.on {color: #fff;}

.notice_info {margin-top: 40px;overflow: hidden;margin-bottom: 30px;}
.notice_info_l h1.notice_title {color: #666;text-align: center;font-weight: normal;color: #333;text-align: center;}
.notice_info_l {width: 860px;*width:812px;_width:812px;background-color: #fff;padding: 24px;}
.notice_info_r {width: 300px;box-shadow: rgb(186, 186, 186) 1px 1px 20px;background: #fff;margin-bottom: 20px;}
.notice_info_r .notice_cl {margin: 20px;border-radius: 5px;}
.notice_info_r .notice_cl li a {background: #eee;color: #666;height: 40px;line-height: 40px;border-bottom: 1px solid #ddd;display: block;padding-left: 10px;font-size: 16px;}
.notice_info_r .notice_cl li a.on, .notice_info_r .notice_cl li a:hover {background: #27ae60;color: #fff;}
.notice_info_r .service_be, .notice_info_r .x_news {margin: 20px;}
.notice_info_r .service_be {border: 1px solid #ddd;padding: 10px;background-color: #fff;}
.notice_info_r .service_be a {display: block;line-height: 30px;color: #666;}
.notice_info_r .service_be a:hover {color: #e74c3c;}
.notice_info_r .x_news {padding: 10px;padding-bottom: 0;background-color: #f5f5f5;}
.notice_info_r .x_news ul li {border-bottom: 1px solid #ddd;padding: 5px 0;}
.notice_info_r .x_news ul li a {color: #666;}
.notice_info_r .x_news .news_list li a:hover, .notice_l .news_list li a:hover {color: #c0392b;}
.notice_info_l .news-notes {padding: 0 100px;font-size: 13px;color: #666;overflow: hidden;}
.notice_info_l .ndetails {color: #333;font-size: 16px;margin: 20px 0px;padding: 0 10px;line-height: 25px;}
.notice_info_r .x_news ul li:last-child, .notice_l .news_list ul li:last-child {border-bottom: none;}

.list-info .list-dj-term .query-title {font-size: 14px;color: #666666;margin-left: 20px;line-height: 30px;}
.list-info .list-dj-term .dj span {font-size: 14px;color: #999;display: inline-block;padding: 0 10px;line-height: 30px;text-align: center;}
.list-info .list-info-notes {width: 100%;padding: 10px 100px;font-size: 13px;color: #666;overflow: hidden;line-height: 25px;}
.list-info .list-info-notes span.nn-r{float: right;width: 680px;}

.qylist-titletag{font-size: 12px;line-height: 20px;border-radius: 4px;text-align: center;padding: 0 4px;margin-left: 4px;border: 1px solid red;color: red;position: absolute;margin-top: 0px;}
.editphonebox{padding:15px;margin:10px;}
.editphonebox li {height: 30px;display: block;margin-bottom: 10px;color:#F69A00;line-height: 30px;}
.editphonebox li span {margin:5px;}
.editphonebox li span img {vertical-align: text-bottom;}
#goauthentication,#mycustomerservice{float: right;width: 126px;background: #545454;border-radius: 10px;text-align: center;color: #fff;margin-top: 0px;}
#goauthentication{background: #3D7FFF;}
#mycustomerservice{background: #FF9E3D;}
.editphonebox li span a{text-decoration: none;margin: -5px 0px;padding: 0;height: 30px;line-height: 30px;}
.editphonecbox{width: 500px;height: 120px;overflow: hidden;display:block;margin-top: 20px;}
.editphonecleft{width: 100px; border-radius: 50%; overflow: hidden;height: 100px;display: inline-block;margin-left: 30px;}
.editphonecmid{width:200px;overflow: hidden;display: inline-block;margin-left: 30px;}
.editphonecright{width:100px;overflow: hidden;display: inline-block;}
.editphonecright img{height:100px;}
.editphone_content_p1{font-weight: 700;color: #348bda;font-size: 16px;line-height: 22px;}
.editphone_content_p2{font-weight: 700;margin-top: 5px;margin-bottom: 8px;color: #666;font-size: 16px;}
.zj-list-pop{position: absolute;right: 20px;margin-top: -24px;color: #3D7FFF;}

/*riskany-btn*/
.right-riskany {position: fixed;right: 80px;bottom: 140px;width: 140px;height: 140px;z-index: 3;}
.right-riskany .riskany-close {position: absolute;top: 0px;right: 0px;width: 16px;height: 16px;background: url(../img/page/risk_btn_close.png);cursor: pointer;background-size:100%;transform: rotate(360deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);}
.right-riskany .riskany-img img {width:100%;}