﻿/*}   去掉   跟新的有冲突
.sidebar {
    width: 270px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}*/

.conent {
    position: absolute;
    left: 270px;
    right: 0;
    top: 0;
    bottom: 0;
}

.conentone {
    position: absolute;
    left: 250px;
    right: 0;
    top: -20px;
    bottom: 0;
}

.home {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
}

/*@media (max-width: 1360px){*/
/*.home{top: 40px;}*/
/*}   去掉   跟新的有冲突
.sidebar .sidehome {
    width: 100%;
    margin-bottom: 5px;
}

.sidebar .sidehome span {
    display: block;
    text-align: center;
}

.sidebar .sidehome span:first-child {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background-color: rgb(78, 132, 240);
    border-radius: 50%;
}

.sidebar .sidehome span:first-child+span {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #666;
}*/

.homesend {
    width: 100%;
    padding: 20px 0 10px 20px;
}

.w65 {
    width: 60%;
    float: left;
    min-height: 785px;
    margin-right: 3%;
}

.w33 {
    width: 30%;
    float: left;
}

.news {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.news .news_tp {
    width: 100%;
    height: 90px;
    padding: 0 5.6%;
    line-height: 90px;
    background: #f88d45;
}

.news .news_tp h3 {
    font-size: 20px;
    color: #fff;
}

.news .news_tp h3 img {
    margin-bottom: 4px;
    margin-right: 10px;
}

.news .news_tp h3 a {
    font-size: 14px;
    color: #fff;
}

.news .news_cont {
    width: 100%;
    padding: 0 5.6%;
}

.news_cont .news_item {
    width: 100%;
    line-height: 55px;
    border-bottom: 1px dashed #eceff3;
    overflow: hidden;
}

.news_cont .news_item .news_d {
    color: #f88d45;
    display: block;
    float: left;
    width: 5px;
}

.news_cont .news_item .news_tet {
    float: left;
    margin-left: 5px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}

.news_cont .news_item .news_time {
    float: right;
    font-size: 14px;
    color: #999;
    width: 75px;
}

/*@media (max-width: 1600px){*/
/*.homesend{right: 80px;}*/
/*.news .news_tp{ height: 80px;line-height:80px;}*/
/*.news_cont .news_item{line-height:45px;}*/
/*}*/
/*@media (max-width: 1370px)  {*/
/*.homesend{right: 60px;bottom: 10px;}*/
/*.news .news_tp{ height: 60px;line-height:60px;}*/
/*.news .news_tp h3{font-size: 18px;}*/
/*.news .news_tp h3 img{width: 35px;}*/
/*.news_cont .news_item{line-height:40px;}*/
/*.news_cont .news_item .news_tet{ font-size: 14px;}*/
/*.news_cont .news_item .news_time{font-size: 12px;}*/
/*}*/
.column {
    width: 100%;
    position: relative;
    padding: 0px 2%;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.column .column_item {
    position: relative;
    float: left;
    margin-left: 2%;
    width: 32%;
    height: 100px;
    padding-top: 10px; 
}
.column .column_item span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;

}
.column .column_item.active span{
    border-bottom: 1px solid #fff;
}
.column .column_item:first-child {
    margin-left: 0;
    background: #ff8476;
}

.column .column_item:nth-child(2) {
    background: #aa77fe
}

.column .column_item:nth-child(3) {
    background: #72ce77
}

.bg_aa8 {
    background: #ff8476;
}
.bg_aa7 {
    background: #aa77fe
}

.bg_72c {
    background: #72ce77
}

.column .column_item h3 {

    font-size: 20px;
    color: #fff;
    text-align: center;
}

.news_db {
    position: relative;
    width: 100%;
    padding: 20px 2%;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.news_cont .news_more {
    width: 100%;
    padding: 20px 0;
}

.news_cont .news_more a {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: rgb(78, 132, 240);
    border-radius: 13px;
    box-shadow: 0px 5px 10px 0px rgba(96, 118, 255, 0.2);
}

.connect {
    width: 100%;
    padding: 0 2%;
    position: relative;
    height: 20px;
    z-index: 9;
}

.connect span {
    position: absolute;
    display: block;
    top: -20px;
}

.connect .fl {
    left: 2%
}

.connect .fr {
    right: 2%;
}

/*@media (max-width: 1370px) {*/
/*.column .column_item img{width: 60px;}*/
/*.column .column_item h3{font-size: 16px;}*/
/*.connect img{width: 8px;}*/

/*.news_cont .news_more{padding: 0}*/
/*.news_cont .news_more a{font-size: 12px; width: 65px; height: 22px; line-height: 22px;}*/
/*}*/
/*一般项目*/
.general {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.sidebar .sidebar_item {
    width: 100%;
    cursor: pointer;
}

.sidebar .sidebar_item > span {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 30px 0 50px;
    background-image: url(../image/iocn-file.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    font-size: 16px;
    color: #666;
    line-height: 40px;
}

.sidebar .sidebar_item.active > span {
    background-color: #c0d2f8
}

.sidebar .sidebar_item i {
    display: block;
    float: right;
    width: 10px;
    height: 20px;
    margin: 10px 0;
    background: url(../image/icon-right.png) no-repeat center right;
}

.sp {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 30px 0 50px;
    background-image: url(../image/iocn-file.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    font-size: 16px;
    color: #666;
    line-height: 40px;
}

.sp1 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 30px 0 50px;
    background-repeat: no-repeat;
    background-position: 30px center;
    font-size: 16px;
    color: #666;
    line-height: 40px;
}

.sidebar .sidebar_item .sidebar_ul_li {
    display: block;
    width: 100%;
    line-height: 40px;
}

.sidebar .sidebar_item .sidebar_ul_li > span {
    display: block;
    padding: 0 30px 0 50px;
    font-size: 14px;
    color: #666;
}

.sidebar .sidebar_item.active > span > i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
/ /* IE 9 */
/ -webkit-transform: rotate(90 deg);
/ /* Safari and Chrome */
/ -o-transform: rotate(90 deg);
/ /* Opera */
/ -moz-transform: rotate(90 deg);
}

.sidebar .sidebar_item .sidebar_ul_li.on span {
    background-color: #c0d2f8
}

.sidebar .sidebar_item > .sidebar_ul {
    display: none;
}

.sidebar .sidebar_item.active > .sidebar_ul {
    display: block
}

.sidebar .sidebar_item:hover .sidebar_tw:hover {
    background-color: #c0d2f8;
}

.sidebar .sidebar_item .sidebar_ul_li span:hover {
    background-color: #c0d2f8
}

.general .general_cont {
    position: absolute;
    right: 0;
    left: 270px;
    top: 0;
    bottom: 0;;
    overflow: hidden
}

.generaltp {
    /*width: 100%;*/
    padding: 0 1%;
}

.generaltp h2 {
    font-size: 14px;
    line-height: 1em;
    color: #999;
}

.generaltp h2 img {
    margin-bottom: 3px;
}

.generaltp h2 a {
    color: #999
}

.generaltp .generaltp_bk {
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 50px;
    position: relative
}

.generaltp .generaltp_bk .tgg {
    display: block;
    position: absolute;
    font-size: 14px;
    color: #4e84f0;
    line-height: 30px;
    min-width: 20px;
    left: 0;
    top: 20px;
    height: 30px;
    padding-left: 15px;
    background: url(../image/tggdown.png) no-repeat center left;
    cursor: pointer
}

.generaltp .generaltp_bk .tgg.active {
    top: 10px;
    background: url(../image/tggup.png) no-repeat center left;
}

.generaltp .generaltp_bk .bk_item {
    float: left;
    padding: 5px 0;
    margin-left: 40px;
    margin-top: 20px;
    line-height: 30px;
}

.generaltp .generaltp_bk .bk_item label {
    display: block;
    margin-right: 5px;
    float: left;
    font-size: 16px;
    color: #333;
}

.generaltp .generaltp_bk .bk_item input {
    display: block;
    float: left;
    padding: 0 5px;
    width: 150px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #d6dae2;
    border-radius: 5px;
}

.generaltp .generaltp_bk .bk_item select {
    display: block;
    float: left;
    width: 90px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #d6dae2;
    border-radius: 5px;
}

.generaltp .generaltp_bk .bk_item label.w4em {
    width: 4em;
    text-align: right
}

.generaltp .generaltp_bk .bk_btn {
    margin: 20px 70px 20px 0;
}

.generaltp .generaltp_bk .bk_btn button {
    display: block;
    float: left;
    margin-left: 10px;
    width: 100px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
}

.inquiry {
    background: #4e84f0 url(../image/icon-inquiry.png) no-repeat 10px center;
    text-align: left;
    padding-left: 40px;
    color: #fff
}

.reset {
    background: #f5f8ff url(../image/icon-reset.png) no-repeat 10px center;
    padding-left: 40px;
    text-align: left;
    border: 1px solid #4e84f0;
    color: #4e84f0
}

.generaltab {
    padding: 1%;
    width: 98%;
    margin: 0 1%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden
}

.generaltab .g_tb {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.generaltab .g_tb button {
    display: block;
    float: left;
    margin-left: 20px;
    min-width: 60px;
    padding: 0 1em;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    background-color: rgb(78, 132, 240);
    box-shadow: 0px 5px 10px 0px rgba(78, 132, 240, 0.2);
}

.generaltab .g_tb button:nth-child(1) {
    margin-left: 0
}

@media (max-width: 1370px) {
    .generaltp .generaltp_bk .bk_item {
        margin-left: 20px;
        margin-top: 15px;
    }

    .generaltp .generaltp_bk .bk_btn {
        margin: 15px 50px 15px 0;
    }
}

.generaltab .g_tb .g_tb_sel label {
    display: block;
    float: left;
    margin-right: 5px;
    line-height: 40px;
    font-size: 14px;
    color: #333
}

.generaltab .g_tb .g_tb_sel select {
    display: block;
    float: left;
    height: 30px;
    margin: 5px 0;
    font-size: 14px;
    color: #666;
    text-align: center;
    background: #fbfcfd;
    border: 1px solid #d6dae2;
    border-radius: 5px;
}

.generaltab .g_table {
    width: 100%;
    overflow: auto;
    margin-top: 1%
}

.generaltab .g_table table {
    width: 100%;
}

.w1350 {
    min-width: 1560px;
}

.w1250 {
    min-width: 1250px;
}

.generaltab .g_table thead tr {
    width: 100%;
    background: #d0dfff
}

.generaltab .g_table thead td {
    height: 40px;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-left: 1px solid #fff;
}

.generaltab .g_table thead td:nth-child(1) {
    border-left: 0
}

.generaltab .g_table thead tr td.w4 {
    width: 4%
}

.generaltab .g_table thead tr td.w5 {
    width: 5%
}

.generaltab .g_table thead tr td.w6 {
    width: 6%
}

.generaltab .g_table thead tr td.w7 {
    width: 7%
}

.generaltab .g_table thead tr td.w8 {
    width: 8%
}

.generaltab .g_table thead tr td.w9 {
    width: 9%
}

.generaltab .g_table thead tr td.w11 {
    width: 11%
}

.generaltab .g_table thead tr td.w12 {
    width: 12%
}

.generaltab .g_table thead tr td.w14 {
    width: 14%
}

.generaltab .g_table thead tr td.w15 {
    width: 15%
}

.generaltab .g_table thead tr td.w16 {
    width: 16%
}

.generaltab .g_table thead tr td.w18 {
    width: 18%
}

.generaltab .g_table thead tr td.w24 {
    width: 24%
}

.generaltab .g_table thead tr td.w32 {
    width: 32%
}

.generaltab .g_table thead tr td.w38 {
    width: 38%
}

.generaltab .g_table tbody td {
    font-size: 16px;
    height: 55px;
    color: #666;
    padding: 0 5px;
    text-align: center;
    border-left: 1px solid #fff;
}

.generaltab .g_table tbody tr:nth-child(2n-1) {
    background: #f0f5ff
}

.generaltab .g_table tbody tr:nth-child(2n):hover {
    background: #f0f5ff
}

.generaltab .g_table tbody tr:nth-child(2n-1):hover {
    background: #fff
}

.generaltab .g_table tbody td:nth-child(1) {
    border-left: 0;
}

.generaltab .g_table tbody td.text_4e8 {
    color: #4e84f0
}

.generaltab .g_table tbody td.text_ff7 {
    color: #ff7070
}

.generaltab .g_table td .tdsel {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #a7a7a7;
    margin-bottom: 4px;
    vertical-align: middle;
    cursor: pointer;
}

.generaltab .g_table .active .tdsel {
    background: #fff url(../image/icon-dui.png) no-repeat center;
}

.page {
    width: 100%;
    padding: 1% 0;
    height: auto;
    text-align: center;
}

.page .page_li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 20px;
    color: #666;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
}

.page .page_item {
    background: #fbfcfd;
    border: 1px solid #d6dae2;
}

.page .page_item a {
    color: #666;
}

.page .page_item.active {
    background: #ff7070;
    border: 1px solid #ff7070;
}

.page .page_item.active a {
    color: #fff;
}

.page .page_li i {
    color: #ff7070
}

/*@media(max-width:1370px){*/
/*.mt50{margin-top: 40px;}*/
/*.generaltp .generaltp_bk .bk_item{margin-left: 25px;padding: 2px 0;  margin-top:8px; line-height: 26px;}*/
/*.generaltp .generaltp_bk .bk_item label{font-size: 14px;  }*/
/*.generaltp .generaltp_bk .bk_item input{font-size: 12px; height: 25px; width: 140px;}*/
/*.generaltp .generaltp_bk .bk_item select{height: 25px;}*/
/*.generaltab .g_tb .g_tb_sel select{height: 25px;}*/
/*.generaltp .generaltp_bk .bk_btn{margin: 8px 45px 0 0;}*/
/*.generaltp .generaltp_bk .bk_btn button{width: 65px; height: 30px; font-size: 12px;}*/
/*.inquiry{ padding-left: 30px; background-size:15px; }*/
/*.reset{padding-left: 30px; background-size:15px; }*/
/*.top200{top:140px;}*/
/*.generaltab .g_tb button{font-size: 14px; height: 35px; }*/
/*.generaltab .g_tb .g_tb_sel label{line-height:35px; font-size: 12px; }*/
/*.generaltab .g_table .active .tdsel{background-size:28px; }*/
/*.generaltab .g_tb .g_tb_sel select{height: 25px; font-size: 12px;}*/
/*.generaltab .g_table thead td{height: 30px; font-size: 14px;}*/
/*.generaltab .g_table tbody td{font-size: 12px; height:35px;}*/
/*.generaltab .g_table td .tdsel{width: 12px; height: 12px;}*/
/*}*/
.generaltp .generaltp_bq {
    width: 100%;
    margin-top: 20px;
}

/* .generaltp .generaltp_bq .bq_item {
    float: left;
    margin: 0 10px 20px 0;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #d6dae2;
    cursor: pointer;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
} */
.generaltp .generaltp_bq .bq_item {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    text-align: center;
    /* border-bottom: 2px solid #d6dae2; */
    cursor: pointer;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    transition: all .2s;
    
}
.generaltp .generaltp_bq .bq_item:hover{
    background-image: linear-gradient(#5BABF8,#4e84f0);
    color: #fff;
    border-radius: 8px 8px 0 0;
    
}

/* .generaltp .generaltp_bq .bq_item.active {
    background: #4e84f0;
    color: #fff;
    border: 1px solid #4e84f0;
    box-shadow: 0px 5px 10px 0px rgba(78, 132, 240, 0.2);
} */
.generaltp .generaltp_bq .bq_item.active {
    /* background: #4e84f0; */
    background-image: linear-gradient(#5BABF8,#4e84f0);
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.generaltp .generaltp_bq .bq_back {
    float: left;
    width: 60px;
    height: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: rgb(247, 102, 102) url(../image/icon-back.png) no-repeat center;
    box-shadow: 0px 5px 10px 0px rgba(247, 102, 102, 0.2);
    cursor: pointer
}

.generaltab .g_tb h3 {
    position: absolute;
    width: 60%;
    top: 0;
    left: 20%;
    font-size: 18px;
    color: #4e84f0;
    line-height: 40px;
    text-align: center;
}

@media (max-width: 1370px) {
    .generaltp .generaltp_bq .bq_item {
        /* width: 100px; */
        margin: 0 15px 20px 0;
    }

    .generaltp .generaltp_bk .bk_item input {
        width: 110px;
    }
}

.information {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}

.information .information_item {
    width: 33.3%;
    float: left;
    margin-bottom: 20px;
}

.information .information_item label {
    display: block;
    float: left;
    width: 6em;
    text-align: right;
    margin-right: 5px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.information .information_item label i {
    color: red
}

.information .information_item input {
    display: block;
    float: left;
    height: 30px;
    padding: 0 5px;
    font-size: 14px;
    color: #666;
    border: 1px solid #d6dae2;
    border-radius: 5px;
}

.information .information_item input.w150 {
    width: 28%;
    min-width: 100px;
}

.information .information_item input.w300 {
    width: 56%;
}

.information .information_item select {
    display: block;
    float: left;
    height: 30px;
    padding: 0 5px;
    font-size: 14px;
    color: #666;
    border: 1px solid #d6dae2;
    border-radius: 5px;
}

.information .information_item.w100 {
    width: 100%;
}

.information .information_item textarea {
    display: block;
    float: left;
    width: 85.5%;
    height: 120px;
    padding: 5px;
    font-size: 14px;
    color: #666;
    border: 1px solid #d6dae2;
    border-radius: 5px;
    resize: none;
}

.information .information_btn {
    width: 100%;
    float: left;
    word-spacing: 20px;
    margin-top: 20px;
    text-align: center;
    overflow: hidden
}

.information .information_btn button {
    display: inline-block;
    width: 100px;
    height: 40px;
    border: 1px solid #4e84f0;
    border-radius: 5px;
}

.td_mod a {
    display: inline-block;
    background: url(../image/icon-mod-l.png) no-repeat center;
    width: 20px;
    height: 20px;
}

.td_del a {
    display: inline-block;
    background: url(../image/icon-del.png) no-repeat center;
    width: 20px;
    height: 20px;
}

.td_stop a {
    display: inline-block;
    background: url(../image/icon-stop.png) no-repeat center;
    width: 20px;
    height: 20px;
}

.td_reset a {
    display: inline-block;
    background: url(../image/icon-key.png) no-repeat center;
    width: 20px;
    height: 20px;
}

/*@media (max-width:1370px){*/
/*.information{margin-top: 10px;}*/
/*.information .information_item { margin-bottom: 10px;}*/
/*.information .information_item label{font-size: 14px; line-height: 26px;}*/
/*.information .information_item input{height: 26px; font-size: 12px;}*/
/*.information .information_item select{height: 26px;}*/
/*.information .information_item input.w150{width: 100px;;}*/
/*.information .information_item input.w300{width:200px;}*/
/*.information .information_item.w100{width: 50%;}*/
/*.information .information_item textarea{width: 80%;;}*/
/*.information .information_btn{margin-top: 10px;}*/
/*.information .information_btn button{width: 80px; height: 35px;}*/
/*}*/
.general .general_cont.fl510 {
    left: 510px;
}

#area {
    position: absolute;
    width: 230px;
    left: 280px;
    top: 0;
    padding: 50px 0;
    height: 100%;
    background: #fff;
}

#area .f-iconBi {
    background: url(../image/icon-all.png) no-repeat center;
}

#area .f-iconEnd {
    background: url(../image/icon-branch.png) no-repeat center
}

#area .f-iconJian {
    background: url(../image/icon-jian.png) no-repeat center
}

#area .f-iconJia {
    background: url(../image/icon-jia.png) no-repeat center
}

#area .f-treeList-line {
    top: 40px;
}

#area .f-treeList {
    min-height: 40px;
}

