/*
 *联网单位
 */

.serach_block {
    /*color: #fff;*/
    line-height: 32px;
}

.serach_block>div {
    height: 35px;
    position: relative;
}

.serach_block>div>p {
    font-size: 14px;
    /*font-weight: 600;*/
    display: inline-block;
    /*color: #ffffff;*/
}

.serach_block .search_line1 {
    margin-bottom: 5px;
}

.serach_block .search_line1 input {
    width: 180px;
    height: 32px;
    border: solid 1px #dddddd;
    padding: 0px 5px;
    color: #666;
    margin-right: 20px;
    font-size: 12px;
}

.serach_block .search_line1 button {
    width: 60px;
    height: 28px;
    line-height: 26px;
    border-radius: 4px;
    background-color: #3F90FF;
    ;
    ;
    color: #fff;
    font-size: 12px;
    border: none;
    margin-left: 20px;
}

.search_line1 select {
    min-width: 88px;
    height: 32px;
    border: solid 1px #dddddd;
    font-size: 12px;
    padding-left: 7px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/pulldown.png)no-repeat 95% 10px;
    padding-right: 20px;
}

.serach_block .search_line2 span {
    display: inline-block;
    margin: 0px 13px;
    font-size: 14px;
    /*font-weight: 600;*/
    cursor: pointer;
}

.serach_block .search_line2 span.on {
    color: #fff;
    border: solid 1px #dddddd;
    border-radius: 5px;
    padding: 0 10px;
    margin: 0 2px;
    background: #3F90FF;
    ;
}





.network {
    /*width: 85%;*/
    min-width: 800px;
    padding: 20px;
}

.network .search_line1 {
    /*margin-top: 10px;*/
}

.network .network_list li a {
    width: 100%;
    height: 120px;
    background-color: #F0F2F8;
    margin-top: 20px;
    color: #666666;
    display: block;
    padding: 10px;
    padding-left: 120px;
    position: relative;
}

.network .network_list li a:hover {
    background-color: #FBF7EA;
}

.network .network_list li a span.pic {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #5D667E;
    border-radius: 50%;
    color: #fff;
    font-size: 34px;
}

.network .network_list li a h6.title {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin: 5px 0px;
    /*font-weight: 600;*/
}

.dutyRoom {
    font-weight: normal;
    box-sizing: border-box;
    /*line-height: 20px;*/
    /* border: 1px solid #169bd5; */
    line-height: 20px;
    border-radius: 12px;
    padding: 0 5px;
    font-size: 12px;
    background-color: green;
    color: #fff;
    margin-left: 10px;
    /*width: 40px;*/
    text-align: center;
}

.redColor {
    background: red;
}

.grayColor {
    background-color: #999;
}

.network .network_list li a p {
    font-size: 14px;
    line-height: 34px;
}

.network .network_list li a>div {
    position: absolute;
    text-align: left;
    left: 60%;
    top: 10px;
    width: 30%;
}

.network .network_list li a>div.qcord {
    width: 10%;
    left: 90%;
    top: 36px;
}

.network .network_list li a>div.qcord img {
    width: 50px;
    height: 50px;
}

.network .network_list .branch-status {
    position: relative;
}

.network .network_list .branch-status img {
    /*position: relative;*/
    margin-right: 3px;
}

/*
 *联网信息通用样式
*/

.network_common {
    padding: 15px;
    min-width: 900px;
    overflow: hidden;
}

.con_tab {
    margin-bottom: 10px;
}

.con_tab p {
    font-size: 14px;
    margin-bottom: 20px;
}

.con_tab p span {
    color: #1aae9b;
}

.con_tab ul {
    font-size: 0;
    border-bottom: 1px solid #dcdcdc;
}

.con_tab>ul>li {
    /* height: 40px; */
    line-height: 40px;
    display: inline-block;
}

.con_tab ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    padding: 0px 15px;
}

.con_tab ul li:hover a {
    color: #3F90FF;

}

.con_tab ul li.on a {
    color: #3F90FF;

    border-bottom: 3px solid #3F90FF;

}



/* //素材分类弹窗 */
.modal-content {
    width: 475px;
    margin-top: 20%;
    margin-left: -1%;
}

.changeF {
    width: 411px;
    height: 300px;
    border: 1px solid #ccc;
    margin-top: 10px;
    border-right: none;
}

.changeLeft {
    width: 205px;
    height: 300px;
    border-right: 1px solid #ccc;
    float: left;
    overflow: hidden;
    overflow: auto;
}

.changeCenter {
    width: 205px;
    height: 300px;
    overflow: auto;
    border-right: 1px solid #ccc;

    float: left;
}

.txtLI>li {
    width: 100%;
    /* height: 32px; */
    line-height: 32px;
    /* background-color: red; */
    padding-left: 10px;
    margin-bottom: 1px;
    cursor: pointer;
    overflow: hidden;
}

.on11 {
    background-color: #3F90FF;
    color: white;
}

.modal .modal-body>div.btn_click button {
    width: 70px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: solid 1px #D6D6D6;
    margin: 0px 10px;
    font-size: 13px;
    background: #fff;
}

.modal .modal-body>div.btn_click {
    text-align: right;
    margin-right: 6px;
    margin-top: 20px;
}

.modal .modal-body {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 15px;
}

.savaStyle {
    width: 60px;
    height: 32px;
    background-color: #3F90FF;
    border: none;

    margin-top: 20px;
    color: white;
    margin-right: 60px;
    float: left;
}

.noSave {
    display: block;
    width: 60px;
    height: 32px;
    background: white;
    line-height: 32px;
    text-align: center;
    color: black;
    float: left;
    margin-top: 20px;
    font-size: 13px;
    border: 1px solid #cccccc;
}

.moneyPay {
    width: 50px;
    height: 22px;
    font-size: 13px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF9100;
    line-height: 22px;
    border: none;
    background: #FAEFE3;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
}

.returnGo {
    width: 50px;
    height: 22px;
    font-size: 13px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #027AFF !important;
    line-height: 22px;
    border: none;
    background: #ECF8FF !important;
    border: none;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
}


.noPay {
    width: 50px;
    height: 22px;
    font-size: 13px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #F23A3A !important;
    line-height: 22px;
    border: none;
    background: #FEEBEA !important;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;

}