@import url(./header.css);
@import url(./footer.css);

header {
    background: url(../images/gzcy_banner.png) no-repeat center;
}

.zjxq{
    padding: 143px 0 40px;
    background: url(../images/xw_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.main-container {
    background: url("../images/news_list_bg.png") no-repeat right top, #FFFFFF;
}

.main-wrap {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 35px;
}

.my_levy {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 40px 75px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

table {
    width: 100%;
}

thead {
    height: 40px;
}

thead th {
    background-color: #F4F8FA;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
    height: 40px;
}

.levy_list {
    width: 100%;
    margin-top: 10px;
}

.levy_list li {
    display: flex;
    justify-content: space-between;
    line-height: 36px;
    box-sizing: border-box;
}

.levy_list li:nth-child(4n) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #C7C7C7;
}

.levy_list li:hover a {
    color: #0D59A7;
}

.levy_list a {
    width: calc(100% - 396px - 8px);
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease-in-out 0s;
}

.levy_list span {
    width: 132px;
    text-align: center;
    font-size: 16px;
    color: #999999;
}

.levy_list span.process {
    color: #0D59A7;
}

.levy_detail {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background-color: #FFFFFF;
    padding: 0 50px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.levy_detail h3 {
    color: #333333;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 0;
}

.levy_detail .levy_info {
    width: 100%;
    background-color: #F7F7F7;
    box-sizing: border-box;
    border-left: 3px solid #0D59A7;
    padding: 0 28px;
}

.levy_detail .levy_info * {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.levy_detail .levy_info .estate {
    display: inline-block;
    width: 56px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    border-radius: 2px;
    background-color: #FF8E24;
    font-size: 12px;
    color: #FFFFFF;
}

.levy_detail .levy_cont {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-indent: 2em;
    box-sizing: border-box;
    padding: 20px 0;
}

.levy_detail .annex_info {
    box-sizing: border-box;
    padding: 20px 0;
    border-top: 1px dashed #C7C7C7;
    border-bottom: 1px dashed #C7C7C7;
}

.levy_detail .annex_info h4 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 40px;
}

.levy_detail .annex_info a {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}

.levy_detail .callForResults {
    border: none;
}

.levy_detail .callForResults p {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}

.levy_detail .say_form {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 40px 0;
    border-bottom: 1px dashed #C7C7C7;
}

.levy_detail .say_form h4 {
    font-size: 18px;
    color: #0D59A7;
    line-height: 40px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 12px;
    position: relative;
}

.levy_detail .say_form h4:before {
    content: "";
    width: 3px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0D59A7;
}

.levy_detail .say_form .push_box {
    display: flex;
    justify-content: center;
}

.levy_detail .say_form .push_box button {
    width: 150px;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}

.levy_detail .say_form .push_box .sub_btn {
    background-color: #0D59A7;
    color: #FFFFFF;
}

.levy_detail .say_form .push_box .res_btn {
    background-color: #E5E5E5;
    color: #999999;
}

.levy_detail .netizensSay {
    box-sizing: border-box;
    padding: 40px 0;
}

.levy_detail .netizensSay h4 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.levy_detail .netizensSay .user_say {
    border-bottom: 1px dashed #C7C7C7;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin: 10px 0;
}

.levy_detail .netizensSay .user_say:last-child {
    border: none;
}

.levy_detail .netizensSay .user_say div {
    line-height: 40px;
    display: flex;
}

.levy_detail .netizensSay .user_say div p {
    font-size: 16px;
    color: #666666;
    margin-right: 15px;
}

.levy_detail .netizensSay .user_say div span {
    font-size: 14px;
    color: #9E9E9E;
}

.levy_detail .netizensSay .user_say article {
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

@media screen and (max-width: 1400px) {
    .main-wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .my_levy {
        padding: 40px;
    }
}

@media screen and (max-width: 996px) {
    .main-wrap {
        width: 750px;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .main-wrap {
        width: 100%;
        padding: 0 10px;
    }

    .my_levy {
        padding: 20px;
    }

    thead th {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    thead th.status {
        width: 90px !important;
    }

    thead th.title {
        width: calc(100% - 270px);
    }

    .levy_list span {
        width: 90px;
        font-size: 12px;
    }

    .levy_list a {
        width: calc(100% - 270px);
        font-size: 14px;
    }

    .levy_detail {
        padding: 0 20px;
    }
}

@media screen and (max-width: 616px) {
    .zjxq{
        padding: 43px 0 20px;
    }
}