.search-part {
    justify-content: center;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.search-part .search-input {
    background: #ebebeb;
    border-radius: 24px;
    font-size: 12px;
    border: unset;
    padding: 7px 8px 7px 28px;
    width: 252px;
}

.search-part div {
    position: absolute;
}

.search-part div img {
    width: 16px;
    position: relative;
    left: -110px;
}

.search-part .search-input:focus {
    outline: none !important;
}

.swiper-content {
    /*width: 351px;*/
    height: 220px;
    margin: 15px 10px 0;
    margin-bottom: 35px !important;
    box-shadow: 0px 2px 12px 0px rgba(28, 0, 0, 0.17);
}

.swiper-content img {
    width: 100%;
    height: 220px;
    display: block;
}

.layui-carousel {
    width: 100% !important;
    height: 220px !important;
}

.swiper-content .swiper-bottom-text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 16px;
    width: 100%;
}

.swiper-content .swiper-bottom-text span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    /*width: 260px;*/
    line-height: 45px;
    padding: 0px 10px;
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {
    background: unset !important;
}

.layui-carousel[lay-indicator=outside] {
    margin-bottom: 6px !important;
}

.layui-carousel-ind li {
    background: #9a9a9a !important;
    width: 6px !important;
    height: 6px !important;
}

.layui-carousel-ind li.layui-this {
    background: #588528 !important;
}

.channel-part {
    margin-bottom: 20px !important;
    padding: 0 12px;
    background: #fff;
}

.channel-part .top-channel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #e62b00;
    font-size: 14px;
}

.channel-part .top-channel .channel-title {
    background-image: ;
    width: 80px;
    height: 28px;
    background-size: 100% 100%;
    text-align: center;
    color: white;
    line-height: 40px;
}

.channel-part .top-channel .other-channel a {
    color: #676767;
    font-size: 12px;
}

.channel-part .top-channel .other-channel span {
    margin: 0 4px;
    color: #676767;
}

.channel-part .day-content ul li {
    padding: 10px 0;
    border-bottom: dashed 1px #cccccc;
}

.channel-part .day-content .program-line {
    margin-top: 10px;
    text-align: center;
}

.channel-part .day-content .program-line .intoprogram {
    display: inline-block;
    padding: 6px 72px;
    font-size: 14px;
    background: #588528;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}

.channel-part .day-content ul li .title {
    color: #343434;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
}

.channel-part .day-content ul li .msg {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999999;
}

.channel-part .day-content ul li a .msg div:first-child {
    margin-right: 14px;
}

.industry-top .top-part {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #588528;
    position: relative;
    top: 23px;
    padding-left: 2px;
}

.industry-top .top-part .top-line {
    width: 100%;
    height: 4px;
}

.industry-top .top-part .top-left-title {
    min-width: 73px;
    margin-right: 2px;
}

.industry-top .top-part .top-left-title div:last-child{
    margin-top: 10px;
}

.industry-top .top-part .top-right-line {
    flex-grow: 1;
}

.industry-top .top-part .top-left-title div:first-child {
    position: absolute;
    font-weight: bolder;
    -webkit-text-stroke: 1px #588528;
    color: transparent;
    font-style: italic;
    margin-top: 5px;
    opacity: .5;
}

.industry-top .bottom-part {
    background: #e4ebdc;
    height: 24px;
}

.industry-top .right-link .circle {
    margin: 0 4px;
}

.industry-top .right-link {
    /*width: 278px;*/
    display: flex;
    align-items: center;
    justify-content: right;
    position: relative;
    top: -4px;
    right: 4px;
}

.industry-top .right-link a {
    font-size: 12px;
    color: #333333;
}

.category-title {
    font-size: 14px;
    color: #588528;
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 2px;
}

.category-title img {
    width: 14px;
    height: 14px;
}

.category-title div:nth-child(2) {
    margin: 0 3px;
    font-weight: 600;
}

.category-title .title-line {
    height: 0;
    border: 1px dashed #588528;
    flex-grow: 1;
}