.mart-10 {
    margin-top: 10px;
}
.mart-20 {
    margin-top: 20px;
}
.marb-10 {
    margin-bottom: 10px;
}
.marb-20 {
    margin-bottom: 20px;
}
.marl-20 {
    margin-left: 20px;
}
.marr-20 {
    margin-right: 20px;
}

.padl-15 {
    padding-left: 15px;
}
.padr-15 {
    padding-right: 15px;
}
.padl-30 {
    padding-left: 30px;
}
.padr-30 {
    padding-right: 30px;
}



.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.bg-gray {
    background-color: #f7f7f7;
}
.auto {
    overflow: hidden;
}

h2.title {
    border-bottom: 1px solid #e7e7e7;
    height: 42px;
    font-weight: normal;
}
h2.title1 span a{
    color:#105ca8;
    font-size: 18px;
    line-height: 43px;
}

h2.title span {
    margin:0 30px 0 5px;
    display: inline-block;
    font-size: 18px;
}
h2.title span a {
    line-height: 42px;
    height: 42px;
    display:block;
}
h2.title span.active a {
    border-bottom:2px solid #c00;
    color:#c00;
    line-height: 40px;
    height: 40px;
    font-weight:bold;
}


.news_left {
    float: left;
    width: 759px;
    margin:20px 0 0 0;

}
.news_right {
    float: left;
    width: 380px;
    margin-top:20px;
}
.bord-r {
    border-right:1px solid #ddd;
}
.bord-l {
    border-left:1px solid #ddd;
}



ul.news-list li {
    position: relative;
    line-height: 32px;
}
.w_1 {
    width: 82%;
    height: 32px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.w_2 {
    width: 70%;
    height: 32px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.li-icon {
    width: 4px;
    height: 4px;
    background-color: #333;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
em.time {
    position: absolute;
    line-height: 32px;
    right: 0;
    top: 0;
    color:#999;
}
ul.pic_news_list {
    overflow: hidden;
}
ul.pic_news_list li {
    text-align: center;
    margin: 10px 0;
}
ul.pic_news_list li img {
    width:100%;
    height: 245px;
    display: block;
}
ul.pic_news_list li p {
    line-height: 45px;
}

.warp_4 {
    width:580px;
    float: left;
}


.pic_warp ul {
    float: left;
}
.pic_warp ul li {
    float: left;
    position: relative;

}
.pic_warp ul li img {
    width: 100%;
    height: 100%;
}
.pic_warp ul li a {
    position: absolute;
    height: 46px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    background-color:rgba(0,110,171,.6);
    color:#fff;
    bottom:0;
    left:0;
    transition:height .4s;
}
.pic_warp ul li:hover a{
    height: 100%;
    color:#fff;
}

.pic_warp ul li a p {
    width: 90%;
    line-height: 36px;
    top:5px;
    left:5%;
    position: absolute;

}
.pic_warp ul li:hover p {
    top:50%;
    transform: translateY(-50%);
}

.beautiful_ ul li {
    float: left;
    width: 185px;
    margin: 10px 7px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}
.beautiful_ ul li img {
    width: 100%;
    height: 120px;
}