.main-content-right .top .content-header .intro2{
	display: inline-block;
    width: 200px;
    height:68px;
    left: 0px;
    position: absolute;
    bottom: 1px;
    z-index: 99;
}

.news-table {
    margin:0 30px;

}

.news-table a{
	text-decoration:none;
}

.news-item {
    padding: 8px;
    border-bottom: 1px solid #cbcbcb;
    position: relative;
}
.news-item img {
    position: absolute;
    width: 20px;
    left:20px;
}

.news-item .title {
    margin-left: 40px;
    font-size: 14px;
    color: rgb(147,162,183);
}

.news-item .datetime {
    position: absolute;
    right: 70px;
    font-size: 14px;
    color: rgb(147,162,183);
}
.news-item.active .title {
    font-size: 14px;
    color: rgb(12,47,94);
}

.news-item.active .datetime {
    position: absolute;
    right: 70px;
    font-size: 14px;
    color: rgb(12,47,94);
}

.news-item:last-child {
    border-bottom: none;
}
.main-content-right .bottom {
    margin-top:3px;
    height: 1px;
}

.page-wrapper {
    text-align: center;
}

.pager {
    display: inline-block;
}
.page-wrapper .pager {
    list-style: none;
}

.page-wrapper .pager li {
    display: inline-block;
    padding: 5px;
}

.page-wrapper .pager li a {
    text-decoration: none;
    font-size: 15px;
    color: rgb(147,162,183);
}
.page-wrapper .pager li.active a {
    color: rgb(12,47,94);
}
.pager-nav {
    display: inline-block;
    width: 20px;
    box-shadow: 1px 1px 1px #888888;
}


/*
media_news
*/

.news-title {
    text-align: center;
    margin-top: 15px;
    margin-left: 65px;
    font-size: 26px;
    width: 730px;
}

.subtitle-top {
    text-align: center;
    margin-top: 30px;
    margin-left: 65px;
    font-size: 22px;
    width: 730px;
}

.subtitle-bottom {
    text-align: center;
    margin-top: 5px;
    margin-left: 65px;
	margin-bottom: 25px;
    font-size: 18px;
    width: 730px;
}

.news-sub-title {
    text-align: center;
    margin: 5px;
	padding-left:20px;
    font-size: 20px;
    margin-bottom: 20px;
}

.news-content {
    width:80%;
	margin:0 auto;
	padding-left: 20px;
    padding-bottom: 50px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
	text-align: justify;
}
.news-content img{
	width: auto;
	height: auto;
    max-width:100%;
	max-height: 100%;
}
.news-content p {
    text-indent: 2em;
    padding: 6px;
    font-size:15px;
    font-weight: normal;
}

.news-datetime {
    text-align: right;
    font-size: 16px;
    margin-top: 50px;
}

.pager-link {
    padding: 10px;
    margin-left:50px;
    position: relative;
}

.pager-link .nav {
    padding-right: 10px;
    border-right: 1px solid black;
    color: rgb(12,47,94);
    font-size: 15px;
}

.pager-link .title {
    margin-left: 10px;
    color: rgb(147,162,183);
    font-size: 15px;
}

.pager-link .title a{
    color:rgb(147,162,183);
    font-size: 15px;
    text-decoration: none;
}

.pager-link .datetime {
    position: absolute;
    right:20px;
    color: rgb(147,162,183);
    font-size: 15px;
}