#area .f-treeList-old {
    padding-top: 15px;
}

#area .f-treeList-titleP {
    line-height: 40px;
    font-size: 14px;
    color: #888
}

#area .f-treeList-titleImg {
    padding-top: 12px;
}

#area .f-treeList-lineShuEnd {
    bottom: 20px
}

#area .f-treeList-lineEnd {
    background: url(../image/tree-lineEnd.png) repeat-x left center;
    width: 20px;
    height: 40px;
}

#area .f-treeList-top {
    height: 40px;
}

/*弹框*/
.pop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.pop .obj {
    width: 400px;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 18%;
    margin-left: -335px;
    margin-top: -50px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.pop .obj h3 {
    position: relative;
    width: 100%;
    height: 65px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    line-height: 65px;
    text-align: center;
    background: #4e84f0;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.pop .obj h3 img {
    margin-bottom: 3px;
}

.pop .obj h3 .obj_close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff url(../image/icon-close.png) no-repeat center;
    cursor: pointer
}

.pop .obj .obj_sar {
    width: 100%;
    padding: 10px 0;
}

.pop .obj .obj_sar input {
    display: block;
    margin: 0 auto;
    padding: 0 40px 0 10px;
    width: 350px;
    height: 30px;
    font-size: 14px;
    color: #666;
    background: url(../image/icon-search-l.png) no-repeat center right 10px;
    border: 1px solid #d6dae2;
    border-radius: 5px;
}

