.login_wrap {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
    background-image: url(../images/login_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_wrap .login_box {
    padding: 36px;
    background-color: #FFFFFF;
}

.login_wrap .login_box .title {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.important_file .title .more,
.software_wrap .title .more {
    color: #888;
    font-weight: 400;
}

.login_wrap .login_box .info {
    width: 328px;
    overflow: hidden;
}

.login_wrap .login_box .info .info_box {
    margin-bottom: 10px;
}

.login_wrap .login_box .info .info_box label {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    width: 58px;
}

.login_wrap .login_box .info .info_box .input_1 {
    width: 248px;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    border: 1px solid #DDDDDD;
}

.login_wrap .login_box .info .info_box .input_2 {
    width: 156px;
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    border: 1px solid #DDDDDD;
    margin-right: 10px;
}

.login_wrap .login_box .info .info_box .yzm_pt {
    width: 82px;
    height: 44px;
    overflow: hidden;
}

.login_wrap .login_box .btn_box {
    width: 270px;
    margin-left: 58px;
    margin-top: 10px;
}

.login_wrap .login_box .btn_box .login_btn {
    width: 128px;
    height: 26px;
    box-sizing: content-box;
    background-color: #186BC7;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #186BC7;
    border-radius: 3px;
}

.login_wrap .login_box .btn_box .register_link {
    width: 128px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    box-sizing: content-box;
    background-color: #FFFFFF;
    color: #186BC7;
    cursor: pointer;
    border: 1px solid #186BC7;
    font-size: 14px;
    border-radius: 3px;
}

.group_info {
    position: absolute;
    top: 5px;
    line-height: 60px;
    right: 50%;
    margin-right: -600px;
    width: 230px;
    text-align: right;
    color: red;
}


/*文件*/
.file_wrap {
    margin-top: 16px;
    background: #fff;
}

.important_file {
    width: 730px;
    border-right: 10px solid #f0f0f0;
    padding: 10px 30px 20px;
    background-color: #FFFFFF;
    min-height: 320px;
}

.file_wrap .title {
    padding: 14px 0;
    line-height: 14px;
    height: 14px;
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    margin-bottom: 24px;
}

.file_wrap .title span {
    display: inline-block;
    width: 3px;
    height: 100%;
    background-color: #186BC7;
    vertical-align: middle;
    margin-right: 17px;
}

.file_wrap .file_box li {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.file_wrap .file_box li .icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-right: 4px;
}


.software_wrap {
    width: 340px;
    padding: 10px 30px 20px;
    background-color: #FFFFFF;
    min-height: 320px;
}

.software_wrap .skip {
    display: block;
    margin: -10px -30px 5px;
    border-bottom: 10px solid #f0f0f0;
}

.software_wrap .software_list li {
    font-size: 14px;
    margin-bottom: 16px;
    overflow: hidden;
}

.software_wrap .software_list li .icon {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 6px;
    margin-top: 5px;
}

.software_wrap .software_list li a {
    color: #186BC7;
    text-decoration: underline;
    width: 324px;
    line-height: 20px;
    float: left;
    display: block;
}






/*注册信息*/
.register_wrap {
    background-color: #FFFFFF;
    margin-top: 50px;
    min-height: 200px;
    padding: 40px;
}

.register_wrap .register_title {
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
    font-weight: bold;
}

.register_box {
    margin-top: 60px;
    margin-bottom: 60px;
}

.register_box .register_info {
    width: 70%;
    position: relative;
}

.register_box .register_info:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #eeeeee;
    position: absolute;
    top: 0;
    right: 0;
}

.register_box .register_info .title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.register_box .register_info .title,
.register_box .register_info .info_wrap {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.register_box .register_info .info_wrap .info_cot {
    margin: 20px 0;
}

.register_box .register_info .info_wrap .info_cot .info_name {
    line-height: 34px;
    width: 100px;
    font-size: 14px;
}

.register_box .register_info .info_wrap .info_cot .info_input input {
    width: 378px;
    padding-left: 10px;
    padding-right: 10px;
    height: 22px;
    border: 1px solid #ccc;
}

.register_box .register_info .info_wrap .info_cot .info_input .prompt_txt {
    line-height: 20px;
    padding: 10px 0;
    color: #999;
}

.register_box .register_info .register_btn {
    width: 500px;
    margin: 20px auto;
}

.register_box .register_info .register_btn input {
    display: block;
    width: 140px;
    height: 36px;
    background-color: #186BC7;
    color: #FFFFFF;
    border: none;
    margin: auto;
    cursor: pointer;
    border-radius: 3px;
}

.register_box .back_login {
    width: 30%;
}

.register_box .back_login h5 {
    text-align: center;
    margin: 20px auto;
}



.file_detail {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 20px;
    text-align: justify;
    width: 80%;
    margin: auto;
}

.file_down {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #DDDDDD;
}

.file_down .title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.file_down a {
    font-size: 14px;
    text-decoration: underline;
}


/*最新推广项目展示*/
.projectDisplay {
    width: 740px;
    padding: 0 20px;
    background: url(../images/filter_bg.png) left top repeat;
    color: #fff;
    font-size: 14px;
}

.projectDisplay .bt {
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.projectDisplay .list {
    height: 252px;
    margin-bottom: 20px;
    overflow: hidden;
}

.projectDisplay .list ol {
    overflow: hidden;
}

.projectDisplay .list .box {
    margin-top: 15px;
    padding-left: 15px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.projectDisplay .list .box:hover {
    opacity: .7;
    text-decoration: underline;
}

.projectDisplay .list .box:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 7px;
    left: 0;
}

.projectDisplay .list .box .line {
    padding: 0 5px;
    opacity: .5;
}


/*公告公示列表*/
.notice_wrap {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: -80px;
    min-height: 800px;
    overflow: hidden;
}

.notice_wrap .sub_nav {
    padding: 0 20px;
    font-size: 14px;
    line-height: 50px;
}

.notice_wrap .notice_box {
    border: 1px solid #ddd;
    margin: 0 20px 40px;
    overflow: hidden;
    padding: 0 20px;
}

.notice_wrap .notice_box .list {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.notice_wrap .notice_box .list .box {
    padding-left: 15px;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    margin: 18px auto;
}

.notice_wrap .notice_box .list .box:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 7px;
}

.notice_wrap .notice_box .list .box .txt {
    display: block;
    max-width: 90%;
    overflow: hidden;
}

.notice_wrap .notice_box .list .box .txt:hover {
    color: #0099FF;
    text-decoration: underline;
}

.notice_wrap .notice_box .list .box .time {
    color: #999;
    margin-left: 34px;
    font-size: 12px;
}



/* zou 2021-03-01 */
.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-full {
    flex: 1;
}

.w40 {
    width: 40px;
}

.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}

.file_wrap .file_box {
    width: 345px;
    overflow: hidden;
    box-sizing: border-box;
}

.file_wrap .file_box li {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.file_wrap .file_box li .icon {
    margin-top: 5px;
}

.file_wrap .file_box li a {
    width: 100%;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}