.news_page{
	margin: 0px 0px 10rem;
}
.news_page .news_top{
	margin: 10px 0 0;
}
.news_page .news_top .item{
	position: relative;
	margin: 0px 0px 10px 10px;
	border-radius: 10px;
	overflow: hidden;
}
.news_page .news_top .item.one{
	margin: 0px;
}
.news_page .news_top .item .box_img{
	background-position: center;
	background-size: cover;
	height: 220px;
}
.news_page .news_top .item.one .box_img{
	height: 450px;
	margin: 0px;
}
.news_page .news_top .item .box{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.6);
}
.news_page .news_top .item .box h3{
	margin: 0px;
	padding: 10px 10px;
	font-size: 1.1rem;
}
.news_page .news_top .item.one .box h3{
	font-size: 1.3rem;
}
.news_page .news_top .item a{
	color: #FFF;
}
.news_page .news_top .item a:hover{
	color: #FFA600;
}
.news_page .news_top .item .box .timePost {
    background-image: url(/assets/images/mailam/icCal.png);
    background-position: left top;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #f5f5f5;
    margin: 0px 10px 10px;
    font-size: 0.9rem;
}
/*-------------- news list --------------*/
.news_page .news_list{
	margin: 10px 0px;
}
.news_page .news_list .box .title{
	line-height: 40px;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.news_page .news_list .box .title:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100px;
	height: 3px;
	background-color: #FFA600;
}
.news_page .news_list .box.detail .timePost{
	background-image: url(/assets/images/mailam/icCal.png);
    background-position: left top;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #222;
    font-size: 0.9rem;
}
.news_page .news_list .box.detail .share{
	width: 100%;
	display: inline-flex;
	justify-content: flex-end;
}
.news_page .news_list .box.detail .share label{
	margin-right: 5px;
}
.news_page .news_list .box.detail .des{
	margin: 0 0 1rem;
	font-style: italic;
	font-weight: 500;
}
.news_page .news_list .box.detail .contents{
	margin: 1rem 0 0;
}
.news_page .news_list .box.detail .contents a{
	overflow-wrap: break-word;
}
.news_page .news_list .box.detail .contents iframe{
	max-width: 100% !important;
}
.news_page .news_list .box.detail .contents img{
	max-width: 100%;
	height: auto !important;
}
.news_page .news_list .box .item{
	width: 100%;
	display: inline-flex;
	padding: 1rem 0;
	border-bottom: 1px dashed #ddd;
}
.news_page .news_list .box .item .box_img{
	width: 250px;
	border-radius: 5px;
	background-position: center;
	background-size: cover;
	margin-right: 10px;
	border-radius: 25px 0px 25px 0px;
	overflow: hidden;
}
.news_page .news_list .box .item .box_img .img{
	background-position: center;
	background-size: cover;
	height: 150px;
	width: 100%;
}
.news_page .news_list .box .item .box_info{
	width: calc(100% - 120px);
}
.news_page .news_list .box .item .box_info h3{
	font-size: 1.15rem;
}
.news_page .news_list .box .item .box_info a{
	color: #004AA5;
}
.news_page .news_list .box .item .box_info a{
	color: #0058B6;
}
.news_page .news_list .box .item .box_info .des {
	margin: 0px 0px 1rem 0px;
	text-align: justify;
}
.news_page .news_list .box .item .box_info .timePost {
    background-image: url(/assets/images/mailam/icCal.png);
    background-position: left top;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #222;
    font-size: 0.9rem;
}
/*-------------- sidebar --------------*/
.news_page .sidebar{
	position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 100px;
    bottom: auto;
}
.news_page .sidebar .news_hot{
	margin-bottom: 1.5rem;
}
.news_page .sidebar .news_hot .title{
	line-height: 40px;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	border-left: 5px solid #004AA5;
	padding-left: 10px;
}
.news_page .sidebar .news_hot ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.news_page .sidebar .news_hot ul li{
	width: 100%;
	display: inline-flex;
	margin: 8px 0;
}
.news_page .sidebar .news_hot ul li .box_img{
	width: 80px;
	height: 60px;
	border-radius: 5px;
	background-position: center;
	background-size: cover;
	margin-right: 5px;
}
.news_page .sidebar .news_hot ul li .info{
	width: calc(100% - 85px);
}
.news_page .sidebar .news_hot ul li .info h4{
	font-size: 1rem;
	text-align: justify;
}
.news_page .sidebar .news_hot ul li a{
	color: #333;
}
.news_page .sidebar .news_hot ul li a:hover{
	color: #004AA5;
}
.news_page .sidebar .news_hot ul li .info .timePost {
    background-image: url(/assets/images/mailam/icCal.png);
    background-position: left top;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #222;
    font-size: 0.9rem;
}
.contents_cate img{
	max-width: 100%;
	height: auto !important;
}
.contents_cate a{
	overflow-wrap: break-word;
}
.contents_cate iframe{
	max-width: 100% !important;
}
/*======================== for resposive screen ========================*/
/* Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 768px) {
    .contents_cate table {
        width: 100% !important;
    }
    .news_page .news_top .item {
	    margin: 15px 5px 10px 5px;
	}
}
/* Small devices (landscape phones, 667px and up)*/
@media screen and (max-width: 668px) {
	.news_page .news_list .box.detail .share{
		width: 100%;
		display: inline-flex;
		justify-content: flex-start;
		margin-top: 1rem;
	}
	.news_page .news_top .item.one .box_img {
	    height: 240px;
	}
	.news_page .news_list .box .item .box_info .des {
	    display: none;
	}
	.news_page .news_list .box .item .box_img .img {
	    height: 125px;
	}
}