#list {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 120px;
    bottom: 20px;
    overflow-x: auto;
}

#list .f-iconBi {
    background: url(../image/icon-list.png) no-repeat center;
}

#list .f-iconEnd {
    background: url(../image/icon-cont.png) no-repeat center
}

#list .f-iconJian {
    background: url(../image/icon-jian.png) no-repeat center
}

#list .f-iconJia {
    background: url(../image/icon-jia.png) no-repeat center
}

#list .f-treeList-line {
    top: 40px;
}

#list .f-treeList {
    min-height: 40px;
}

#list .f-treeList-old {
    padding-top: 15px;
}

#list .f-treeList-titleP {
    line-height: 40px;
    font-size: 14px;
    color: #888
}

#list .f-treeList-titleP.active {
    color: #4e84f0
}

#list .f-treeList-titleImg {
    padding-top: 12px;
}

#list .f-treeList-lineShuEnd {
    bottom: 20px
}

#list .f-treeList-lineEnd {
    background: url(../image/tree-lineEnd.png) repeat-x left center;
    width: 20px;
    height: 40px;
}

#list .f-treeList-top {
    height: 40px;
}

.examine h3 {
    width: 100%;
    margin: 10px 0 20px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding-right: 80px;
}

.examine h3 button {
    display: block;
    float: right;
    width: 80px;
    height: 30px;
    font-size: 16px;
    color: #4e84f0;
    border: 1px solid #4e84f0;
    border-radius: 5px;
    background: #f5f8ff;
    cursor: pointer
}

