.home-head {
    width: 100vw;
    height: 8vh;
    display: flex;
	position: relative;
	z-index: 999;
}

.home-logo {
    flex: 1;
}

.home-logo img {
    height: 8vh;
}

.home-ment {
    flex: 2;
    text-align: right;
    line-height: 8vh;
    font-size: 16px;
    color: #111;
    padding-right: 1vw;
    box-sizing: border-box;
}

.home-ment .muh {
    display: inline-block;
    cursor: pointer;
    position: relative;
    height: 8vh;
}

.home-ment .muh:hover .home-ment-box {
    display: block;
}

.home-ment-box {
    width: 130px;
    height: auto;
    overflow: hidden;
    padding: 8px 0;
    background: #fff;
    position: absolute;
    left: 0;
    top: 6vh;
    z-index: 99;
    display: none;
}

.home-ment-box a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.home-ment-box a:hover {
    background: #7865ED;
    color: #fff !important;
}

.home-ment a {
    color: #111 !important;
}

.home-ment span {
    padding-right: 40px;
    position: relative;
}

.home-ment span img {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}

.layui-layer {
    box-sizing: border-box;
    border-radius: 20px !important;
    border: solid 2px #161618 !important;
    overflow: hidden;
}

.log-tit {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 22px;
    color: #161618;
}

.log-bot {
    width: 100%;
    height: 80px;
    padding-top: 20px;
}

.log-bot a {
    display: block;
    width: 106px;
    height: 38px;
    margin: 0 auto;
    background: #fff;
    border: solid 1px #161618;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    color: #161618;
}

.log-cen {
    width: 85%;
    height: 260px;
    overflow-y: auto;
    margin: 0 auto;
}

.log-tab {
    width: 85%;
    height: 40px;
    margin: 0 auto;
    display: flex;
    line-height: 40px;
    color: #545366;
    font-size: 18px;
}

.log-lft {
    flex: 1.5;
}

.log-rht {
    flex: 1;
}

.log-cen-list {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    display: flex;
    line-height: 40px;
    color: #161618;
    font-size: 16px;
}

.home-body {
    width: 99vw;
    height: 91vh;
    margin: 0 auto;
}

.home-left {
    width: 80vw;
    height: 91vh;
    float: left;
}

.home-riht {
    width: 18vw;
    height: 91vh;
    float: right;
}

