.main {
}

.class-name {
    width: 100%;
    height: 75px;
    line-height: 65px;
    font-size: 32px;
    font-weight: bold;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/class-name-bg.png") no-repeat center center;
}
.more {
    margin: 0 auto;
    width: 180px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #666;
    text-align: center;
    border-radius: 20px;
    transition: background 0.5s ease-in-out;
}
.more:hover {
    background: #a4121c;
    border: 1px solid #a4121c;
}
.more a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #666;
}
.more a:hover {
    color: white!important;
}


.news .w-1400{
    display: flex;
    justify-content: space-between;
}
.news .carousel {
    width: 680px;
    height: 450px;
}
.news .carousel-inner {
    width: 680px;
    height: 450px;
}
.news .carousel-inner .carousel-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.news .carousel-inner .carousel-item a .pic {
    width: 100%;
    height: 100%;
}
.news .carousel-inner .carousel-item a .pic img {
    width: 100%;
    height: 100%;
}
.news .carousel-inner .carousel-item a .title-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top , rgba(172, 17, 23, 1) , rgba(255, 255, 255, 0));
}
.news .carousel-inner .carousel-item a .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding:0 15px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .carousel-inner .carousel-item a .title .date {
    margin-right: 10px;
    color: #ffdf05;
}
.news .carousel-indicators {
    width: 120px;
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: 60px!important;
}
.news .carousel-indicators li {
    border: 0!important;
    width: 10px;
    height: 10px!important;
    border-radius: 5px!important;
    opacity: 1!important;
    transition: width 0.5s ease-in-out;
}
.news .carousel-indicators li.active {
    width: 60px!important;
    height: 10px!important;
    background-color: #a4121c!important;
}

.news .news-list {
    width: calc(100% - 700px);
}
.news .news-list .news-name {
    background: url("../images/news-name-bg.png") no-repeat left center;
    width: 100%;
    height: 40px;
    border-bottom: #ebebeb 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .news-list .news-name .name {
    width: 120px;
    height: 40px;
    line-height: 39px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
}
.news .news-list .news-name .news-more {
}
.news .news-list .box .item {
    margin: 12px 0;
    transition: box-shadow 0.5s ease-in-out;
}
.news .news-list .box .item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.news .news-list .box .item a {
    padding: 5px 0 5px 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .news-list .box .item a .date {
    padding: 10px 0 5px;
    width: 80px;
    text-align: center;
    background: #efefef;
}
.news .news-list .box .item a .date .day {
    font-size: 36px;
    font-weight: bold;
    color: #a4121c;
    height: 40px;
    line-height: 40px;
}
.news .news-list .box .item a .date .year-month {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    color: #333;
}
.news .news-list .box .item a .txt {
    width: calc(100% - 105px);
}
.news .news-list .box .item a .txt .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news-list .box .item a .txt .info {
    max-height: 44px;
    line-height: 22px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.zt {
    width: 100%;
}
.zt img {
    /*height: 120px;*/
}

/* 教学资源 */
.jxzy {
    background: url("../images/box-bg-01.png") no-repeat center top;
}
.jxzy .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.jxzy .box .item {
    background: white;
    width: calc((100% - 90px) / 4);
    margin: 25px 0;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease-in-out;
}
.jxzy .box .item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.jxzy .box .item .pic {
}
.jxzy .box .item .pic a img{
    width: 100%;
    height: 180px;
}
.jxzy .box .item .title a {
    display: block;
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jxzy .box .item .other {
    padding: 0 15px 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
}

/* 党建资源 */
.djzy .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.djzy .box .item {
    width: calc((100% - 30px) / 3);
    padding: 15px;
    transition: box-shadow 0.5s ease-in-out;
}
.djzy .box .item:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.djzy .box .item .other {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.djzy .box .item .other .date {
    width: calc(100% - 66px);
    color: #a4121c;
    font-size: 16px;
    font-weight: bold;
}
.djzy .box .item .other .icon {
    background: url("../images/arr-right.png") no-repeat right center;
    width: 36px;
    height: 44px;
    transition: width 0.5s ease-in-out;
}
.djzy .box .item a:hover .other .icon {
    width: 66px;
    height: 44px;
}
.djzy .box .item .txt {
    padding: 15px 0 25px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.djzy .box .item .txt .title {
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.djzy .box .item .txt .info {
    height: 44px;
    line-height: 22px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

/* 科研资源 */
.kyzy .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.kyzy .box .item {
    width: calc((100% - 30px) / 2);
    margin: 15px 0;
    padding: 15px;
    transition: box-shadow 0.5s ease-in-out;
}
.kyzy .box .item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.kyzy .box .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kyzy .box .item .pic {
    width: 180px;
    height: 120px;
}
.kyzy .box .item .pic img {
    width: 100%;
    height: 100%;
}
.kyzy .box .item .txt {
    width: calc(100% - 200px);
}
.kyzy .box .item .txt .title {
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kyzy .box .item .txt .date {
    color: #999;
    font-size: 16px;
    margin: 10px 0;
}
.kyzy .box .item .txt .info {
    max-height: 44px;
    line-height: 22px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

/* 本土资源 */
.btzy {
    background: url("../images/box-bg-01.png") no-repeat center bottom;
}

.btzy .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

.btzy .box .item {
    position: relative;
    width: calc((100% - 90px) / 4);
    margin: 15px 0;
    transition: box-shadow 0.5s ease-in-out;
}
.btzy .box .item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.btzy .box .item .pic {
    width: 100%;
    height: 210px;
}
.btzy .box .item .pic img {
    width: 100%;
    height: 100%;
}
.btzy .box .item .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: black;
    opacity: 0.6;
    color: white;
    transition: opacity 0.5s ease-in-out;
}
.btzy .box .item:hover .title {
    opacity: 0.9;
}

#list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 25px auto;
    list-style: none;
}

#list li {
    width: calc((100% - 30px) / 2);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#list li span {
    width: 80px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #999;
}
#list li a {
    display: block;
    width: calc(100% - 100px);
    height: 50px;
    font: 18px/50px "微软雅黑";
    position: relative;
}
#list li a span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #333;
}
#list li a:hover span {
    color: #a41118!important;
}