.examine .examine_cont {
    width: 100%;
    padding: 0 80px;
    overflow: hidden
}

.examine .examine_item {
    float: left;
    margin-bottom: 20px;
}

.examine .examine_item label {
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.examine .examine_item input[type=radio] {
    width: 16px;
}

.examine .examine_item label i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #ff7070;
    overflow: hidden
}

.examine .examine_item input {
    display: block;
    float: left;
    border: 1px solid #d6dae2;
    border-radius: 5px;
}

.examine .examine_item input[type=text] {
    width: 150px;
    height: 30px;
    padding: 0 10px;
}

.examine .examine_item select {
    display: block;
    float: left;
    height: 30px;
    padding: 0 5px;
    font-size: 14px;
    color: #666;
    border: 1px solid #d6dae2;
    border-radius: 5px;
}

.examine .examine_item.w100 {
    width: 100%;
    position: relative;
    height: 130px;
}

.examine .examine_item .textarea {
    position: absolute;
    left: 80px;
    right: 0;
    top: 0;
    height: 100%;
}

.examine .examine_item textarea {
    display: block;
    padding: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #d6dae2;
    resize: none;
    border-radius: 5px;
}

.examine .examine_item .examine_tt {
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #666
}

.examine .examine_btn {
    width: 100%;
    text-align: center;
    word-spacing: 20px;
}

