.w50{width: 580px;}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt50{ margin-top: 50px;}
.ml{ margin-left: 30px;}
.fl{float: left;}
.fr{float: right;}
.posr{position: relative;}
.pb25{padding-bottom: 25px;}
.ptb30{padding: 45px 0;}


.sectionbg1{
    background: rgba(227,234,243,.24);
    padding-top: 40px;
    padding-bottom: 60px;
}
.sectionbg2{
    background: url("../img/sectionbg.png") no-repeat center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 60px;
}

.title .title-txt{
    float: left;
    font-size: 26px;
    color: #003d8d;
    font-weight: bold;
}
.title .title-txt .en{
    font-size: 16px;
    color: #999999;
    padding-left: 10px;
}

.title .more{
    float: right;
    line-height: 30px;
    color: #999;
    font-size: 14px;
}

.fff.title .title-txt{
    color: #fff;
}
.fff.title .title-txt .en{
    color: #fff;
}
.fff.title .more{
    color: #fff;
}
 
.my-list li{
    height: 50px;
    box-sizing: border-box; 
    line-height: 49px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.my-list li::before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
	height: 4px;
	background-color: #666;
    top: 21px;
}
.my-list li a{
    float: left;
    width: calc(100% - 110px);
    font-size: 16px;
    padding-left: 18px;
    box-sizing: border-box;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.my-list li span{
    float: right;
    width: 110px;
    text-align: right;
    font-size: 16px;
	color: #999;
}
.my-list li:hover a,.my-list li:hover span{
    color:#0c4ca3;
}
/* ********************************************** */


/* ********************************************** */
.picNews{
    height: 380px;
    position: relative;
}
.picNews div#u_u2_div+div {
    z-index: 200;
    top: -22px !important;
}
.picNews #u_u2_newstitle{
    BOX-SIZING: border-box;
    FONT-SIZE: 14px;
    OVERFLOW: hidden;
    WIDTH: 380px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    TEXT-OVERFLOW: ellipsis;
    POSITION: absolute;
    COLOR: #fff;
    TEXT-ALIGN: left;
    PADDING-LEFT: 10px;
    Z-INDEX: 10;
    DISPLAY: block;
    LINE-HEIGHT: 30px;
    BOTTOM: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
}
.news .my-list{
    margin-top: 10px;
}
/* ********************************************** */


/* ********************************************** */
.pic-list {
    position: relative;
    min-height: 400px ;
    margin-top: 30px;
}
.pic-list li {
    border: solid 2px #ffffff;
    width: 290px;
    height: 190px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.pic-list li:nth-child(2){
    top: 0;
    left: 300px;
    width: 600px;
    height: 400px;
}
.pic-list li:nth-child(3){
    top: 0;left: 910px;
}
.pic-list li:nth-child(4){
    top: 205px;left: 0px;
}
.pic-list li:nth-child(5){
    top: 205px;left: 910px;
}
.pic-list li a{
    display: block;
    width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.pic-list li a p{
    width: 100%;
    padding: 8px 25px;
    max-height: 56px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -56px;
}
.pic-list li a span{
    display: block;
    width: 100%;
    height: 40px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pic-list li:hover a p{
    bottom: 0;
    transition: bottom 0.5s;
}