@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:  0 0 no-repeat;
}

.container .right .mid {
    background:  0 -71px no-repeat;
}

.container .right .long {
    background:  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:  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;
}