.examine .examine_btn button {
    display: inline-block;
    width: 100px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #4e84f0;
    border-radius: 5px;
}

.examine .radio {
    margin-right: 20px;
}

.fr50 {
    margin-right: 50px;
}

.fl50 {
    margin-left: 50px;
}

.fl80 {
    margin-left: 80px;
}

@media (max-width: 1370px) {
    .examine .examine_cont {
        padding: 0 30px 0 80px;
    }

    .examine h3 {
        padding-right: 30px;
    }

    .fr50 {
        margin-right: 10px;
    }

    .fl50 {
        margin-left: 10px;
    }

    .examine .examine_item input[type=text] {
        width: 100px;
    }
}

.examine .radio input {
    position: relative;
    z-index: 9;
    width: 16px;
    height: 16px;
    margin: 7px 0;
    opacity: 0;
    cursor: pointer
}

.examine .radio input[type=radio] + span {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 7px 3px 7px -15px;
    position: relative;
    border: 1px solid #d6dae2;
    border-radius: 50%;
    text-align: center;
}

.examine .radio input[type=radio]:checked + span i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.information.examine .information_item {
    width: auto
}

.examine .radio label {
    width: auto;
    cursor: pointer
}

.examine .radio:nth-child(2) label {
    color: #4e84f0
}

