﻿ .main{
 background: #fff;
 overflow: hidden;
 padding: 15px 20px;
 }
 
 .lv1_ul li{ border-bottom: 1px solid #DDDDDD;line-height: 31px;color: #333333;font-weight: bold;padding-left: 15px; font-size:14px}
 .ksdaohang {
 height: 34px;
 line-height: 34px;
 clear: both;
 margin-bottom: 10px}
 .ksdaohang h2.title3_2{
 color: #275BAB;
 float: left;
 font-size: 20px;
 font-weight: bold;
 line-height: 30px;
 position: relative;
 border: none;
 padding: 0px;
 }

 .ksdaohang h2.title3_2::after {
 content: "";
 width: 30px;
 height: 3px;
 background: #275BAB;
 position: absolute;
 left: 0;
 bottom: -10px;
 border-radius: 10px;
 transition: all 0.3s;
 }

 .ksdaohang h2:hover::after {
 width: 80px;
 }

 .zjtd_right_content .newlist0_2 {
 margin-top: 20px;
 /* display: flex; */
 background: #fff;
 box-shadow: 3px 3px 4px #ddd;
 border: 1px solid #ddd;
 padding: 10px 20px;
 width: 100%;
 box-sizing: border-box;
 background: none !important;
 }

 .zjtd_right_content .newlist0_2 li {

 height: 29px;
 line-height: 29px;
 width: 46%;
 padding: 0px 0px 0px 20px;
 box-sizing: border-box;
 display: inline-block;
 font-size: 14px;
 border-bottom: none;
   
 } 

 .zjtd_right_content .newlist0_2 li a {
 color: #333;
 }

 .zjtd_right_content .newlist0_2 li:hover a {
 color: #275BAB;
 } 
