html{
    height: 100%;
}
body{
    background: url(../images/muluNew.png) no-repeat center center;
    box-sizing: border-box;
    padding: 20px 0;
    background-size: cover;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.ET_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.teda_logo{
    width: 204px;
    height: 60px;
}
.teda_logo img {
    width: 100%;
}
.page_info {
    width: 268px;
    float: right;
}
.page_info img {
    width: 100%;
}
.ET_container{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    margin-top: 20px;
}
.page_left{
    width: 590px;
}
.main_wrap{
    background-repeat: no-repeat;
    background-size: cover;
}
.main_wrap1{
    height: 150px;
}
.main_wrap1 .wrap_title{
    background: linear-gradient(to right,#1783FF,rgba(0,0,0,0))
}
.main_wrap1 .main_block{
    padding-bottom: 28px;
}
.main_wrap2{
    margin-top: 20px;
}
.main_wrap2 .wrap_title{
    background: linear-gradient(to right,#FF8D1A,rgba(0,0,0,0))
}
.wrap_title{
    padding: 12px 26px;
    font-size: 18px;
    color: white;
}
.main_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing:border-box;
    padding:18px 24px;
    background-color: rgba(255,255,255,0.8);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    
}
.main_block a {
    width: 49% !important;
}
.main_block a:hover li{
    color:#003C83 ;
}
.main_block li{
    margin-bottom: 8px;
    color: #383838;
    font-size: 15px;
}
.main_wrap3{
    /* height: 220px; */
    margin-top: 20px;
}
.main_wrap3 .wrap_title{
    background: linear-gradient(to right,#43CF7C,rgba(0,0,0,0))
}
.page_right{
    width: 590px;
}
.main_wrap4 .wrap_title{
    background: linear-gradient(to right,#7948EA,rgba(0,0,0,0))
}
.main_wrap4 .main_block{
    padding-bottom: 22px;
}
.main_wrap5{
    margin-top: 20px;
}
.main_wrap5 .wrap_title{
    background: linear-gradient(to right,#A5D63F,rgba(0,0,0,0))
}
.main_wrap6{
    background-image: url(../images/wrap6_bg.png);
    height: 230px;
    margin-top: 20px;
    position: relative;
}
.main_wrap6 .wrap_title{
    display: flex;
    align-items: center;
    color: #383838;
}
.main_wrap6 .wrap_title img{
    width: 24px;
    height: 24px;
}
.file_block{
    box-sizing: border-box;
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
}
.file_pic{
    width: 230px;
    height: 130px;
}
.file_pic img{
    width: 100%;
    height: 100%;
}
.file_name{
    font-size: 15px;
    color: #383838;
    width: 52%;
    margin-top: 10px;
}
.file_download{
    width: fit-content;
    background-color: white;
    border-radius: 4px;
    position: absolute;
    right: 24px;
    bottom: 22px;
    font-size: 14px;
    color: #808080;
    display: flex;
    align-items: center;
    line-height: 22px;
    padding: 10px;
}
.file_download img{
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
@media only screen and (max-width:768px) {
    html{
        height: auto;
    }
    body{
        background-size: cover;
        padding-bottom: 20px;
    }
    .ET_header{
        display: block;
        overflow: hidden;
    }
    .teda_logo{
        width: 150px;
    }
    .page_info{
        width: 230px;
    }
    .container{
        width: 94%;
    }
    .ET_container{
        display: block;
    }
    .page_left,.page_right{
        width:100%;
    }
    .main_wrap{
        background-size: initial;
    }
    .main_wrap1{
        height: auto;
    }
    .main_block{
        display: block;
    }
    .main_wrap4{
        margin-top: 20px;
    }
    .main_wrap6{
        height: 180px;
    }
    .file_pic{
        width: 150px;
        height: auto;
    }
    .file_name{
        width: 46%;
        margin-top: 0;
    }
    .file_download{
        bottom: 24px;
        line-height: 18px;
    }
    .file_download img{
        width: 16px;
        height: 16px;
    }
}