@charset "gb2312";
.container {
    width: 1400px;
    margin: 0 auto;
}

.container .left {
    float: left;
    width: 950px;
    margin-right: 30px;
}

.container .left .position {
    height: 45px;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 25px;
    border-bottom: 2px solid #f4f4f4;
}
/* 左侧新闻列表 */
.container .left .cont .newsList {
    width: 950px;
}

.container .left .cont .newsList li {
    height: 62px;
    font-size: 20px;
    font-weight: normal;
    line-height: 62px;
    border-bottom: 2px solid #f4f4f4;
}

.container .left .cont .newsList li a {
    display: block;
    float: left;
    width: 825px;
    height: 62px;
    overflow: hidden;
}

.container .left .cont .newsList li span {
    float: right;
    width: 105px;
}

.container .left .cont .PageBtn {
    padding-top: 50px;
    padding-bottom: 60px;
    height: 35px;
    text-align: center;
}

.container .right {
    float: left;
    width: 390px;
    padding-left: 30px;
}

/* 右板块三标题 */
.container .right .title {
    height: 57px;
    font-size: 28px;
    line-height: 42px;
    padding-top: 14px;
    font-weight: bold;
    background: url(https://www.lanzhou.cn/template/index2025/images/BlueAndGrayBorder_Sprite.png) 0 0 no-repeat;
}

.container .right .mid {
    background: url(https://www.lanzhou.cn/template/index2025/images/BlueAndGrayBorder_Sprite.png) 0 -71px no-repeat;
}

.container .right .long {
    background: url(https://www.lanzhou.cn/template/index2025/images/BlueAndGrayBorder_Sprite.png) 0 -142px no-repeat;
}

.container .right .title a {
    color: #378de4;
    text-decoration: none;
}

.container .right .title a:hover {
    color: #4ba1f8;
}

/* 看见图 */
.container .right .cont {
    width: 352px;
    padding-top: 25px;
    margin: 0 auto;
}

.container .right .ProgramSeeing dl dt {
    width: 352px;
    height: 622px;
    position: relative;
}

.container .right .ProgramSeeing dl dt .iconPlay {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: url(https://www.lanzhou.cn/template/index2025/images/BlueAndGrayBorder_Sprite.png) 0 -223px no-repeat;
}

.container .right .ProgramSeeing dl dt img {
    width: 350px;
    height: 622px;
}

.container .right .ProgramSeeing dl dd {
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

/* 美丽兰州图 */
.container .right .BeautifulLanzhou .cont {
    width: 352px;
    padding-top: 25px;
    margin: 0 auto;
}

.container .right .BeautifulLanzhou dl dt {
    width: 352px;
    height: 744px;
}

.container .right .BeautifulLanzhou dl dt img {
    width: 350px;
    height: 744px;
}

.container .right .BeautifulLanzhou dl dd {
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

/* 新闻发布厅图 */
.container .right .PressConference .cont {
    width: 352px;
    padding-top: 25px;
    margin: 0 auto;
}

.container .right .PressConference dl {
    width: 350px;
    height: 204px;
    position: relative;            
}

.container .right .PressConference dl dt img {
    width: 350px;
    height: 204px;
}

.container .right .PressConference dl dd {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    max-height: 48px;            
    padding: 15px 15px 10px 15px;
    font-size: 16px;
    line-height: 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.container .right .PressConference dl dd a {
    color: #fff;
    text-decoration: none;
}

/* 新闻发布厅列表 */
.newsList {
    margin-top: 20px;
}
.newsList li {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.PressConference .newsList li:first-child {
    font-weight: bold;
}