*{
    padding: 0;
    margin: 0;
}
.allbox{
    background-color: rgb(220, 220, 220);
    width: 100%;
    
    align-items: center;
    justify-items: center;
}
.bigbox{
    height: 800px;
    display: flex;
    justify-content: center;
}
.cebox{
    position: relative;
    margin-top: 30px;
    width: 1200px;
    /*height: 1000px;*/
}
.cebox01{
    width: 800px;
    height: 80%;
    float: left;
}
.cebox02{
    width: 380px;
    /*height: 1000px;*/
}
.cebox1{
    /*margin-right: 360px;*/
    position: absolute;
    box-sizing: border-box;
    background-color: #ffffff;
    display: flex;
    width: 820px;
}
.cebox1 .inbox1{
    width: 90px;
    height: 40px;
    background:rgb(23, 55, 130);
    display: flex;
    align-items: center;
    justify-content: center;
}
.cebox1 a{
    margin: 16px 0 0 30px;
    padding-left: 65%;
    font-size: 10px;
    text-decoration:none;
}
.inbox1 b{
    color: aliceblue;
    font-size: 18px;
}
.cebox2{
    
	position: absolute;
	box-sizing: border-box;
    background-color: #ffffff;
    width: 820px;
    display: flex;
    justify-content: space-between;
    
    margin: 60px 10px 0 0;
}
.cebox2 .box-img{
    float: left;
    width: 50%;
    padding: 20px 5px 5px 15px;
}
.cebox2 .box-img img{
    cursor: pointer;
    transition: all 0.6s;
}
.cebox2 .box-img img:hover{
    transform: scale(1.1);
}

.cebox2 .box1-text{
    float: right;
    width: 40%;
}
.box1-text .list021{
    width: 100%;
    overflow: hidden;
    padding: 0;
   height: 420px;
}
.box1-text .list021 li{
    list-style-type: none;
    padding: 5px 0px 5px 5px;
    margin: 0 0 0 12px;
    min-height: 50px;
}
.box1-text .list021 li a{
    margin-left: 10px;
    font-size: 15px;
}
.box1-text .list021 li a:hover{
    color: red;
}
.cebox3{
    margin-top: 500px;
    margin-right: 360px;
    position: absolute;
    box-sizing: border-box;
    background-color: #ffffff;
    display: flex;
    width: 820px;
    
}
.cebox3 .inbox3{
    width: 90px;
    height: 40px;
    background:rgb(23, 55, 130);
    display: flex;
    align-items: center;
    justify-content: center;
}
.cebox3 a{
    margin: 10px 0 0 30px;
    padding-left: 78%;
    font-size: 10px;
    text-decoration:none;
}
.cebox3 .inbox3 b{
    color: aliceblue;
    font-size: 18px;
}
.cebox4{
    margin-top: 550px;
    margin-right: 360px;
    position: absolute;
    box-sizing: border-box;
    background-color: #ffffff;
    display: flex;
    width: 820px;
}
.cebox4 img{
    width: 250px;
    height: 170px;
    display: flex;
    margin: 10px 0 0 10px;
    align-content: center;
    cursor: pointer;
    transition: all 0.6s;
}
.cebox4 img:hover{
    transform: scale(1.1);
}
.inbox5{
    border-bottom: 3px solid rgb(230, 230, 230);
    margin: 5px 5px 5px 5px;
    padding: 10px 0 3px 10px;
}
.ulbox{
    border-top: 3px solid rgb(230, 230, 230);
    margin: 5px 5px 5px 5px;
    padding: 0;
}
.tpbox1{
    float: left;
    position: relative;
    width: 820px;
    height: 200px;
}

.embox{
    position: absolute;
    display: flex;
    top: 73%;
    background-color: rgb(51,51,102,.7);
    width: 100px;
    height: 30px;
    font-size: 18px;
    padding: 5px 0 0 0;
    margin: 0 0 0 10px;
    justify-content: center;
}
.embox2{
    font-size: 18px;
    font-weight: bold;
}

.cebox .articleList02{
    position: absolute;
    background-color: #ffffff;
    margin-left: 70%;
    margin-right: 5em;
    height: 750px;
}
.ulbox ul{
    padding: 0;
}
.list021{
    width: 100%;padding-bottom: 80px;
}
.list021 li{
    padding-top: 15px;border-bottom: 1px solid #e4e4e4;transition: all 0.3s ease-in-out;min-height: 70px;margin-top:10px;list-style-type: none;
}
.list021 li:hover,.list03 li:hover{
    box-shadow:3px 35px 77px -17px rgba(0, 0, 0, 0.8);transform: scale(1.06);z-index: 100;background-color: #fff;
}
.list021 li:hover span{
    border:none;
}
.list-date1{
    border:1px solid #dbdbdb;float: left;
}
.list-date1 strong,.list-date1 i{
    display: block;font-weight: normal;font-style: normal;padding-right: 5px;
}
.list-date1 i{
    font-size: 12px;color:#292929;
}
.list021 li a{
    /*font-weight: bold;*/ font-size: 15px; display: block;margin-left: 60px;line-height: 21px;height: auto;overflow:hidden;text-decoration:none;color: #414141;
}