/* 面包屑导航 */
.breadcrumb-container{
    width: 1280px;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    align-items: center;
}
.breadcrumb-container .current-position{
    color: #606060;
    font-size: 16px;
    margin-left: 10px;
}
.breadcrumb-content{
    background-color: #fff!important;
    margin-bottom: 0!important;
    font-size: 16px;
}
.breadcrumb-content>li+li:before{
    content: '>'!important;
    color: #0061ae!important;
}
.breadcrumb-plus>li+li:before{
    content: '>'!important;
    color: red!important;
}
/* 主体内容 */
.content-container{
    width: 100%;
    background-color: #e6e6e6;
}
.content-container .content-box{
    width: 1280px;
    margin: 0 auto;
    /*padding: 32px 0;*/
    padding-top: 32px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
/* 左侧导航 */
.content-box .content-left-menu{
    width: 195px;
    background-color: #fff;
}

.content-left-menu>ul>li{
    text-align: center;
}
.content-left-menu>ul>li>a{
    display: block;
    height: 50px;
    line-height: 50px;
    color: #606060;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
}
.content-left-menu>ul>li>a:hover{
    color: #fff;
    background-color: #f04646;
}
.content-left-menu>ul>li>a.dangjiang:hover{
    color: #fff;
    background-color: #f04646;
}
.content-left-menu>ul>li>a.active{
    color: #0061ae;
    border-right: 6px solid #0061ae;
}
.content-left-menu>ul>li>a.dangjiang{
    font-size: 20px;
    color: #fff;
    background-color: #fb8d8d;
}
.content-left-menu>ul>li>a.active-plus{
    background-color: #f04646;
}
.content-left-menu>ul>li>a.dangjiang:before{
	content: "";
    display: inline-block;
    position: relative;
    top: 5px;
    right: 10px;
    width: 35px;
    height: 30px;
    background: url(../img/dwgk.png) no-repeat;
    background-size: 100%;
}
.content-left-menu>ul>li>a.gonghui:before{
	content: "";
    display: inline-block;
    position: relative;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 30px;
    background: url(../img/xxgl.png) no-repeat;
    background-size: 100%;
}
/* 三级菜单 */
.content-left-menu .dropdown-thir-menu{
    display: none;
}
.content-left-menu .dropdown-thir-menu>li>a{
    text-align: left;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #606060;
    padding-left: 62px;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
}
.content-left-menu .dropdown-thir-menu>li>a:hover{
    color: #0061ae;
}
.content-left-menu .dropdown-thir-menu>li>a.dangjiang:hover{
    color: red;
}
.content-left-menu .dropdown-thir-menu>li>a.active{
    color: #0061ae;
}
.content-left-menu .dropdown-thir-menu>li>a.active-plus{
    color: red;
}
/* 专题轮播图片 */
.content-box .subject img{
   margin-top: 22px!important;
}
/* 右侧文章列表 */
.content-box .content-right-article{
    width: 1042px;
    min-height: 800px;
    background-color: #fff;
    padding-bottom: 100px;
}
/* 继教首页 */
.content-right-article .index-nav{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
    margin: 20px 0;
}
.index-nav .square-box{
    width: 20px;
    height: 20px;
    margin-left: 30px;
    background-color: #0061ae;
}
.index-nav .index-title{
    color: #0061ae;
    font-size: 22px;
    margin-left: 15px; 
}
/* 标题列表 */
.content-right-article .article-box{
	/*display: flex;
	justify-content: space-around;
	flex-wrap: wrap;*/
    width: 100%;
    margin: 30px auto;
}
.article-box .article-item{
	position: relative;
}
.article-box .article-item:first-child{
    width: 85%;
    height: 72px;
    margin: 0 auto;
    /*border-top: 1px dashed #b3b3b3;*/
    border-bottom: 1px dashed #b3b3b3;
}
.article-box .article-item{
    width: 85%;
	height: 72px;
    margin: 0 auto;
	border-bottom: 1px dashed #b3b3b3;
}
.item-wrapper .article-title{
    display: inline-block;
	height: 72px;
	line-height: 72px;
    margin-left: 10px;
}
.item-wrapper .article-title>a{
	font-size: 18px;
	color: #000;
}
.item-wrapper .article-title>a:hover{
	text-decoration: underline !important;
}
.item-wrapper .date-time{
    position: absolute;
    right: 0;
    display: inline-block;
    height: 72px;
    line-height: 72px;
    color: #b3b3b3;
}
/* 分页 */
.content-right-article .pagination-done{
    height: 60px;
    background-color: #dddddd;
}