.carousel {
    margin-bottom: 0;
}

.carousel-indicators {
    z-index: 11 !important;
    margin-bottom: .1rem;
}

.carousel-caption {
    z-index: 10;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.carousel-item {
    height: 2rem;
}

.carousel-item .container {
    max-width: 100% !important;
}

.carousel-slide-image {
    height: 2rem;
    width: 100% !important;
}

.carousel-control-prev, .carousel-control-next {
    z-index: 11;
}

.myContainer {
    padding: .3rem 0;
}

.news {
    padding: 0 .1rem;
}

.news_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_title img {
    height: .2rem;
}

.new_body {
    margin-top: .2rem;
}

.news_content {
    padding: 0 .1rem;
    margin-top: .14rem;
}

.news_content a {
    color: #333333;
    text-decoration: none;
}

.news_line {
    display: flex;
    align-items: center;
    padding: .06rem 0;
}

.news_dot {
    width: 6px;
    height: 6px;
    background: #cccccc;
}

.news_name {
    font-size: .14rem;
    width: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    padding: 0 .1rem;
}

.news_time {
    font-size: .14rem;
    color: #cccccc;
}

.more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .1rem;
}

.more a {
    color: #044a96;
    text-decoration: none;
}

.more div {
    font-size: .14rem;
    border: 1px solid #044a96;
    color: #044a96;
    width: 1rem;
    text-align: center;
    padding: .02rem;
    margin-top: 0rem;
    border-radius: 1rem;
}

.intro_img {
    margin-bottom: .2rem;
    padding: 0 .1rem;
}

.intro_img img {
    width: 100%;
    border-radius: .06rem;
}

.intro_list {
    display: flex;
}

.intro_item {
    width: 1rem;
    background: #e1e8f0;
    margin: 0 .14rem;
    text-align: center;
    border-radius: .06rem;
    padding: .08rem 0;
}

.intro_item .value {
    font-size: .16rem;
    font-weight: bold;
    color: #044a96;
}

.intro_item .key {
    font-size: .14rem;
    color: #044a96;
}

.intro_content {
    font-size: .14rem;
    padding: .15rem .1rem;
    color: #666666;
    margin-top: .1rem;
    text-indent: 2em;
    display: block;
    overflow: hidden;
}

.intro_content p {
    margin-bottom: .1rem;
    text-indent: 2em;
    line-height: 1.8;
    display: block;
    overflow: hidden;
}

.intro_content img {
    max-width: 100%;
}

.mylist_wrapper {
    width: 100%;
    overflow: hidden;
}

.mylist_box {
    display: flex;
    overflow-x: auto;
}

.mylist_box a {
    text-decoration: none;
    color: #333333;
}

.mylist {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #f4f4f4;
    width: 2.02rem;
    box-sizing: border-box;
    border-radius: .08rem;
    margin-right: .1rem;
}

.mylist img {
    width: 2rem;
    height: 2rem;
    border-top-left-radius: .08rem;
    border-top-right-radius: .08rem;
}

.mylist_name {
    font-size: .14rem;
    padding: .1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #044a96;
    font-weight: bold;
}

.mylist_name::before {
    content: "";
    width: .3rem;
    height: 2px;
    background: #044a96;
    position: absolute;
    bottom: 0;
}

.mylist_desc {
    font-size: .14rem;
    padding: .1rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: .5rem;
    margin-bottom: .2rem;
}
