
.wrapper-box{
    width:1100px;margin:0 auto;
    display: flex;
}
.box-left {
    width: 755px;
    margin-right: 10px !important;
    background: #fff;box-sizing: border-box;padding: 20px 15px 35px
}
.box-right{
    width: 330px;
    background: #fff;box-sizing: border-box;padding: 20px 15px 35px
}
.news-box{
    display: flex;margin-top:20px;
}
.news-item-left{
    width: 270px;
}
.news-box .conPicNewsBox .pic {
    width: 270px;
    height: 192px;
    overflow: hidden;
}
.news-box .conPicNewsBox .pic img {
    margin-bottom: 18px;
    transition: all .5s ease 0s;
}
.news-box .conPicNewsBox h4 {
    color: #444;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
}
.news-box .conPicNewsBox a.f12 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: 270px;
    height: 54px;
    color: #999;
    line-height: 18px;
}
.news-feed ul li {
    width: 270px;
    height: 84px;
    text-align: center;
    transition: all .2s linear;
}
.news-feed ul li a {
    color: #242424;
    display: block;
    width: 270px;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
}
.news-feed ul li .good {
    background: #cbefcb;
}
.news-feed ul li .girl {
    background: #ffe6c7;
}
.news-item-right{
    width: 470px;
}
.news-list-container{
    padding:0 20px;
}
.news-list-item{
    height: 45px;line-height: 45px;border-bottom: 1px dashed #e6e6e6;display: flex;align-items: center;
}
.news-list-item:last-child {
    border-bottom:0;
}
.news-list-item-dot{
    width: 5px;
    height: 5px;
    background: #f57d31;
    border-radius: 50%;
    float: left;
    margin: 5px 10px 0 0;
    line-height: 20px;

}
.news-list-item-title{
    flex-grow: 1;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;cursor: pointer;

}
.news-list-item-time{
    width:80px;min-width: 80px;margin-left:10px;
}
.news-title{
    text-align: center;line-height: 40px;font-weight: bold;font-size:19px;margin-top:25px;
}
.news-content{
    padding:30px;
}

/*院校列表*/
.sch-item{
    display: flex;
}
.sch-item .sch-cover{
    width:70px;height: 70px;
}
.sch-item .sch-cover img{
    width:70px;height: 70px;
}

/*表格*/
.fb-table{
    width: 100%;margin:20px 0;
}
.fb-table thead  th{
    text-align: center; padding: 10px; border: 1px solid #e5e5e5;
    vertical-align: middle;
}
.fb-table tbody tr td{
    text-align: center;
    padding: 10px;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}
.fb-table tbody tr td a{
    color:#f57d31;
}
