
 /* 电脑样式 */
 #box2 {
    display: none;
}
.top ul {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e70011;
}
.top ul li {
    /* flex: 1; */
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.top ul .search {
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
}

.top ul .search div {
    position: relative;
}

.top ul .search .album-link {
    width: 20px;
    margin-left: 15px;
}

.top ul .search div img {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 10px;
}
.top ul .search div input {
    outline: none;
    border: none;
    padding: 5px ;
    padding-left: 30px;
    border-radius: 20px;
}
.top ul .logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 296px;
    background-color: #fff;
}
.top ul .logo  img{
    width: 174px;
    height: 46px;
}
.bottom {
    display: flex;
}
.left {
    width: 296px;
    background-color: #f5f5f5;
    height: 100%;
}
.left .list {
    display: flex;
    padding: 10px 20px;
    cursor: pointer;
    color: #575757;
    justify-content: center;
    align-items: center;
}

.left .list span {
    flex: 1;
    margin-left: 10px;
    /* text-align: center; */
}
.left .list img {
    width: 20px;
    height: 20px;
}

.left .item {
    background-color: #fff;
    transition: all .5s;
    min-height: 420px;
    overflow: hidden;
    color: #848484;
}
.left .item li {
    padding: 15px 10px 15px 30px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}
.left .item .active {
    background-color: #e70011;
    color: #fff;
}
.right {
    flex: 1;
    padding-left: 25px;
}
.r-nav {
    padding: 10px;
    padding-top: 30px;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
}
.r-nav-title img {
    width: 223px;
    height: 18px;
    margin-right: 30px;
}
.r-nav-list ul {
    display: flex;
}

.r-nav-list li, .video-cate-all {
    background-color: #eaebf5;
    color: #909091;
    font-size: 16px;
}

.r-nav-list .active {
    background-color: #e70011;
    color: #fff;
}

.r-main{
    position: absolute;
    left: 300px;
    top: 150px;
    padding: 20px 30px;
    width: calc(100% - 300px);
}
.list-box {
    display: flex;
    flex-wrap: wrap;
}
 .list-box .list .list-top .tel-info {
     display: none;
 }
.list-box .list {
    width: 32%;
    margin-right: 10px;
}
.list-box .list:last-child {
    margin: 0;
}
.list-box .list .list-top {
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.list-box .list .list-top .info {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 3px 5px;
    background-color: #412924;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
}
.list-box .list .list-top .img{
    width: 100%;
    height: 270px;
    overflow: hidden;
}
 .list-box .list .list-top .img img{
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 100%;
     height: 100%;
 }
   .list-box .list .list-bottom {
    padding: 10px 0;
    font-size: 14px;
}

.list-box .list .list-bottom img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.icon {
    position: fixed;
    right: 20px;
    bottom: 200px;
}
.icon img {
    width: 100px;
    height: 100px;
}