@charset "UTF-8";

.cont{
    padding-bottom: 20px;
}

.cont .i-cont{
    position: relative;
/*     width: 80%; */
	/* width: 1150px; */
    min-height: 600px;
    margin: 0 auto;
}

/***** 左侧菜单 *****/
.i-cont .left-nav{
    float: left;
    margin-top: -40px;
    position: relative;
	width: 300px;
}

.margin-right{
	margin-right: 70px;
}

.left-nav .nav-item{
    width: 100%;
    background: url("../images/left-nav.png") no-repeat;
    background-size: cover;
    text-align: right;
}

.nav-item .t-title{
    line-height: 70px;
    text-align: center;
}


.left-top .t-title{
    font-size: 18px;
    color: #fefefe;
    display: inline-block;
	width: 100%;
    padding-left: 5%;
}

.left-bottom{
    margin-top: 25px;
}

.left-bottom .t-title{
    font-size: 18px;
    color: #fefefe;
    display: inline-block;
	width: 100%;
}

.nav-item ul.t-list{
    display: inline-block;
    width: 90%;
    background: #fefefe;
}

.t-list>li{
    line-height: 80px;
    border: 1px solid #72A744;
    text-align: center;
}


.t-list li + li{
    border-top: 2px solid #f5f5f5;
}

.t-list li a{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #000;
}

.t-list li a:hover{
    color: #006911;
}

.t-list li.click{
    background-color: #E9E9E9;
    border-right: none;
}
.t-list li.click a{
    color: #227A38;
}
.left-bottom .t-list li{
    font-size: 14px;
    text-align: center;
}
.left-bottom .t-list li .label{
	text-align: right;
	display: inline-block;
	width: 42px;
}
.left-bottom .t-list li span{
	display: inline-block;
	text-align: left;
}

.left-nav-child>li{
    box-sizing: border-box;
    padding-left: 20px;
}
.t-list a.left-nav-item{
    position: relative;
}
.t-list .layui-icon-down{
    position: absolute;
    right: 0;
    margin-left: 15px;
    color: #006911;
}


/***** 右侧图片 *****/
.i-cont .right-cont{
    float: right;
/*     width: 75%; */
	width: 888px;
    margin-top: 20px;
    /* margin-right: 70px; */
}

/* 搜索结果页 */
.i-cont .search-result{
    width: 100%;
}

.i-cont .search-result .r-title{
    padding: 0 30px 0 20px;
}

.i-cont .search-result .r-cont{
    box-sizing: border-box;
    padding: 0 30px;
}

.right-cont .r-title{
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    color: #006911;
    border-bottom: 1px solid #f5f5f5;
    background-image: url(../images/nav-bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

.r-title p{
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #8c8c8c;
}

.r-title p i{
    font-size: 12px;
    margin: 0 5px;
}

.right-cont .r-cont{
}

.r-cont .img-item{
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding: 5px;
    cursor: pointer;
}

.img-item .r-img{
    overflow: hidden;
    height: 167px;
}

.r-img img{
    width: 100%;
    height: 100%;
}

.img-item .img-title{
    line-height: 40px;
    text-align: center;
    color: #303030;
    font-size: 16px;
}

/***** 右侧文章 列表 *****/
.right-cont .r-cont {
    min-height: 480px;
}

.r-cont .r-detail{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 30px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.r-cont .r-detail p img{
	max-width: 100%;
}

.r-cont ul.article-list{
    padding: 0 30px;
	min-height: 126px;
}

.cont-item{
    box-sizing: border-box;
    padding: 0 20px;
}

.cont-item .page-code{
	margin-top: 10px;
}

.no-data{
	font-family: '微软雅黑';
    font-size: 20px;
    color: #ddd;
    line-height: 126px;
    text-align: center;
}

.item-title{
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    color: #022007;
    border-bottom: 1px solid #f5f5f5;
}

.item-title:before{
    content: '';
    display: inline-block;
    width: 2px;
    height: 14px;
    background-color: #006911;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
}


.article-list li{
	padding-left: 20px;
	border-bottom: 1px dashed #f5f5f5;
}

.article-list li a.new{
    height: 38px;
    line-height: 38px;
    display: flex;
    align-items: center;
}

/**.article-list li a.new:before{
    content: '';
    width: 13px;
    height: 10px;
    background: url("../images/li-icon.png") no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -32px;
}**/
.article-list li a.new .new-icon{
	width: 13px;
    height: 10px;
    background: url("../images/li-icon.png") no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
}

/***** 页码 *****/
.page-code{
    text-align: center;
}
