﻿@charset "utf-8";
.main12{
    width: 1260px;
    margin: 35px auto;
}
.left12{
    float: left;
    width: 22rem;
}
.right12{
    width: 55rem;
    float: right;
}
.right12>div{
    padding: 20px;
}
.right12>div>ul{
    
}
.right12>div>ul li:first-of-type{
    margin-top: 10px;
}
.right12>div>ul li{
    
line-height: 30px;
    
margin: 8px 0;
    
width: 98%;
    
/* float: left; */
}
.right12>div>ul a{
  /*  float:left;
    display:block;*/
  line-height: 31px;
  margin: 0 0 0 10px;
  display: inline-block;
  width: 80%;
}
.right12>div>ul li span:first-of-type{
    
background: #1a4d7e;
    width: 5px;
    height: 5px;
    float: left;
    border-radius: 50%;
    line-height: 31px;
    display: inline-block;
    margin: 13px 0;
}
.right12>div>ul li span:last-of-type{
    
font-size: 14px;
    
text-align: center;
    
display: block;
    
color: grey;
    
line-height: 31px;
}
.right12>div>div{
    border-bottom:1px solid #ddd;
    padding-bottom: 10px;
}
.right12>div>div>span{
    border-bottom: 3px solid #023e7a;
    padding: 0 15px 7px 15px;
    color: #023e7a;
    font-weight: 600;
    font-size: 20px;
}
.right12>div>div>a{
    float:right;
    color: #999;
    line-height: 40px;
}
.right12>div:nth-child(1){
    background-color:#fff;
}
.right12>div:nth-child(2){
    background-color:#fff;
    margin-top: 15px;
}

.ldlist{
    background-color: #fff;
}
.ldlist div>span:nth-child(1){
    width: 0;
    height: 0;
    display: inline-block;
    position: relative;
    top: -17px;
    left: 87px;
    border-bottom: 20px solid #1654a7;
    border-left: 20px solid transparent;
}
.ldlist div>p span{
    color: #fff;
    text-align: center;
    display: block;
    line-height: 35px;
    font-weight: 600;
    font-size: 20px;
}
.ldlist div p{
    width: 140px;
    height: 40px;
    background: #216dd5;
    display: block;
    position: relative;
    margin: 0 auto;
    top: -40px;
}
.ldlist div>span:nth-child(3){
    width: 0;
    height: 0;
    display: inline-block;
    position: relative;
    top: -81px;
    left: 245px;
    border-bottom: 20px solid #1654a7;
    border-right: 20px solid transparent;
}

.ldlist div{
    display: block;
    height: 30px;
}
.ldlist ul{}
.ldlist ul li{
    border-bottom: 1px #ddd dashed;
    line-height: 57px;
    width: 19rem;
    margin: 0 auto;
}
.ldlist ul li:last-of-type{
    border-bottom: 1px #fff dashed;
}
.ldlist ul li span:nth-child(1){
    font-weight: 600;
    display: inline-block;
    width: 4rem;
    line-height: 40px;
}
.ldlist ul li span:nth-child(2){
    width: 14rem;
    display: inline-table;
    line-height: 25px;
}


/*图片列表*/
.picleft{

clear: both;
}
.picleft ul{}
.picleft li:first-of-type{
    /* margin-top: 20px; */
    margin-left: 0;
}
.picleft li{
    margin: 10px 0;
    float: left;
    margin-left: 116px;
}
.picleft li a{
  display: inline-block;
}
.picleft li img{
    width: 130%;
}

.date12{
    float: left;
    display: block;
    width: 70px;
    height: 70px;
    background: #ecf1f5;
}