.mid-container {
	width: 1220px;
	margin: 0px auto;
}

/* 页面头部 */
.page-header {
	width: 100%;
	background-color: #F5F5F5;
	box-shadow: 0px 5px 18px -15px #000 inset;
}

/* 顶部信息 */
.nav-container {
	padding: 12px 0px 10px;
}

.nav-container>b {
	color: #FAB502;
	font-size: 18px;
	margin-right: 4px;
}

.nav-container>.current-time {
	color: #FF0000;
}

.nav-container>.header-nav {
	display: inline-block;
	margin-right: 60px;
	float: right;
	margin-top: 4px;
}

.nav-container>.header-nav>a {
	color: #666;
}

.nav-container>.header-nav>a:hover {
	color: #FF0000;
}


.page-header>.head-banner {
	width: 100%;
	min-width: 1220px;
	box-sizing: border-box;
	position: relative;
}
.head-banner >img{
	width: 100%;
	display: block;
}
.banner-cotnent {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.banner-title{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #0449ae;
	font-size: 46px;
	letter-spacing: 10px;
}
.banner-desc{
	color: #0449ae;
	font-size: 24px;
	margin-top: 5px;
	letter-spacing: normal;
}
.banner-cotnent>img {
	width: 100%;
	display: block;
}
/* 页面导航 */
.page-nav {
	background-color: #0449AE;
	width: 100%;
}

.page-nav-container {
	background-color: #489fd5;
	display: flex;
}

.page-nav-container>a {
	flex: 1;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #0449AE;
	margin-left: 1px;
	color: #FFF;
	font-size: 16px;

}

.page-nav-container>a:hover {
	background-color: #489fd5;
}

/* 页面主要内容 */

.main-container {
	display: flex;
	margin-top: 20px;
}

.aside-menu {
	width: 330px;
	margin-right: 15px;
}

.main-content {
	flex: 1;
	border: 1px solid #D0D0D0;
}

/* 侧边栏 */
.aside-menu-item {
	border: 1px solid #CCC;
	margin-bottom: 15px;
}

.info-item-title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin: 0px;
	background-color: #F5F5F5;
	text-indent: 1em;
	font-size: 16px;
	color: #0D5EA3;
	font-weight: 800;
	border-bottom: 1px solid #CCC;
}

/* 栏目直通车内容 */
.program-content {
	width: 100%;
	padding: 15px 15px 0px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.program-item {
	width: 140px;
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	margin: 10px auto;
	background-color: #489fd5;
	border-radius: 6px;
}
.program-item:hover{
	color: #F8FF42;
}
/* 热点新闻内容 */
.hot-news-content {
	width: 100%;
	padding: 15px 15px;
	box-sizing: border-box;
}

.news-item {
	width: 100%;
	padding: 10px 0px;
	box-sizing: border-box;
	border-bottom: 1px dashed #D0D0D0;
}

.news-item-title-num,
.news-item-title-num-hot {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-left: 2px;
	margin-right: 8px;
	line-height: 18px;
	text-align: center;
	color: #FFF;
	flex-shrink: 0;
	font-size: 13px;
}

.news-item-title-num-hot {
	background-color: #FF0000;
}

.news-item-title-num {
	background-color: #489fd5;
}

.news-item-title {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.news-item-title-detail {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-item-title-detail >a {
	color: #666;
}
.news-item-title-detail>a:hover{
	color: #DF4501;
}
.news-item-baseinfo {
	color: #999;
	padding-left: 28px;
	box-sizing: border-box;
}

.just-do-it-img,
.just-do-it-img>img {
	width: 100%;
	display: block;
}


.main-content-title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-indent: 2em;
	background-color: #F5F5F5;
	border-bottom: 1px solid #D0D0D0;
}

.main-content-title>a {
	color: #666;
}

.main-content-title>a:hover {
	color: #DF4501;
}

.current-position {
	color: #DF4501;
}

.news-main-banner {
	width: 100%;
	display: block;
}

.article-container {
	width: 100%;
	padding: 0px 20px 20px;
	box-sizing: border-box;
}

.article-title {
	font-size: 20px;
	line-height: 200%;
	padding: 20px 25px;
	color: #ff6600;
	text-align: center;
	font-weight: bold;
}

.article-baseinfo {
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #999;
	background-color: #f7f7f7;
	border-bottom: 1px dashed #cccccc ;
	border-top: 1px dashed #cccccc ;
}
.article-content{
	padding: 25px 10px 0px 20px;
	color: #333;
}

.article-change{
	width: 100%;
	display: flex;
	margin-top: 40px;
	margin-bottom: 10px;
}
.article-change>.change-item:first-child{
	margin-right: auto;
}
.change-item{
	width: 405px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999;
	padding: 0px 15px;
	box-sizing: border-box ;
	display: flex;
	white-space: nowrap;
}
.change-item > a{
	width: 320px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.change-item > a:hover{
	color: #DF4501;
}
/* 页面底部版权 */
.page-footer {
	margin-top: 20px;
}

.page-footer-top {
	width: 100%;
	background-color: #F8F8F8;
	border-top: 1px solid #CCC;
}

.page-footer-main {
	width: 100%;
	background-color: #0449AE;
}

.page-footer-bottom {
	width: 100%;
	height: 20px;
	background-color: #00327D;
	border-top: 1px solid #1562D4;
}

.page-footer-top-content {
	display: flex;
	height: 60px;
}

.page-footer-top-content>.friend-link {
	width: 130px;
	height: 100%;
	line-height: 60px;
	text-align: center;
	background-color: #0449AE;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 800;
}

.link-select {
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 30px;
}

.link-select>select {
	width: 250px;
	padding: 5px;
	color: #666;
	font-size: 12px;
	outline: none;
	box-sizing: border-box;
	margin-right: auto;
	border: 1px solid #CCC;
}

.page-footer-top-main {
	height: 200px;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 15px;
}

.page-footer-top-main>img {
	width: 80px;
	height: 90px;
	margin-left: 25px;
	margin-right: 46px;
	display: block;
}

.footer-main-info {
	flex: 1;
	line-height: 32px;
}

.footer-main-info>a {
	color: #FFF;
}