.examine .radio:nth-child(3) label {
    color: #ffa61a
}

.examine .radio:nth-child(4) label {
    color: #ff6250
}

.examine .radio:nth-child(2) input[type=radio]:checked + span i {
    background: #4e84f0
}

.examine .radio:nth-child(3) input[type=radio]:checked + span i {
    background: #ffa61a
}

.examine .radio:nth-child(4) input[type=radio]:checked + span i {
    background: #ff6250
}

.case {
    width: 98%;
    margin: 30px 1% 10px 1%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.case .case_tab {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.case .case_tab .case_nav {
    display: inline-block;
    overflow: hidden
}

.case .case_tab .t_nav_item {
    float: left;
    height: 40px;
    margin-left: 30px;
    font-size: 18px;
    color: #333;
    line-height: 40px;
    cursor: pointer
}

.case .case_tab .t_nav_item:nth-child(1) {
    margin-left: 0;
}

.case .case_tab .t_nav_item:first-child {
    border-left: none;
}

.case .case_tab .t_nav_item.active {
    color: #4e84f0;
    border-bottom: 2px solid #4e84f0
}

.case .case_cont {
    width: 100%;
    min-height: 300px;
    font-size: 16px;
    overflow: hidden;
}

.case .case_cont .case_msg {
    display: none;
}

.case .case_cont .case_msg:nth-child(1) {
    display: block;
}

.case .case_cont .t_cont_item {
    width: 100%;
    min-height: 90px;
    line-height: 25px;
    position: relative;
}

.case .case_cont .w50 {
    width: 50%;
}

.case .case_cont .w50:nth-child(1) {
    padding-right: 15px;
}

.case .case_cont .w50:nth-child(2) {
    padding-left: 15px;
}

.text3 {
    color: #333
}

.text6 {
    color: #666
}

.text9 {
    color: #999
}

.case .case_cont .td_name {
    width: 80px;
    color: #333;
}

.case .case_cont .td_date {
    width: auto;
    color: #999;
    word-spacing: 20px;
}

.pfl20 {
    padding-left: 20px;
}

.case .case_cont .t_line {
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -10px;
    overflow: hidden
}

.case .case_cont .t_line .line_tb {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 2px solid #4e84f0;
    border-radius: 50%;
}

.case .case_cont .t_line .line_yd {
    display: block;
    width: 10px;
    height: 10px;
    margin: 10px auto;
    border-radius: 50%;
    background: #4e84f0;
}

.case .case_cont .t_cont_item:nth-child(1) .t_line .line_yd {
    margin: 3px auto;
}

.case .case_cont .t_line .line_l {
    width: 1px;
    height: 90px;
    background: #4e84f0;
    margin: 0 auto;
}

.text_right {
    text-align: right
}

.case .case_cont .w20 {
    width: 20%;
    padding-right: 15px;
}

.case .case_cont .w80 {
    width: 80%;
    padding-left: 15px;
}

.case .case_cont .case_zj .t_line {
    left: 20%;
}

.case .case_cont .case_zj .t_num {
    font-size: 18px;
    text-align: right;
    color: #ff7070
}

.step {
    width: 100%;
    text-align: center;
    padding: 5% 0;
}

.step ul {
    display: inline-block;
    overflow: hidden;
}

.step .step_item {
    float: left;
}

.step .step_item p {
    line-height: 40px;
    font-size: 16px;
    color: #666
}

.step .step_line {
    float: left;
}

.step .step_line p {
    width: 80px;
    height: 1px;
    background: #4e84f0;
    margin-top: 20px;
}

/*@media (max-width:1370px){*/
/*.examine h3{margin:8px 0 8px; font-size: 16px;  line-height:26px; padding-right: 80px;}*/
/*.examine h3 button{width: 70px; height: 26px; font-size: 14px;}*/
/*.examine .examine_item{margin-bottom: 8px;}*/
/*.examine .examine_item label{font-size: 14px; line-height: 26px; height: 26px; overflow: hidden;}*/
/*.examine .examine_item input[type=radio]{width: 12px;height: 12px;}*/
/*.examine .radio input[type=radio]+span {*/
/*width: 12px;*/
/*height: 12px;*/
/*!* margin: 8px 3px 0px -13px; *!*/
/*}*/
/*.examine .radio input[type=radio]:checked+span i{width: 6px;height: 6px;margin-left: -3px; margin-top:-3px ;}*/
/*.examine .examine_item select{height: 26px; font-size: 12px;}*/
/*.examine .examine_item.w100{height: 80px;}*/
/*.examine .examine_item .examine_tt{font-size: 14px; line-height: 26px;}*/
/*.examine .examine_item input[type=text]{height: 26px; font-size: 12px;width: 100px;}*/
/*.examine .examine_btn button{width: 80px; height: 35px; font-size: 14px;}*/
/*.case{top: 310px;}*/
/*.case .case_tab{padding: 10px 0;;}*/
/*.case .case_tab .t_nav_item{width: 80px; height: 30px; font-size: 14px; line-height: 30px;}*/
/*.case .case_cont{top: 50px; font-size: 12px; }*/
/*.case .case_cont .t_cont_item{min-height: 60px; line-height: 20px;}*/
/*.case .case_cont .t_line .line_tb{width: 16px; height: 16px; margin: 0 auto;}*/
/*.case .case_cont .t_cont_item:nth-child(1) .t_line .line_yd{margin: 2px auto;}*/
/*.case .case_cont .t_line .line_yd{width: 8px;height: 8px; margin:6px auto;}*/
/*}*/

/* 2021-2-25新加样式 */
.generaltp .generaltp_bq .bq_item {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    text-align: center;
    /* border-bottom: 2px solid #4e84f0; */
    cursor: pointer;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    transition: all 0.5s;
    position: relative;
    margin-right: 5px;
}

.generaltp .generaltp_bq .bq_item::before{
    position: absolute;
    bottom: 0;
    left: 13px;
    content: "";
    width: 80px;
    height: 20px;
    border-bottom: 2px solid #4e84f0;
}
.generaltp .generaltp_bq .bq_item:hover{
    background-image: linear-gradient(#5BABF8,#4e84f0);
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 rgba(52, 163, 253, 0.3);
}

.generaltp .generaltp_bq .bq_item.active {
    background-image: linear-gradient(#5BABF8,#4e84f0);
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 rgba(52, 163, 253, 0.3);
}