/* 列表详情页 */

.arc {
    display: flex;
    justify-content: space-between;
}
.dbox{padding-top:50px;text-align:center}
.prolistimg{width:240px;height:168px;}
.newspn{display:block!important}
.newspn a{display:inline!important}
.arcleftCon .arc_lefttitle {
    height: 80px;
    width: 215px;
    padding: 45px 0 0 15px;
    background-color: #333;
}
ul.arcLeftlistul1 li.mycurrent{background:#f00}
ul.arcLeftlistul1 li.mycurrent a{color:#fff}
ul.arcLeftlistul1 li.mycurrent a:hover{color:#ff0}
.arcleftCon .arc_lefttitle span:nth-of-type(1) {
    font-size: 18px;
    color: #fafafa;
}

.arcleftCon .arc_lefttitle span:nth-of-type(2) {
    font-size: 11px;
    color: #fafafa;
}

.arcleftCon .arcLeftlist {
    width: 215px;
    background-color: #fafafa;
    padding: 10px 5px 50px 5px;
}
ul.arcLeftlistul1 li{
	margin-bottom:5px;
	background:#f0f0f0;
	border-radius:3px;
	padding:0 5px
}
.arcleftCon .arcLeftlistul1>li {
    font-size: 14px;
    font-weight: 700;
    line-height: 200%;
    color: #797979;
}
.arcLeftlistul2 li{
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url(../images/main_left_sub_nav.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.arcLeftlistul2 li a {
	font-weight: 400;
	color: #797979;
}
.arcLeftlist li a:hover {
    color: #669785;
}
.arcleftprotj h6 {
    height: 50px;
    padding-left: 16px;
    background-color: #333;
    font-size: 18px;
    color: #fafafa;
    line-height: 50px;
    
}
.arc_right {
    width: 80%;
    padding: 20px 20px;
}

.arcRightTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ccc;
}

.arcRightTitle h2 {
    margin: 0;
    height: 30px;
    font-size: 18px;
    color: #000;
    border-bottom: 2px solid #407B4F;
}

.arcRightTitle span {
    height: 30px;
    line-height: 30px;
}
.arcRightlist {
    margin-top: 30px;
}
.arcRightlist ul li {
    display: flex;
    justify-content: space-between;
    border: 1px solid #333;
    padding: 20px 15px;
    border-radius: 6px;
    margin-bottom: 16px;
}
.arcRightulCon {
	padding-left: 0px;
	width:620px
}
.arcRightulCon h3 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px;
	color: #333;
	font-weight:bold;
}
.arcRightulCon span {
    font-size: 12px;
    line-height: 200%;
}
.arcRightulCon span .arcRightulConxq {
    font-size: 16px;
    color: #407B4F;
}
.arcRightpage {
    padding-left: 10px;
}
.arcRightpage .pagination {
    margin: 0;
}

/* 公司简介部分 */
.comprofile img {
	float: right;
	padding-left: 20px;
}
.comprofile{
	margin-top: 20px;
	line-height: 200%;
	font-size: 16px;
	text-indent:2em;
	padding: 0 40px;
}
/* 参考资料部分 */
.referencelis li {
	display: flex;
	justify-content: space-between;
	height: 57px;
	line-height: 57px;
}
.referencelis li a {
	font-size: 14px;
	color: #333;
}
.reflisbtn {
	display: flex;
	align-items: center;
}
.referencelis .reflisbtn a {
	display: block;
	width: 64px;
	height: 24px;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	background-color: #ff6c00;
	color: #f0f0f0;
}
.reflisbtn::before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(../images/down_bg_03.gif);
	background-repeat: no-repeat;
}
/* 文章详情页 */
.arcRightXqJj {
	display: flex;
	justify-content: space-between;
	margin-top: 36px;
}
.arcXqJjImg img{
	width: 380px;
	height: 300px;
}
.arcXqJj {
	padding-left: 36px;
}
.arcXqJj h6 {
	font-size: 16px;
	font-weight: 900;
	color: #000;
	text-align: left;
}
.arcXqJj p {
	text-indent:2em;
	font-size: 14px;
	color: #7c7c7c;
	line-height: 200%;
}
.articlexq {
	margin-top: 40px;
}
.articlexq p {
	text-indent:2em;
	text-align: center;
}
.articleXgcp {
	margin-top: 40px;
}
.articleXgcp h6 {
	padding-left: 0px;
	font-weight:bold;
	font-size: 14px;
	line-height: 30px;
}
.articleXgcp ul {
	display: flex;
	justify-content: center;
}
.articleXgcp li img {
	width: 260px;
	height: 188px;
	padding: 10px 10px;
}
.articleXgcp li a {
	display: block;
	text-align: center;
}
/* 我们的用户 */
.articleXgal {
	margin-top: 40px;
}
.articleXgal h6 {
	font-size: 14px;
	line-height: 30px;
}
.articleXgal ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.articleXgal ul li {
	width: 48%;
	line-height: 30px;
	border-bottom: 1px dotted #a4a4a4;
}
.articleXgal li a {
	padding-right: 60px;
}

@media screen and (max-width: 767px) {
   .arc {
	   flex-direction: column;
   }
   .arc_lefttitle{width:100%!important;height:40px!important;line-height:40px!important;
	padding:0 10px!important;}
   .arcLeftlist{width:100%!important}
   .arcleftCon .arcLeftlist{padding-bottom:5px;}
   .arc_right{width:100%;padding:0 10px}
   .arcRightlist{margin-top:10px}
   .arcRightlist ul li{flex-direction: column;}
   .arcRightlist ul li>a{width:100%}
   .arcRightulCon{width:100%;}
   .prolistimg{width:100%;height:auto}
   .arcRightulCon h3{margin-top:15px;}


   .arcRightXqJj{
	margin-top:12px;
	flex-direction: column;
}
.arcXqJjImg img{width:100%;height:auto}
.arcXqJj{padding-left:10px}
.articlexq img{width:100%!important;height:auto!important}
.articlexq p{text-align:left;text-indent:0}
.arcRightXq img{width:100%!important;height:auto!important}
.dbox img{width:10vw!important;height:auto!important}

}