  .sonmenu li a
  {
	  display: block;
	text-align: center;
	text-decoration: none;
	width: 90px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	 font-size: 18px;
  }
 
.sonmenu li a:visited{
	display: block;
	text-align: center;
	text-decoration: none;
	width: 90px;
	height: 40px;
	color: #fff;
	line-height: 40px;
 font-size: 18px;
	
}
.sonmenu li a:hover{
	font-weight: bold;
	
}
.phone_container ul li {
	float: left;
    position: relative;
    display: inline;
    margin: auto;
    
   
    
    z-index: 9999;
}

.phone_container ul li ul {
	display: none;
	padding: 12px 16px;
		
border: 1px solid #e9ecf3;
    border-radius: 5px;
background-color: #fff;
background-clip: padding-box;
box-shadow: 0px 8px 16px -8px rgba(12, 18, 31, 0.08), 0px 1px 8px 0px rgba(12, 18, 31, 0.08);
}

 

.phone_container ul li:hover ul {
	display: block;
	position: absolute;
	top: 60px;
	left: -25px;
	width: 90px;
}

.phone_container ul li:hover ul li {
	 
}

.phone_container ul li:hover ul li a {
	display: block;
	color: #666;
	position: relative;
	/* 设置子元素为相对定位，可让子元素不继承Alpha值，保证字体颜色不透明 */
	font-size: 16px;
}

.phone_container ul li:hover ul li a:hover {
	background: #fff;
	color: #2D7DB9;
	cursor: pointer;
}

.phone_container ul li:hover ul li:first-child a:hover {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.phone_container ul li:hover ul li:last-child a:hover {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


 .article_right {
    width: 100%;
    /* padding-top: 15px; */
    /* float: right; */
    display: inline-block;
}
.common_head {border: none;background: none;display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;
    height: 34px;
    line-height: 34px;
    clear: both;
}

.common_head h3 {background: none;color: #32709f;padding: 0;margin: 0;font-size: 20px;position: relative;    font-weight: bold;    line-height: 34px;}
.common_head h3::after{
 content: "";
 width: 30px;
 height: 3px;
 background: #32709f;
 position: absolute;
 left: 0;
 bottom: -10px;
 border-radius: 10px;
 transition: all 0.2s;
}
.common_head h3:hover::after{
 width:80px;
}

.common_index ul, .common ul {padding: 0;
border-top: none;
    height: 180px;
}

.common_index ul li, .common ul li {
    line-height: 30px;
    height: 30px;
    background: url(bg.png) no-repeat -117px 14px;
    overflow: hidden;
}
.common_index ul li a, .common ul li a {
    padding-left: 10px;
    color: #333;
    font-size: 16px;
}
.common_index ul li a, .common ul li a {font-size: 16px;}
.common:nth-child(2n) {margin-right: 0;}

.common {

	margin-right: 25px;
 margin-bottom: 25px;
 background: #fff;
 padding: 15px;
 box-sizing: border-box;box-shadow: 0 0 5px rgb(50 112 159 / 10%);}
.common_head a {color: #ccc;}

.common_head a:hover {color: #00659B;}
.common ul li a:hover {color: #1f82b6;} 
.common{
	 width: 49%;   
    float: left;	
}
@media only screen and (max-width:768px) {
.common{
	 width: 98%;   
    float: left;	
}
}


