/* CSS Document */
/*     
============================
    网站为布局样式
============================
*/
.cz-layout-box__mainbox{
	background: #fafafa;
    padding-top: 48px;
    padding-bottom: 40px;
}
.mainbox-con{
	display: -webkit-flex;
	display:flex;
	justify-content: space-between;
}
.layout-box{
	border: 1px solid #ebebeb;
    background: #fff;
    padding-top: 75px;
    padding-bottom: 80px;
}
.cz-layout-box.dqt-notice {
	height:144px;
	padding:25px 0;
}
.dqt-notice .notice-box{
	 width: 1070px;
     padding:0 60px;
     height: 144px;
     margin: 0 auto;
}
.circleline .circle-block {
	float: left;
	overflow: hidden;
	position: relative;
}
/*图上字下*/
.circleline .circle-block .circle-img {
	margin: 0 auto
}
.circleline .circle-block .circle-img img {
	display:block;
	margin:0 auto;
}
.circleline .circle-block .circle-text__bottom {
	margin-top: 20px;
}
.circleline .circle-block .circle-text__bottom .circle-text-title {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.circleline .circle-block .circle-text__bottom .circle-text-info {
	padding: 0 20px;
	line-height: 2;
	font-size: 13px;
}
/*图左字右*/
.circleline .circle-block .circle-text__right {
}

/*搜索*/
.dqt-button {
    height: 40px;
    line-height: 40px;
    background: #45b325;
}
.dqt-search .input_search{
	border: 1px solid #e3e3e3;
    background: #fafafa;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    padding: 0 15px;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
.dqt-search .input_search:focus{
    border-color: rgba(74, 194, 39, .8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(74, 194, 39,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(74, 194, 39,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(74, 194, 39,0.6);

}
.dqt-search .dqt-button{
	width:72px;
}

/*     
======================================
  主体部分左右结构
======================================
*/
.aside-box .topshow{
    height: 60px;
    line-height: 60px;
    background: #4ac227;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.aside-box li{
	border-bottom: 1px solid #f5f5f5;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
}
