@charset "utf-8";

/* 讲座详情 */

.content {
    padding: 45px 0 50px;
    min-height: calc(100vh - 190px - 179px);
}
.content2 *{
    font-family: 宋体, SimSun;
}
.content .title {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #222222;
    line-height: 35px;
}
.content .title2{
    text-align: center;
    font-size: 18px;
    color: #222222;
    line-height: 40px;
}

.content .source {
    text-align: center;
    padding: 18px 0 10px;
    border-bottom: 1px solid #DEDDDD;
}

.content .source i {
    line-height: 21px;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    margin-left: 28px;
}

.content .source i:first-child {
    margin-left: 0px;
}

.content .zjr,
.content .time,
.content .location {
    margin-top: 17px;
    text-indent: 2em;

}

.content .zjr p,
.content .time p,
.content .location p {
    font-size: 17px;
    font-weight: normal;
    line-height: 34px;

}

.content .zjr p span,
.content .time p span,
.content .location p span {
    font-size: 17px;
    font-weight: bold;
    line-height: 34px;

}

/* 内容页 */
.content table {
    margin: 0 auto;
}

.content td p {
    text-indent: 0 !important;
}

.content .w1080 p {
    font-size: 18px;
    line-height: 34px;
    text-indent: 2em;
    margin: 10px 0;
    font-family: 宋体, SimSun;
}

.content .w1080 img {
    display: block;
    margin: 0 auto !important;
    width: 800px;
    height: auto;
    text-indent: 0;
}
.content .w1080 p img:first-child{
    margin-left:-2em;
}
.vsbcontent_img{
    
text-align: center;
}
.vsbcontent_img img{
    /* display: inline !important; */
}

/* 公告 */
.zst img {
    width: 100%;
    height: auto;
}

.announcement {
    padding: 50px 0;
}

.Current {
    line-height: 40px;
    background: #FCF9FA;
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 12px;
    color: #333333;
}

.Current a {
    font-size: 12px;
    color: #333333;
}

.Current a::after {
    content: ">";
    margin: 0 5px;
}

.Current a:last-child::after {
    display: none;
}

.announcement_list {
    border-top: 1px solid #ECECEC;
}

.announcement_list li {
    border-bottom: 1px solid #ECECEC;
}

.announcement_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 60px;
    padding-left: 20px;
}

.announcement_list li a p {
    font-size: 17px;
    font-weight: 400;
    color: #333333;
    width: calc(100% - 110px);
}
.mediaScience .announcement_list li a span,
.announcement .announcement_list li a span{
   
    height: auto;
    
}
.announcement_list li a span {
    /* display: block; */
    width: 100px;
    height: 26px;
    /* background: #F7F7F7; */
    /* border-radius: 13px; */
    /* font-size: 14px; */
    /* font-weight: 400; */
    color: #999999;
    /* line-height: 26px; */
    /* text-align: center; */
}

.announcement_list .fy {
    margin-top: 33px;
    text-align: center;
}


/* 媒体理工 */
.mediaScience {
    padding: 50px 0;
}

.mediaScience .w1400 {}

.mediaScience_left {
    width: 280px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
    float: left;
}

.mediaScience_left ul {
    background-color: #FBF7F8;
    padding: 10px 0 72px;
    background-image: url(../images/sideNav_bg.png);
    background-position: center 30%;
    background-repeat: no-repeat;
}

.mediaScience_left ul li {
    line-height: 50px;
    border-bottom: 1px dashed #E0E0E0;

}

.mediaScience_left ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 21px 0 27px;

}

.mediaScience_left ul li a p {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.mediaScience_left ul .active {
    background: #B7435C;
    border-bottom: none;
}

.mediaScience_left ul .active a p {
    color: #fff;
}

.mediaScience_left ul .active a span {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/sideNav_yjt.png);
}

.mediaScience_right {
    width: calc(100% - 320px);
    float: right;

}

.both {
    clear: both;
}

.column {
    width: 100%;
    height: 70px;
    background: #9C0D2B;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}


/* 新闻列表 */
.newsList li a {
    display: block;
    padding: 18px 0 18px 20px;
}

.newsList li a p {
    line-height: 17px;
    width: 100%;
}

.newsList li a div {
    margin-top: 15px;
    line-height: 12px;
}

.newsList li a div i,
.newsList li a div i span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
}


.newsList li a div i:first-child {
    margin-right: 15px;
}


/* 公告 */
.lectureList li a {
    padding: 15px 0 18px 20px;
    position: relative;
}

.lectureList li a p {
    width: calc(100% - 100px);

}

.lectureList li a::after {
    position: absolute;
    content: "查看详情 >";
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    right: 0px;
    line-height: 17px;
    top: 15px;

}

.lectureList li a p span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    background: transparent;
}

.lectureList li a div {
    margin-top: 10px;
}


@media (max-width: 1500px) {

    .mediaScience .w1400 {
        width: 100%;
        padding: 0 3%;
    }

}


@media (max-width: 1200px) {
    .w1080 {
        width: 100%;
        padding: 0 3%;
    }

    .content .w1080 img {
        max-width: 100%;
    }

    .zst {
        margin-top: 90px;
    }
    .content {
  
    min-height: calc(100vh - 90px - 179px);
}
}

@media (max-width: 1024px) {
    .mediaScience_left {
        display: none;
    }

    .mediaScience_right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .mediaScience .w1400 {
        padding: 0 2%;
    }
    .announcement_list li a{
        padding-left:10px;
    }
.announcement_list li a p{
    font-size:16px;
}
}

@media (max-width: 576px) {
    .zst {
        margin-top: 80px;
    }

    .announcement,
    .mediaScience,
    .mediaScience {
        padding: 30px 0;
         min-height: 325px;
    }
    .content {
    padding: 30px 0;
   
}
    .announcement_list li a{
        padding-left:5px;
    }
.announcement_list li a p{
    font-size:14px;
}
   
}

@media (max-width: 480px) {
    .zst {
        margin-top: 70px;
    }
}