.home-module1 {
    width: 100%;
    height: 27vh;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.home-module1 ul {
    box-sizing: border-box;
    width: 100%;
    padding: 1vh 20px 0 30px;
}

.home-module1 ul li {
    width: 100%;
    height: auto;
    padding: 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
}

.home-module1 ul li .icon {
    width: 22px;
    height: 22px;
    margin-right: 9px;
}

.home-module1 ul li a {
    font-size: 0.8vw;
    color: #161618;
}

.home-module2 {
    width: 100%;
    height: 63vh;
    margin-top: 1vh;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.home-module2-info {
    width: 95%;
    height: 55vh;
    margin: 1vh auto;
    overflow-y: auto;
}

.home-module2-list {
    width: 100%;
    height: auto;
    padding: 5px 10px 5px 0;
    overflow: hidden;
    font-size: 0.8vw;
    box-sizing: border-box;
    border-bottom: solid 1px #e6e6e6;
}

.home-module2-list-top {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-module2-list a {
    color: #545356;
}

.home-module2-list .hui {
    padding: 0 10px;
}

.home-module3 {
    width: 100%;
    height: 6vh;
    background: #28305E;
    border-radius: 10px;
    /* overflow: hidden; */
}

.home-module3 ul li:hover .submenu-box {
    display: block;
}

.submenu-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 6vh;
    overflow: hidden;
    background: #28305E;
    padding: 8px 0;
    display: none;
    z-index: 99;
}

.submenu-box a {
    padding-left: 0 !important;
    height: 4vh !important;
    line-height: 4vh !important;
}

.submenu-box a:hover {
    background: #7865ED !important;
}


.home-module3 ul li {
    display: block;
    /* min-width: 150px; */
    max-width: 170px;
    width: 10vw;
    height: 6vh;
    float: left;
    margin-left: 1vw;
    text-align: center;
    line-height: 6vh;
    position: relative;
}

.home-module3 ul li a {
    display: block;
    width: 100%;
    height: 6vh;
    position: relative;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    z-index: 2;
    /* padding-left: 26px; */
}

.home-module3 ul li a img {
    /* width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 28px; */
	transform: translateY(13px);
}

.home-module3 ul li span {
    display: block;
    width: 100%;
    height: 6vh;
    background: #7865ED;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.home-module3 ul li:hover span {
    opacity: 1;
    transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.home-module3 ul li.module-nav span {
    opacity: 1;
    transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.home-module4 {
    width: 80vw;
    height: 84vh;
    /* margin-top: 5vh; */
    margin-top: 1vh;
}

.module4-lft {
    width: 13vw;
    height: 84vh;
    overflow-y: auto;
    float: left;
    background: #4778E8;
    border-radius: 12px;
}

.module4-lft-tit {
    width: 100%;
    height: 6vh;
    line-height: 6vh;
    font-size: 1.1vw;
    color: #fff;
    background: #28305E;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}

.module4-lft-tit+.module4-lft-tit {
    margin-top: 1vh;
}

.module4-lft-tit a {
    color: #fff;
    display: block;
    width: 100%;
    height: 6vh;
}

.module4-lft-tit a:hover {
    color: #fff;
}

.module4-lft-tit .icon {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;
}

.module4-ul {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 0 15px 30px;
    font-size: 0.8vw;
}

.module4-ul li {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    height: 4vh;
    line-height: 4vh;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.module4-ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.module4-ul li a {
    color: #fff;
}

.module4-rht {
    width: 66vw;
    height: 84vh;
    float: right;
    background: #EDF3F5;
    border-radius: 12px;
}

.module4-rht-new {
    width: 64vw;
    height: 82vh;
    padding: 1vh 1vw;
}

.module4-rht-tit {
    width: 64vw;
    height: 4.5vh;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    line-height: 4.5vh;
    font-size: 2.2vh;
    font-weight: bold;
    color: #161618;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.module4-rht-flex{
    display: flex;
    width: 70%;
    height: 100%;
}
.module4-rht-tit-name{
    max-width:  70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.module4-rht-tit::before {
    content: '';
    display: block;
    width: 6px;
    height: 20px;
    background: #161618;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 3px;
    margin-top: -10px;
}

.module4-serch {
    width: 380px;
    height: 4.5vh;
    position: absolute;
    right: 0;
    background: rgba(60, 111, 227, 0.06);
    border-radius: 2.25vh;
    top: 0;
    /* overflow: hidden; */
    padding-left: 110px;
    box-sizing: border-box;
}

.xz-xl{
    width: 110px;
    height: 4.5vh;
    position: absolute;
    left: 0;
    top: 0;
}
.xz-xl input{
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 25px;
}

.xz-xl .layui-form-select dl{
    top: 4.5vh;
    font-size: 14px;
    font-weight: normal;
}

.xz-xl .layui-form-select dl dd.layui-this{
    background: #3C6FE3;
}

.xz-xl .layui-form-select .layui-edge{
    top: 2.4vh;
}

.module4-serch input {
    width: 220px;
    height: 4.5vh;
    background: none;
    border: none;
    font-size: 1.6vh;
    line-height: 4.5vh;
    font-weight: normal;
    vertical-align: top;
    color: #555;
    box-sizing: border-box;
    /* padding-left: 30px; */
    float: left;
}

.module4-serch button {
    width: 50px;
    height: 4.5vh;
    float: left;
    background: none;
    border: none;
    cursor: pointer;
    background: url(../images/serchicon.png) no-repeat center center;
}

.module4-tui {
    width: 63vw;
    height: 24vh;
    margin-top: 2.5vh;
}

.module4-tui-img {
    width: 17vw;
    height: 24vh;
    float: left;
    overflow: hidden;
    margin-right: 1vw;
}

.module4-tui-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.module4-tui-txt {
    width: 45vw;
    height: 24vh;
    float: left;
}

.module4-tui-txt h2 {
    display: block;
    width: 100%;
    height: 6vh;
    padding: 0.5vh 0;
    line-height: 3vh;
    font-size: 1.4vw;
    font-weight: bold;
    color: #161618;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.module4-tui a:hover h2 {
    color: #3C6FE3;
    transition: all .3s ease;
}

.module4-tui-info {
    width: 100%;
    margin-top: 2vh;
    height: 6vh;
    line-height: 2vh;
    color: #666;
    font-size: 1.6vh;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.module4-tui-txt ul li {
    line-height: 3vh;
    font-size: 1.6vh;
    color: #666;
}

.module-sm-box {
    width: 64vw;
    height: 4vh;
    margin-top: 3vh;
    background: rgba(60, 111, 227, 0.07);
    display: flex;
    font-size: 1.1vw;
    font-weight: bold;
    color: #161618;
    margin-bottom: 1vh;
}

.blue-bg {
    background: #4778E8;
}

.blue-bg .sm-li {
    color: #fff;
}

.sm-li {
    flex: 1;
    text-align: center;
    line-height: 4vh;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news .module-sm-list {
    margin: 0.5vh 0;
}

.module-sm-list:nth-child(2n) {
    background: rgba(60, 111, 227, 0.07);
}

.sm-li:first-child {
    flex: 2;
    text-align: left;
    box-sizing: border-box;
    padding-left: 40px;
}

.module-sm-list {
    width: 64vw;
    height: 4vh;
    font-size: 1vw;
    color: #161618;
}

.module-sm-list a {
    width: 63vw;
    height: 4vh;
    display: flex;
    color: #161618;
    position: relative;
}

.module-sm-list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #161618;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -3px;
}

.module-sm-list a:hover .sm-li:first-child {
    color: #3C6FE3;
    transition: all .3s ease;
}

.module-btn {
    display: block;
    width: 160px;
    height: 5vh;
    float: right;
    background: rgba(60, 111, 227, 0.07) url(../images/addicon.png) no-repeat 95px center;
    margin-top: 1.5vh;
    border-radius: 12px;
    line-height: 5vh;
    text-align: center;
    font-size: 2vh;
    color: #161618;
    font-weight: bold;
    box-sizing: border-box;
    padding-right: 20px;
}

.module-btn:hover {
    color: #161618;
}


/* 工作协同 */

.joint-tit-box {
    width: 100%;
    height: 4vh;
    line-height: 4vh;
    display: flex;
    background: #3C6FE3;
    color: #fff;
    font-size: 1.1vw;
    margin-top: 1vh;
}

.joint-hide {
    flex: 0.5 !important;
}

.joint-hide .layui-form-checkbox[lay-skin=primary] {
    padding-left: 0;
}

.joint-tit-wd {
    flex: 1;
    text-align: center;
}

.joint-tit-wd:nth-child(1) {
    flex: 3;
}

.joint-tit-wd:nth-child(4) {
    flex: 2;
}

.joint-tit-dw {
    flex: 1;
    text-align: center;
}

.joint-tit-dw:nth-child(4) {
    flex: 3;
}

.joint-tit-dw:nth-child(6) {
    flex: 2;
}

.joint-list-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.joint-list {
    width: 100%;
    height: 4vh;
    line-height: 4vh;
    font-size: 1vw;
    margin: 0.5vh 0;
    transition: all .3s ease;
    position: relative;
}

.joint-btns {
    width: 10%;
    position: absolute;
    right: 10%;
    top: 0;
    height: 4vh;
    max-width: 150px;
    cursor: pointer;
}

.beizh-btns {
    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
    height: 4vh;
    max-width: 150px;
    cursor: pointer;
}

.beizh-btns input{
    width: 100%;
    height: 4vh;
    background: none;
    border:none;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}

.joint-list-wd {
    width: 100%;
    height: 4vh;
    line-height: 4vh;
    font-size: 1vw;
    margin: 0.5vh 0;
    transition: all .3s ease;
}

.joint-list-wd ul {
    display: flex;
    width: 100%;
}

.joint-list-wd ul li {
    flex: 1;
    text-align: center;
    color: #161618;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s ease;
}

.joint-list-wd ul li:nth-child(1) {
    flex: 3;
    text-align: left;
}

.joint-list-wd ul li:nth-child(4) {
    flex: 2;
}

.joint-list-wd:nth-child(2n) {
    background: rgba(60, 111, 227, 0.06);
}

.joint-list:nth-child(2n) {
    background: rgba(60, 111, 227, 0.06);
}

.joint-list:hover {
    background: #3C6FE3;
    transition: all .3s ease;
}

.joint-list:hover ul li {
    color: #fff !important;
    transition: all .3s ease;
}

.joint-list ul {
    display: flex;
    width: 100%;
}

.joint-list ul li {
    flex: 1;
    text-align: center;
    color: #161618;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s ease;
}

.joint-list ul li:nth-child(4) {
    flex: 3;
    text-align: left;
}

.joint-list ul li:nth-child(6) {
    flex: 2;
}

.joint-list-page {
    width: 100%;
    height: 5vh;
    box-sizing: border-box;
    padding: 0 150px;
    position: relative;
    text-align: center;
    line-height: 5vh;
}

.joint-list-page .layui-laypage {
    margin: 0;
}

.joint-list-page .layui-laypage a,
.layui-laypage span {
    margin-bottom: 0 !important;
}

.joint-page-cz {
    width: 150px;
    height: 5vh;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
}

.joint-page-cz a {
    display: inline-block;
    height: 5vh;
    box-sizing: border-box;
    padding-left: 28px;
    color: #161618;
    position: relative;
    padding-right: 8px;
}

.joint-page-cz img {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}


/* 详情页 */

.module4-add-add{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.add-add-btn{
    display: inline-block;
    height: 4.5vh;
    position: relative;
    width: 80px;
    vertical-align: top;
}

.add-add-btn img{
    position: absolute;
    top: 50%;
    transform: translateY(-15px);
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter:grayscale(1)
}

.add-add-btn:hover img{
    filter:grayscale(0%);
    -webkit-filter:grayscale(0%);
    -moz-filter:grayscale(0%);
    -ms-filter:grayscale(0%);
    -o-filter:grayscale(0%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
    -webkit-filter:grayscale(0)
}

.blank-btn {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    color: #161618;
    /* position: absolute;
    right: 0;
    top: 0; */
    position: relative;
    box-sizing: border-box;
    height: 4.5vh;
    vertical-align: top;
    padding-left: 35px;
    margin-right: 8px;
}

.blank-btn img {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -11px;
}

.track-btn {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    color: #3C6FE3;
    padding-left: 35px;
    position: relative;
}

.track-btn img {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
}

.module4-rht-tim {
    width: 100%;
    height: 3.5vh;
    line-height: 3.5vh;
    font-size: 16px;
    color: #666;
    box-sizing: border-box;
    padding-left: 15px;
}

.module4-rht-tim .muh {
    padding-right: 20px;
}

.module4-rht-tim a img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.module4-rht-tim a {
    box-sizing: border-box;
    padding-left: 25px;
    position: relative;
    color: #3C6FE3;
}

.module4-rht-tim a:hover {
    color: #3c6fe3 !important;
}

.module4-rht-tim a span {
    color: #3C6FE3;
}

.module4-rht-edd {
    width: 100%;
    height: 14vh;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.module4-textarea {
    width: 100%;
    height: 9vh;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
    color: #666;
    border: none;
}

.module4-rht-edd-btn {
    width: 100%;
    height: 4vh;
    line-height: 4vh;
    box-sizing: border-box;
    /* padding: 0 20px; */
    position: relative;
    font-size: 16px;
}

.module4-rht-edd-btn .layui-upload-choose {
    vertical-align: top;
}

.add-btn {
    /* right: 20px !important; */
    color: #666 !important;
    background: url(../images/fhicon.png) no-repeat left center #EDF3F5 !important;
}

.edd-btn {
    width: auto;
    display: inline-block;
    /* position: absolute;
    right: 90px; */
    height: 4vh;
    line-height: 3vh;
    cursor: pointer;
    background: url(../images/hficon.png) no-repeat left center #EDF3F5;
    border: none;
    color: #3C6FE3;
    padding-left: 25px;
}



.rider-btn {
    display: inline-block;
    color: #161618;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-left: 25px;
}

.rider-btn:hover {
    color: #161618;
}

.rider-btn img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.module4-rht-txt {
    width: 100%;
    height: 58vh;
    box-sizing: border-box;
    padding-right: 20px;
    overflow-y: auto;
    margin: 1vh 0 1vh 0;
}

.main-body {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 7px 20px;
    background: #fff;
    border: solid 1px #3C6FE3;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.main-body img {
    max-width: 100%;
}

.main-comet {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px 20px;
    background: #fff;
    border: solid 1px #F4B424;
    font-size: 16px;
    margin-top: 5px;
}

.comet-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* padding-bottom: 20px; */
}

.comet-list-one {
    width: 100%;
    height: auto;
    /* min-height: 80px; */
    box-sizing: border-box;
    padding-left: 90px;
    position: relative;
}

.comet-name {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #3C6FE3;
    position: absolute;
    /* font-weight: bold; */
    left: 0;
    top: 0;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.comet-comp {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    background: rgba(60, 111, 227, 0.06);
    box-sizing: border-box;
    padding: 0 15px;
    color: #545454;
    margin-bottom: 8px;
}

.comet-comp a {
    color: #161618;
    padding-right: 20px;
}

.comet-comp a img {
    margin-top: 9px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.comet-comp a span {
    color: #3C6FE3;
}

.comet-comp button {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: #3C6FE3;
    cursor: pointer;
    line-height: 30px;
}

.comet-texxt {
    font-size: 14px;
    color: #545454;
    line-height: 25px;
    padding: 0 0 0 0;
}

.comet-texxt span{
    display: inline-block;
}

.comet-texxt img {
    max-width: 100%;
}

.comet-list-two {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.comet-list-two-l {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-left: 90px;
    box-sizing: border-box;
    border-left: solid 2px #F4B424;
}

.comet-list-two-l .comet-name {
    box-sizing: border-box;
    padding-left: 15px;
}

.comet-consi {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 7px 15px;
    background: rgba(60, 111, 227, 0.06);
    margin-bottom: 5px;
    font-size: 14px;
    color: #161618;
}

.comet-consi a {
    color: #3C6FE3;
    padding-left: 15px;
    display: inline-block;
}

.jointadd-sjr {
    width: 100%;
    min-height: 4vh;
    margin-top: 2vh;
    line-height: 4vh;
    box-sizing: border-box;
    padding-left: 110px;
    position: relative;
    /* overflow: hidden; */
}

.sjr-tit {
    width: 100px;
    height: 4vh;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 4vh;
    color: #161618;
}

.sjr-txt {
    width: 100%;
    min-height: 4vh;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 110px;
    line-height: 4vh;
    font-size: 16px;
    color: #3C6FE3;
    position: relative;
    /* text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical; */
}

.shottle-qx {
    color: #fff;
    position: absolute;
    left: 500px;
    top: 30px;
}

.shottle-qx .layui-form-checkbox[lay-skin=primary] span {
    color: #fff !important;
}

.sjr-btn {
    width: 96px;
    height: 32px;
    background: rgba(60, 111, 227, 0.1);
    color: #3C6FE3;
    font-size: 14px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px;
}

.sjr-iinput {
    width: 100%;
    height: 4vh;
    background: none;
    border: none;
    color: #3C6FE3;
    font-size: 16px;
}

.shuttle-box {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding-top: 130px;
}

.shuttle-top {
    width: 100%;
    height: 80px;
    background: #28305E;
    position: relative;
    padding: 15px 40px 15px 40px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.shottle-serch {
    width: 440px;
    height: 50px;
    background: #f6f6f6;
    border-radius: 25px;
    overflow: hidden;
    line-height: 50px;
    position: relative;
}

.shottle-serch input {
    box-sizing: border-box;
    padding-left: 30px;
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    font-size: 16px;
    color: #161618;
    vertical-align: top;
}

.shottle-serch button {
    display: block;
    width: 70px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    background: none;
    border: none;
}

.shottle-muhch {
    position: absolute;
    right: 40px;
    top: 15px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.shottle-muhch span {
    padding: 0 5px;
}

.shuttle-bot {
    width: 100%;
    height: 100%;
    padding: 0 40px 0 260px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.shuttle-box .layui-tab{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.shuttle-box .layui-tab-content{
    width: 100%;
    height: 100%;
}

.shuttle-lft {
    width: 210px;
    height: 100%;
    position: absolute;
    left: 40px;
    top: 0;
    overflow-y: auto;
}

.shuttle-lft ul li {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}

.shuttle-lft ul li a {
    display: block;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding-left: 40px;
    background: url(../images/shutticon.png) no-repeat 12px center;
    font-size: 14px;
}

.shuttle-nav {
    background: url(../images/shutticonh.png) no-repeat 12px center rgba(60, 111, 227, 0.07) !important;
    color: #3C6FE3;
    font-weight: bold;
}

.shuttle-rht {
    width: 100%;
    height: 100%;
}

.shuttle-rht .demo-transfer{
    width: 100%;
    height: 100%;
}

.shuttle-rht .layui-transfer{
    width: 100%;
    height: 100%;
}

.shuttle-rht .layui-transfer-box {
    width: 35% !important;
    height: 100% !important;
    display: block;
    background: rgba(60, 111, 227, 0.06);
    box-sizing: border-box;
    padding: 20px;
    border:none;
    font-size: 0;
    float: left;
}

.shuttle-rht .layui-transfer-box .layui-transfer-data {
    width: 100% !important;
    height: 90% !important;
    overflow-y: auto;
    /* overflow: hidden; */
    box-sizing: border-box;
}

.shuttle-rht .layui-transfer-active {
    width: 20% !important;
    height: 100%;
    padding: 0 0;
    display: block;
    text-align: center;
    margin: 0 0;
    font-size: 0;
    float: left;
    position: relative;
}

.shuttle-rht .layui-transfer-active .layui-btn{
    display: block;
    width: 55%;
    position: absolute;
    left: 22.5%;
    top: 50%;
    margin-top: -45px;
}

.shuttle-rht .layui-transfer-active .layui-btn+.layui-btn {
    margin: 0;
}

.shuttle-rht .layui-transfer-active+.layui-transfer-box {
    width: 44% !important;
}

.shuttle-rht .ttt1 {
    width: 44% !important;
    height: 100% !important;
    display: block;
    background: rgba(60, 111, 227, 0.06);
    box-sizing: border-box;
    padding: 20px;
    border:none;
    font-size: 0;
    float: left;
}

.shuttle-rht .ttt1 .layui-transfer-data{
    height: 80% !important;
}


.shuttle-rht .layui-transfer-active+.layui-transfer-box .layui-transfer-data {
    height: 80% !important;
}

.shuttle-rht .layui-transfer-header {
    height: 40px;
    line-height: 40px;
}

.shuttle-rht .layui-transfer-data li {
    display: block;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.shuttle-rht .layui-none {
    font-size: 14px;
    color: #999;
}

.shuttle-btn {
    width: 310px;
    height: 40px;
    position: absolute;
    right: 60px;
    bottom: 20px;
    text-align: center;
}

.fj-box {
    width: 51%;
    height: 4vh;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 110px 0 20px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow-y: hidden;
}

.fj-box #demoList {
    width: 100%;
    height: 4vh;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.fj-box #demoList div {
    display: inline-block;
    white-space: nowrap;
    color: #666;
}

.fj-box #demoList div .layui-btn-xs {
    margin-right: 10px;
}

.zy-box {
    display: inline-block;
    width: 48%;
    height: 4vh;
    box-sizing: border-box;
    padding-left: 110px;
    position: relative;
    vertical-align: top;
}

.zy-box .sjr-tit {
    box-sizing: border-box;
    padding-left: 15px;
}

.sjr-opth {
    display: inline-block;
    margin-right: 15px;
    width: 90px;
    height: 4vh;
}

.sjr-opth .layui-input {
    height: 4vh !important;
    line-height: 4vh !important;
    text-align: center !important;
    border: none !important;
    border-radius: 8px !important;
}

.sjr-opth .layui-form-select dl {
    top: 4vh !important;
    border: none !important;
    text-align: center !important;
}

.sjr-opth .layui-form-select dl dd.layui-this {
    background: #3C6FE3;
}

.jointadd-text {
    width: 100%;
    box-sizing: border-box;
    padding-left: 110px;
    position: relative;
    height: 50vh;
    margin-top: 2vh;
}

.jointadd-text-box {
    width: 100%;
    height: 50vh;
    /* background: #fff; */
    border-radius: 8px;
    overflow: hidden;
}

.sjr-btn-box {
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    line-height: 4vh;
    text-align: center;
}

.sjr-btn-box .layui-btn {
    height: 4vh !important;
    line-height: 4vh !important;
}

.layui-btn-icon {
    margin-top: 8px;
    margin-right: 5px;
}

.sjr-btn-box .layui-btn+.layui-btn {
    border: none;
    background: none;
    color: #3C6FE3;
}

.uploadm-cent {
    width: 85%;
    height: 400px;
    overflow-y: auto;
    margin: 0 auto;
}

.uploadm-cent .layui-form-checkbox i {
    display: none !important;
}

.uploadm-cent .layui-form-checkbox {
    padding-right: 0;
    width: 29%;
    float: left;
    margin: 2%;
    height: 48px;
}

.uploadm-cent .layui-form-checkbox span {
    display: block;
    width: 100%;
    padding: 0;
    line-height: 48px;
    height: 48px;
    text-align: center;
    font-size: 16px;
    color: #161618;
    background: rgba(60, 111, 227, 0.07);
}

.uploadm-cent .layui-form-checked span,
.layui-form-checked:hover span {
    background-color: #3C6FE3 !important;
    color: #fff !important;
}

.uploadm-boot {
    width: 100%;
    height: 40px;
    padding: 10px 0;
    text-align: center;
}

.uploadm-boot .layui-btn {
    background: #4778E8;
    border-radius: 8px;
}

.uploadm-boot .layui-btn+.layui-btn {
    background: #fff;
    border: solid 1px #ccc;
    color: #666;
}

.uploadwj-btn {
    width: 90%;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
}

.uploadwj-btn img {
    margin-top: 8px;
}

.uploawj-cent {
    width: 90%;
    height: 360px;
    overflow-y: auto;
    margin: 0 auto;
}

.new-rht-txt {
    height: 72vh;
}

.rht-line {
    width: 230px !important;
    height: 480px !important;
    vertical-align: middle;
    display: inline-block;
    background: rgba(60, 111, 227, 0.06);
    box-sizing: border-box;
    padding: 20px;
}

.rht-line .div {
    width: 100%;
    height: 440px;
    overflow-y: auto;
    display: none;
}

.rht-line .line-nav {
    display: block;
}

.news-add {
    width: 99vw;
}

.news-add .home-module4 {
    width: 99vw;
}

.news-add .home-module4 .module4-rht {
    width: 85vw;
}

.news-add .module4-rht-new {
    width: 83vw;
}

.news-add .module4-rht-tit {
    width: 83vw;
}

.more-btn {
    background: #bbb !important;
    border-color: #bbb !important;
}

.books-dw {
    flex: 1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
}

.books-dw:hover{
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    transition: all .3s ease;
}

.books-list {
    width: 100%;
    height: 4vh;
    line-height: 4vh;
    overflow: hidden;
    /* padding: 0.8vh 0; */
    font-size: 0.9vw;
    margin: 0.5vh 0;
    transition: all .3s ease;
    display: flex;
}

.books-dw:first-child{
    flex: 2;
}

.books-list:nth-child(2n) {
    background: rgba(60, 111, 227, 0.06);
}

.books-dw:last-child {
    flex: 2.5;
}

.books-dw:nth-child(4) {
    flex: 1.5;
}

.news-dw {
    flex: 1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-dw .layui-btn {
    color: #fff;
}

.news-list {
    width: 100%;
    height: 4vh;
    line-height: 4vh;
    font-size: 1vw;
    margin: 0.5vh 0;
    transition: all .3s ease;
    display: flex;
}

.news-list:nth-child(2n) {
    background: rgba(60, 111, 227, 0.06);
}

.news-dw:first-child {
    flex: 2.5;
}

.news-dw:nth-child(2) {
    flex: 1.5;
}

.news-list a {
    color: #111;
}

.news-list .layui-form-switch {
    margin-top: 0;
}

.module4-rht-tit .news-sys-btn {
    font-weight: normal;
    float: right;
}

.sjr-shijian {
    width: 200px;
    background: #fff;
    border-radius: 8px;
    padding-left: 20px;
    float: left;
    height: 4vh;
}

.new-tit {
    width: 110px;
    height: 4vh;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.sjr-shijian .layui-input {
    border: none;
    height: 4vh;
    line-height: 4vh;
    border-radius: 8px;
}

.sjr-shijian .layui-form-select dl dd.layui-this {
    background: #3C6FE3;
}

.sjr-tupian {
    width: 100%;
    height: 4vh;
}

.sjr-tupian .layui-btn {
    height: 4vh;
    line-height: 4vh;
    background: #3C6FE3;
}

.news-add-box {
    width: 100%;
    height: 77.5vh;
    overflow-y: auto;
}

.news-system-text {
    height: 44vh;
}

.news-system-text .jointadd-text-box {
    height: 44vh;
}

.modify-cent {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 30px;
    overflow: hidden;
}

.modify-cent dl {
    display: block;
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    padding-left: 110px;
    position: relative;
}

.modify-cent dl dt {
    display: block;
    width: 110px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.modify-cent dl dd {
    display: block;
    width: 100%;
    height: 50px;
}

.modify-cent dl dd input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    border: solid 1px #ccc;
    color: #666;
}

.modify-cent dl dd .layui-btn {
    height: 50px;
    background: #3C6FE3;
}

.modify-cent dl dd .layui-btn+.layui-btn {
    height: 50px;
    background: #ddd;
    color: #666;
}

.coor-box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
    overflow-y: auto;
}

.coor-box .log-tab {
    background: #fff;
    position: absolute;
    top: 80px;
    left: 7.5%;
}

.coor-box .log-tit {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.coor-box .log-bot {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    /* padding-top: 0; */
    box-sizing: border-box;
}

.coor-box .log-cen {
    height: 100%;
}

.full-screen {
    width: 100vw !important;
    height: 100vh !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    border-radius: 0 !important;
}

.full-screen .module4-rht-new {
    width: 98vw !important;
}

.full-screen .module4-rht-tit {
    width: 98vw !important;
}

.full-screen .module4-rht-txt {
    height: 66vh !important;
}

.full-screen .module4-rht-edd {
    height: 22vh !important;
}

.full-screen .module4-textarea {
    height: 18vh !important;
}

.personaal-box {
    width: 64vw;
    height: auto;
    max-height: 75vh;
    overflow-y: auto;
    margin-top: 2.5vh;
}

.personaal-box dl {
    display: block;
    width: 100%;
    height: 4vh;
    box-sizing: border-box;
    padding-left: 150px;
    position: relative;
    margin-bottom: 1vh;
}

.personaal-box dl dt {
    display: block;
    width: 150px;
    height: 4vh;
    line-height: 4vh;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 2em;
    color: #666;
}

.personaal-box dl dd {
    display: block;
    width: 100%;
    height: 4vh;
}

.personaal-box dl dd .per-put {
    width: 98%;
    height: 4vh;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 20px;
    color: #666;
    font-size: 16px;
}

.module4-rht-tit .layui-btn {
    position: absolute;
    right: 0;
    font-weight: normal;
    top: 50%;
    margin-top: -19px;
}

.group-box {
    width: 64vw;
    height: 75vh;
    margin-top: 2vh;
}

.group-lft {
    width: 29vw;
    height: 75vh;
    overflow-y: auto;
    float: left;
}

.group-lft ul li {
    display: block;
    width: 100%;
    height: 5vh;
    line-height: 5vh;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
}

.group-lft ul li a {
    display: block;
    width: 100%;
    height: 5vh;
    box-sizing: border-box;
    padding-left: 40px;
    background: url(../images/shutticon.png) no-repeat 12px center;
    color: #111;
    font-size: 15px;
}

.group-lft ul li a:hover {
    color: #3C6FE3;
}

.group-lft ul li.nav {
    background: rgba(60, 111, 227, 0.06);
}

.group-rht {
    width: 35vw;
    height: 75vh;
    overflow-y: auto;
    float: left;
    background: rgba(60, 111, 227, 0.06);
    box-sizing: border-box;
    padding: 20px 35px;
}

.group-rht ul li {
    display: block;
    width: 100%;
    height: 4vh;
    line-height: 4vh;
    color: #111;
    font-size: 15px;
}

.group-rht-tit {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.group-lft-tit {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 20px 25px 10px 25px;
}

.group-btn {
    height: auto;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    right:15px;
    top: 0;
}

.shottle-muhch input {
    box-sizing: border-box;
    padding-left: 30px;
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    font-size: 16px;
    color: #161618;
    vertical-align: top;
    background: #fff;
    border-radius: 25px;
}

.shuttle-box .layui-tab {
    margin: 0 0 0 0!important;
    box-sizing: border-box;
}

.shuttle-box .layui-tab-title {
    border: none;
    box-sizing: border-box;
    padding-left: 40px;
    position: absolute;
    left: 0;
    top: 90px;
}

.shuttle-box .layui-tab-content {
    padding: 0 !important;
}

.shuttle-box .layui-tab-title .layui-this:after {
    display: none;
}

.shuttle-box .layui-this {
    background: #28305E;
    color: #fff !important;
}

.layui-table, .layui-table-view{
    margin: 0 !important;
}

.module4-rht-edd-btn button{
    border:none !important;
}

.beizhu-box{
    padding-top: 80px !important;
}

.beizhu{
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

.beizhu textarea{
    width: 100%;
    height: 100%;
}

.main-title{
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: 15px;
    color: #000;
}

.buchong-list{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #ddd;
}

.buchong-title{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #3C6FE3;
}

.buchong-title span{
    padding-left: 20px;
}

.buchong-title a{
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    color: #3C6FE3;
}

.buchong-title a img{
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
}

.buchong-texts{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.buchong-texts img{
    max-width: 100%;
}

.nnnnn{
    display: inline-block !important;
    padding-left: 8px;
}