.main{
    width: 100%;
    background: rgb(229,236,244);
    padding-bottom: 30px;
    overflow: hidden;
}
.link{
    margin-top: 30px;
}
.location{
    overflow: hidden;
    padding: 19px 0;
    color: #666666;
    font-size: 15px;
    background: #fff;
    margin-bottom: 20px;
}
.location img{
    float: left;
    margin-right: 6px;
}
.location span{
    float: left;
}
.location a{
    float: left;
    color: #666666;
}
.location a:hover{
    color: #2055b3;
}
.content{
    position: relative;
}
.content .content_left{
    width: 24%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgb(245,247,251);
}
.content_right{
    width: 70%;
    float: right;
    background: #fff;
    border: 1px solid #dedede;
    padding: 0 20px 30px 20px;
    min-height: 780px;
}
.content .content_h{
    font-size: 17px;
    line-height: 3.2;
    background: #2071bf;
    font-weight: bold;
    color: #fff;
    font-size:22px; text-align: center;
   text-align: center;
}
.content_left ul{
    overflow: hidden;
}
.content_left ul li{
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
}
.content_left ul>li>a{
    width: 100%;
    float: left;
    color: #333333;
    padding: 16px 10px 16px 20px;
    background-image: url(../img/lmy_icon01.png);
    background-repeat: no-repeat;
    background-position: 0 20px;
    border-bottom: 1px solid #e3e3e3;
}
.content_left ul>li:hover{
    background-color: #bcdaf2;
}
.content_left>ul li:hover a{
    background-image: url(../img/lmy_icon02.png);
}
.content_left>ul .on{
    background-color: #bcdaf2;
}
.content_left>ul .on a{
    background-image: url(../img/lmy_icon02.png);
}
.content_right .news{
    width: 100%;
    float: left;
    background: url(../img/lsbq_06.png) no-repeat 0 50%;
    border-bottom: 1px solid #e1e1e1;
    line-height: 56px;
    font-size: 18px;
    color: #2071bf;
    font-weight: bold;
    padding-left: 32px;
}
.content_right ul li{
    overflow: hidden;
    width: 100%;
    float: left;
    border-bottom: 1px dashed #e8e8e8;
    background: url(../img/icon01.png) no-repeat 0 50%;
}
.content_right ul li a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    padding: 0 15px;
    width: 82%;
    float: left;
    line-height: 46px;
}
.content_right ul li a:hover{
    color: #2055b3;
}
.content_right ul li em{
    float: right;
    color: #999;
    line-height: 46px;
}
.content_rights{
    width: 70%;
    float: right;
    background: #fff;
    border: 1px solid #dedede;
    padding: 0 20px 30px 20px;
    min-height: 400px;
}
.content_rights ul{
    overflow: hidden;
}
.content_rights ul li{
    width: 32%;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}
