.content{
    width: 1200px;
  font-size:14px;
}
.new {

    width: calc(49% - 20px);
    height: 350px;
    /* float: right; */
    /* margin-left: 1%; */

    /* height: 100%; */
    border:1px solid #ccc;
    background: #fff;
    padding:10px;
    margin-right: 1%;

}

.h {
    width: 100%;
    display: flex;
    height: 30px;
    border-bottom: 3px solid #e6e6e6;
    /* color: #e22323; */
    font-size: 17px;    
    /*padding-bottom: 2px;*/
    justify-content: space-between;
    /* align-items: center; */
    /* overflow: hidden;*/

}

.h .title {
  border-bottom: 3px solid #e22323;
  height: 30px;
}

.h img {
    margin-right: 5px;
}

.h div {
    display: flex;
    align-items: center;
}

.h a {
    color: #999;
    font-size: 14px;
}

.h a:hover {
    text-decoration: underline;
}

.new ul {
    width: 100%;
    /* border:1px solid red; */
    height: 88%;
    overflow: hidden;
}

.new ul li {
    width: calc(100% - 5px);
    height: 35px;
    /* border:1px solid red; */
    line-height: 35px;
    font-size: 14px;
    margin-left: 5px;

    list-style: disc;
    display: flex;
    justify-content: space-between;

}
.new ul li span{
    color: #bb0b0b;
    /* font-size: 30px; */
}
.new ul li a {
    transition: all .5s ease;

}

.new ul li a:hover {
    color: #bb0b0b;
    text-decoration: underline;
}

.new ul li div:nth-child(1) {
    width: 80%;
    /* border: 1px solid red; */
    /* display: block; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.new ul li div:nth-child(2) {
    color: #999;
    margin-right: 5px;
}
.new .t{
    width: 100%;
    background: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    display: flex;
    flex-direction: row;
    font-weight: 500;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.new .t div{
    width: 50%;
}
.c{
    width: 100%;
    
}
.c li{
    border-bottom: 1px dashed #ddd;
}
.c li div{
    display: block;
    width: 400px;
    text-align: center;
    /* border:1px solid red; */
    transition: all 0.6s ease;

}
.c li div:nth-child(1):hover{
    color: #bb0b0b;
    cursor: pointer;
}
