.content_wrap {
    width: 1200px;
    min-height: 550px;
    margin: 15px auto 20px;
}

.banner_title {
    height: 180px;
}

.banner_title img {
    width: 100%;
    min-width: 1200px;
    height: 100%;
}

.content_wrap .title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.content_wrap .list_wrap {
    margin-bottom: 40px;
}

.content_wrap .list_wrap li {
    width: 100%;
    height: 133px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_wrap li .area_time {
    width: 80px;
    height: 80px;
    line-height: 40px;
    padding: 0 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #595959;
    background: #F4F4F4;
    border-radius: 3px;
}

.list_wrap li .area_time .year {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dashed #E5E5E5;
}

.list_wrap li .list_des_wrap {
    width: calc(100% - 320px);
    height: 80px;
    color: #999999;
    font-size: 14px;
}

.list_des_wrap .list_title {
    font-size: 16px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 6px;
}

.list_wrap .list_btn_wrap {
    display: flex;
}

.list_btn_wrap .btn {
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    margin-left: 15px;
    font-size: 14px;
    color: #fff;
    background: #FF9900;
    cursor: pointer;
}

.list_btn_wrap .btn:hover {
    opacity: 0.8;
}

.list_btn_wrap .des_btn {
    background: #0B67C5;
}

.list_btn_wrap .disable {
    background: #E3E3E3;
    color: #fff;
}

.tabs_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    background: #FEFEFE;
    border-bottom: 1px solid #EDEDED;
}

.tabs_wrap li {
    width: 300px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    color: #595959;
    cursor: pointer;
}

.tabs_wrap .tab_item a {
    display: inline-block;
    width: 300px;
    height: 60px;
}
.tabs_wrap .tab_item a:hover{
    color: #333;
}

.tabs_wrap .active {
    background: #F4F4F4;
}

.tabs_wrap .active a {
    background: #F4F4F4;
    color: #0B67C5;
}
.tabs_wrap .active a:hover{
    background: #F4F4F4;
    color: #0B67C5;
}

.hide {
    display: none;
}

.content_wrap .authentication_title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 25px 0 10px 0;
}

.content_wrap .authentication_list li {
    height: 58px;
    line-height: 58px;
    width: 100%;
    color: #262626;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
}

.content_wrap .authentication_list li p {
    color: #262626;
    width: 60%;
    cursor: pointer;
}

.content_wrap .authentication_list li p:hover {
    color: #0B67C5;
}

.content_wrap .authentication_list li span {
    color: #999999;
}

.content_wrap .authentication_list li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #D4D4D4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.notice_list_wrap li {
    width: 100%;
    height: 83px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #262626;
}

.notice_list_wrap li p {
    width: 80%;
}

.notice_list_wrap li span {
    color: #999;
}

.content_wrap .form_item {
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    box-sizing: border-box;
    background: #F9F9F9;
    margin-top: 15px;
}

.content_wrap .form_item input {
    width: 350px;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 15px 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}

.content_wrap .form_item input::placeholder {
    color: #ccc;
}

.content_wrap .form_item .lable_name {
    padding: 5px 10px;
    text-align: right;
    color: #595959;
    font-size: 14px;
}

.content_wrap .form_item .query_btn {
    width: 58px;
    height: 34px;
    background: #0B67C5;
    margin-left: 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    outline: none;
    border: none;
    cursor: pointer;
}

.content_wrap .form_item .query_btn:hover {
    opacity: .8;
}