.content_rights ul li a{
    width: 100%;
    display: block;
    background: rgb(242,242,242);
    text-align: center;
    color: #333333;
    padding-bottom: 30px;
    transition: .3s all;
}
.content_rights ul li a .tt{
    width: 100%;
    background: rgb(242,242,242);
    height: 175px;
    overflow: hidden;
}
.content_rights ul li a .tt img{
    /* display: block; */
    width: 100%;
}
.content_rights ul li a:hover {
    transform: scale(1.02);
}
.content_rights ul li h3{
    font-size: 16px;
    margin-bottom: 18px;
}
.content_rights ul li h2{
    font-size: 18px;
}
.content_rights ul li p{
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 20px;
}
.content_rights ul li em{
    font-size: 18px;
}
.page_s { 
	height: 60px; 
	text-align: center;
    margin-bottom: 10px; 
    margin-top: 26px;
}
.digg { 
    padding-top: 30px;
    overflow: hidden;
    margin: 0 auto;
    width: 710px; /* 分页铺满一行-修改于2020/03/21 */
}
.digg a { 
	margin:2px; 
	color:#333; 
    padding: 10px 18px; 
    padding-bottom: 10px;
	text-decoration: none;
    background-color: #ebebeb;
    display: block;
    float: left;
}
.digg a:hover { 
	background-color: #2055b3;
	color: #fff;
}
.digg a:active { 
	background-color: #2055b3; 
	color:#fff;
}
.digg a.current { 
	margin:2px; 
	padding: 10px 18px; 
	background-color: #2071bf; 
	color: #fff;
	text-decoration: none;
}
.digg span.disabled { 
	margin:2px; 
	padding: 10px 18px; 
	background-color: #ebebeb;
	color:#ccc ; 
    text-decoration: none;
    float: left;
}
.test{
    margin-top: 30px;
    overflow: hidden;
}
.test .test_left{
    width: 20%;
    background: #2071bf;
    float: left;
}
.test .test_left li{
    padding: 12px 12px;
    border-bottom: 1px solid #407be3;
    color: #fff;
    line-height: 40px;
}
.test .test_left li p{
    color: #fff;
    padding-left: 20px;
}
.test .test_left li em{
	display: none;
    margin-bottom: 5px;
    color: rgb(255,169,107);
}
.test .test_left li:hover{
    background: #ffffff;
}
.test .test_left li:hover em{
    color: rgb(255,183,133);
}
.test .test_left li:hover p{
    color: #2071bf;
}
.test .test_left .ons{
    background: #ffffff;
}
.test .test_left .ons em{
    color: rgb(255,183,133);
}
.test .test_left .ons p{
    color: #2156b4;;
}
.test_right{
    width: 78%;
    float: right;
    background: #fff;
}
.test_h{
    overflow: hidden;
    padding-top: 20px;
}
.test_h h3{
    float: left;
    width: 30%;
    margin-left: 30px;
     line-height: 24px;
    font-size: 16px;
    color: #2156b4;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px;
}
.test_right{ display: none;}
.test_right ul{
    padding-top: 5px;
    min-height: 380px;
}
.test_right ul li{
    float: left;
    width: 30%;
    margin-left: 30px;
    font-size: 16px;
} 
.test_right ul li a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: rgb(52,52,52);
}
.test_right ul li a:hover{color: #2156b4;}
.test_right ul li em{
    display: block;
    color: rgb(162,162,162);
    font-size: 14px;
    margin: 10px 0;
    padding-top: 10px;
}
.tit {
    text-align: center;
    margin-top: 36px;
}
.tit>div h2{
    color: #111;
     line-height: 52px;
      border-bottom: 1px solid #bcbcbc;
      font-weight: normal;
      padding-bottom: 5px;
}
.tit p{ text-align: center;}
.tit em{
	display: inline-block;
    color: #888;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 6px;
    margin-left: 15px;
    margin-right: 15px;
     font-size: 15px;
}
.news_details{ background: #fff; width: 1000px; padding: 10px 50px 30px 50px;}
.news_details p{
    width: 96%;
    margin: 0 auto;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}
.but{
    width: 100%;
    background: rgb(241,241,241);
    overflow: hidden;
    height: 40px;
    margin-top: 36px;
    margin-bottom: 20px;
}
.but a{
    overflow: hidden;
}
.but img{
    float: right;
    width: 26px;
    height: 26px;
    margin-top: 8px;
    margin-right: 6px;
}
.but input{
    float: right;
    background: rgb(241,241,241);
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    cursor: pointer;
}
.new h2{
    font-size: 18px;
    color: rgb(33,82,138);
    margin-bottom: 20px;
}
.mains{
    background: #fff;
}
.new{
    margin: 0 auto;
    width: 96%;
    border-top: 1px dashed rgb(197,197,197);
    padding-top: 16px;
}
.new ul li{
    overflow: hidden;
    line-height: 34px;
}
.new ul li a{
    float: left;
    display: block;
    width: 80%;
    font-size: 16px;
    color: rgb(33,82,138);
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.new ul li em{
    float: right;
    font-size: 14px;
    color: #999999;
}
.banners{
    background: rgb(0,176,240);
    line-height: 60px;
    height: 60px;
    margin: 20px auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.video{
    float: left;
    width: 66%;
    background: #666666;
    overflow: hidden;
    min-height: 400px;
}
.video_r{
    width: 28%;
    float: right;
}
.video video{
    width: 100%;
    display: block;
    height: auto;
    /* margin-top: -25px; */
}
.video_r .js span,.jss span,.kg span{
    color: #005da2;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #005da2;
    padding-bottom: 2px;
}
.video_r .js p,.jss p{
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.js,.jss,.kg{
    border: 1px solid #e1e1e1;
    padding: 16px;
}
.js>div,.jss>div,.kg>div{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 6px;
    margin-bottom: 16px;
}
.jss,.kg{
    margin-top: 20px;
}
.kg a{
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    color: rgb(33,82,138);
}
#div1 {
    height: 130px;
    margin:50px auto;
    position: relative;
    background: #333333;
    overflow: hidden;
}
#div1 ul {
    position: absolute;
    left: 0;
    top: 0;
}
#div1 li {
    float: left;
    list-style: none;
}
#div1 li img {
    width: 200px;
    height: 130px;
}
.mains .location{
    background: #f2f2f2;
}
.news_dc{
    min-height: 300px;
}