@import url('common.css');
.main{
    display: flex;
    flex-direction: column;
}
.body{
    display: flex;
    justify-content: center;
}

/*.mainbody{*/
/*    width: 48%;*/
/*}*/
.left-body{
    margin-right: 2%;
    width:46%;
}
.right-body{
    width: 46%;
}
@media screen and (max-width:1300px){
    .left-body{
        width:49%;
    }
    .right-body{
        width: 49%;
    }
}
.mainbody .top-left {
    float: left;
    height: 22.5rem;
    width: 100%;
}

.mainbody .title {
    border-bottom: 3px solid;
    height: 2.2rem;
    border-bottom-color: #0E9BD4;
}

.mainbody .title h2 {
    font-size: 20px;
    font-weight: 800;
    float: left;
    background-color: #0E9BD4;
    color: white;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    height: 32px;
    line-height: 32px;
}

.mainbody .top-left .title {
    border-bottom-color: #0E9BD4;
}

.mainbody .title a {
    float: right;
    font-size: 12px;
    padding-top: 14px;
    color: rgb(131, 131, 131);
}

.mainbody .top-left-centent {
    margin-top: 5px;
    float: left;
    margin-left: 0;
}

.wp_new_article_list .list_item {
    height: 34px !important;
    line-height: 34px !important;
}

.mainbody .top-left-centent .bar {
    float: left;
    width: 6.56rem;
    height: 22.43rem;
    background-color: #0098D4;
}

.mainbody .top-left-centent .bar ul {
    padding-top: 30px;
    padding-left: 0;
}

.mainbody .top-left-centent .bar ul li {
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

.mainbody .top-left-centent .bar ul li a {
    color: white;
}

.mainbody .top-left-centent .bar ul .active {
    background-color: white;
}

.mainbody .top-left-centent .centent > div {
    display: none;
}

.mainbody .top-left-centent .centent .active {
    display: block;
}

.mainbody .top-left-centent .bar ul .active a {
    color: #488FD4;
}

.mainbody .top-left-centent .centent {
    float: left;
    width: 18.18rem;
    height: 23.57rem;
    margin-left: 10px;
    padding-top: 20px;
}

.mainbody .top-left-centent .centent ul {
    margin: 0;
    padding: 0;
    width: 18.5rem;
    font-size: 12px;
    color: rgb(161, 161, 161);
    display: inline-block;
}

.mainbody .top-left-centent .centent ul .time {
    float: right
}

.mainbody .top-left-centent .centent ul li {
    border-bottom: 1px dashed #ccc;
    line-height: 25px;
    height: 25px;
}

.mainbody .top-left-centent .centent ul a {
    color: black;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    float: left;
    overflow: hidden;
    width: 12.5rem;
}

.mainbody .bottom-left {
    border-bottom: 3px solid #0E9BD4;
    width: 100%;
    height: 22.5rem;
    overflow: hidden;
}

.bottom-left-title {
    float: left;
    width: 5.55rem;
}

.bottom-left-title h2 {
    font-size: 20px;
    background-color: #0E9BD4;
    color: white;
    text-align: center;
    font-weight: 800;
    margin-top: -38px;
    height: 32px;
    line-height: 32px;
}

.left-bottom-right {
    float: left;
    width: 20.75rem;
    padding-top: 10px;
}

.left-bottom-right p {
    margin-left: 10px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 17.5rem;
    margin: 0 0 0 10px;
    padding: 0;
    line-height: 30px;
}

.left-bottom-right p .time {
    color: rgb(131, 131, 131);
}

.left-bottom-right p a {
    color: black;
}

.left-bottom-right .more {
    font-size: 12px;
    color: rgb(131, 131, 131);
}

.top-right {
    float: left;
    width: 100%;
    height: 22.5rem;
    overflow: hidden;
}



.bottom-right {
    float: left;
    width: 100%;
    overflow:hidden;
    height: 11.25rem;

}

.bottom-boder {
    border-bottom: 3px solid #0E9BD4;
    /*height: 12rem;*/
}

.mainbody .bottom-right .title h2 {
    font-size: 20px;
    background-color: #0E9BD4;
    color: white;
    text-align: center;
    font-weight: 800;
    margin: 0;
    height: 32px;
    line-height: 32px;
}

.mainbody .bottom-right .title {
    border-bottom-color: #0E9BD4;
}

.centents p {
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted rgb(204, 204, 204);

    clear: both;
    width: 564px;
}

.centents .info a {
    width: 450px;
    color: rgb(94, 94, 94);
    overflow: hidden;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.centents .time {
    font-size: 12px;
    color: red;
    float: right;
}

.buttom {
    margin-top: 20px;
}

.buttom .centents p {
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted rgb(204, 204, 204);

    clear: both;
    width: 1000px;
}