.dm-topnews{
    height: 360px;
    overflow: hidden;
    margin: 40px 0 60px;
}
.dm-slider{
    width: 600px;
    height: 360px;
    margin-right: 40px;
}
.dm-news{
    width: 476px;
}
.dm-news li.first{
    border-bottom: 1px dotted #a9a9a9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.dm-news h2{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.dm-news h2 a{
    color: #004c99;
}
.dm-news p{
    color: #5f6060;
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
    margin-top: 20px;
}
.dm-news p a{
    color: #0a8cd9;
}
.dm-main{
    width: 770px;
    margin-right: 60px;
}
.dm-title{
    background: url("../images/dm_icon.png") left top no-repeat;
    border-bottom: 1px solid #d3d3d3;
    color: #004c99;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 8px 15px;
    line-height: 24px;
}
.dm-side .dm-title{
    border-bottom: none;
}
.dm-title a{
    color: #535454;
    font-size: 14px;
    font-weight: normal;
    float: right;
    text-decoration: none;
}
.dm-title a:hover{
    color: #e74e03;
}
.dm-list{
    width: 360px;
}
.dm-list-wrap{
    clear: both;
    overflow: hidden;
}
.dm-list-wrap ul{
    margin-top: 10px;
}
.dm-video{
    clear: both;
    margin: 20px 0 35px;
}
.dm-video ul{
    margin-top: 20px;
    overflow: hidden;
}
.dm-video li{
    width: 182px;
    margin-right: 10px;
    float: left;
}
.dm-video li.last{
    margin-right: 0;
}
.dm-video img{
    display: block;
    margin-bottom: 10px;
}
.dm-video span{
    display: block;
    text-align: center;
    line-height: 20px;
}
.dm-side{
    width: 286px;
}
.dm-area{
    border: 1px solid #dadada;
    overflow: hidden;
    margin-bottom: 25px;
}
.dm-country ul{
    padding: 20px 0 0 30px;
    overflow: hidden;
}
.dm-country li{
    width: 60px;
    float: left;
    font-size: 12px;
    margin-bottom: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
}
.dm-country li img{
    display: block;
}
.dm-info{
    padding: 12px 10px;
}
.dm-info p{
    color: #3b3b3b;
    text-indent: 2em;
    line-height: 28px;
}
.dm-info a{
    color: #f57806;
}
.dm-logo{
    padding: 10px 0;

}
.dm-logo img{
    display: block;
    margin: 0 auto 10px;
}