/* 
* @Author: anchen
* @Date:   2017-06-20 14:53:24
* @Last Modified by:   anchen
* @Last Modified time: 2017-06-20 14:56:31
*/
.new{
    width: 542px;
    margin: 32px auto 0;
}
.new ul{
    width: 100%;
    height: 48px;
    background: #3076b6;
    overflow: hidden;
}
.new ul li{
    float: left;
}
.new ul li dl{
    overflow: hidden;
}
.new ul li dl dt{
    float: left;
    width: 22px;
    height: 22px;
    margin-left: 14px;
    margin-top: 13px;
}
.new ul li dl dd{
    float: left;
    line-height: 48px;
    font-size: 22px;
    color: #fff;
    text-shadow: 2px 2px 1px #183b5b;
    margin-left: 5px;
}
.new ul li:last-child{
    float: right;
}
.new ul li:last-child a{
    display: block;
    margin-top: 11px;
    margin-right: 14px;
    width: 108px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 1px solid #3c95c9;
    border-radius: 5px;
    border-top-color: #286196;
    border-left-color: #2a669e;
    box-shadow: inset 3px 3px 8px #286196;
}
.newin{
    width: 512px;
    border: 1px solid #ccc;
    padding: 0 14px;
    margin-bottom: 36px;
}
.newin a:first-child{
    display: block;
    border-bottom: 1px dotted #999;
    font-size: 16px;
    color: #3076b6;
    margin-top: 15px;
    line-height: 20px;
    padding-bottom: 8px;
}
.newin a:last-child{
    display: block;
    width: 100%;
}
.newin img{
    display: block;
    width: 100%;
    margin: 17px auto 21px;
}