/* 面包屑导航 */
.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: #0061ae;
}
.content-left-menu>ul>li>a.dangjiang:hover{
    color: #fff;
    background-color: #f04646;
}
.content-left-menu>ul>li>a{
	font-size: 20px;
	color: #fff;
	background-color: #73abd7;
}
.content-left-menu>ul>li>a.active{
	background-color: #0061ae;
}
.content-left-menu>ul>li>a: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>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{
    width: 80%;
    margin: 30px auto;
}
.article-box .article-item{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
}
/*.article-box .article-item:last-child{
    margin-bottom: 20px;
}*/
.article-item .article-details{
    width: 625px;
    max-height: 120px;
    /* 暂设 */
    overflow: hidden;
}
.article-details .header-and-time{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.header-and-time .arti-header>a{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.header-and-time .arti-time{
    font-size: 16px;
    color: #b3b3b3;
}
.article-details .arti-content{
    font-size: 16px;
    color: #b3b3b3; 
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* 分页 */
.content-right-article .pagination-done{
    height: 60px;
    background-color: #dddddd;
}