.article-submit {
    color: #999;
    text-align: center;
    padding: 15px 0;
    margin-top: 25px;
    margin-bottom: 30px;
    border-top: 1px solid #F2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

/************ about ***********************/
.about .col01{
background: url("../../about-bg-01.jpg") center left no-repeat;
background-size:60% auto;
margin:40px 0;
}
.about .duty-text{
    width: 40%;
    margin-left: 60%;
    min-height: 280px;
    align-items: center;
    padding: 40px;
		background:url(../../bottomlogo-b.png) bottom left no-repeat #296259;
		background-size:contain;
}
.about .duty-text p{
	color:#FFF;
	font-size:14px;
}
.about .duty-text h2{
	font-size:20px;
	font-weight:600;
	color:#FFF;
	margin-bottom:20px;
}
.about .title {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #0C704C;
    line-height: 1 !important;
    margin-bottom: 30px;
}
.about .title h3{
	font-weight:600;
	position:relative;
	display:inline-block;
	line-height: 1 !important;
	font-size:24px;
}
.about .col02,.about .col03{
	padding:30px 0;
}
.about .title h3:after{
	content:"";
	width:30px;
	height:3px;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	bottom:-16px;
	background-color:#0C704C;
}
.about .col03 h4{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    width: 300px;
    background: #017747;
    padding: 15px;
    position: relative;
    bottom: -15px;
    color: #FFF;
} 
.about .col03 table{
	border-top:2px solid #017747;
}
.about table p{
	font-size:14px !important;
}
.about .col03 table td:nth-child(1){
	width:100px;
}
a.hh {
    padding-top: 100px;
    margin-top: -100px;
    display: block;
    font-size: 0;
    cursor: initial;
}

.articlerightnews{
	padding:20px;
	background:#f2f2f2;
}
.articlerightnews.block .block-title{
    font-size: 20px;
    font-weight: 600;
    border-bottom: 0px;
    margin-top: 10px;
    padding-left: 15px;
}
.articlerightnews .item-list ul{
	padding:0;
	margin:0;
}
.articlerightnews .item-list .ilist{
    padding: 15px;
    border-bottom: #ECECEC 1px solid;
    font-size: 12px;
}
.articlerightnews .item-list .ilist:last-child{
	border-bottom: #ECECEC 0px solid;
}
.articlerightnews .item-list .ilist h4 a{
	font-size:14px;
	margin-top:10px;
}
@media(max-width:992px){
	.articlerightnews{
		display:none;
	}
}

.field-attachments{
	padding:10px;
	background:rgba(0,119,70,0.1);
	margin-top:30px;
}
.field-attachments .field-item{
	margin-bottom:5px;
	padding:5px;
}
.field-attachments .field-item:before{
		background:url(../../link.png) no-repeat left center;
    background-size: contain;
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    content: "";
}