.content{
    width: 1100px;
    height: auto;
    margin: 0 auto;
}
.part1{
    padding-top: 18px;
    height: 370px;
    border-bottom: 1px solid #d5d5d5;
}
.part1:after, .part1:before{
    content: '';
    height: 0;
    display: table;
}
.part1:after{
    clear: both;
}
.country_img{
    width: 224px;
    height: 322px;
    overflow: hidden;
}
.country_text{
    width: 581px;
    margin-left: 15px;
}
.country_text h1{
    font-size: 28px;
    font-weight: normal;
    color: #333333;
}
.country_text h2{
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    margin-top: 15px;
}
.country_text h2 span{
    padding-right: 15px;
}
.country_text p{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    text-align: justify;
    line-height: 20px;
}
.country_text p b{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    padding-right: 15px;
}
.country_text h3{
    font-weight: normal;
    font-size: 12px;
    color: #999999;
    text-align: right;
}
.country_other{
    width: 264px;
    height: 332px;
    overflow: hidden;
}
.country_atlas{
    height: 166px;
    width: 264px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.country_atlas p{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
}
.country_map{
    margin-top: 10px;
    height: 156px;
    width: 264px;
    overflow: hidden;
    cursor: pointer;
}



/*
-----------------------
                part2
-----------------------
*/
.part2{
    margin-top: 25px;
    margin-bottom: 40px;
}
.part2:after, .part2:before{
    content: '';
    height: 0;
    display: table;
}
.part2:after{
    clear: both;
}



.part2_nav{}
.part2_nav .part2_nav_title{
    line-height: 48px;
    color: #999999;
    font-size: 14px;
    width: 168px;
}
.part2_nav_title a{
    color: #0090ba;
    font-size: 12px;
    display: block;
    float: right;
}
.part2_nav ul{
    width: 168px;
    height: auto;
}
.part2_nav ul li{
    width: 170px;
    height: 254px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.part2_nav ul li p{
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: white;
    font-size: 18px;
    width: 100%;
}





.part2_list{
    width: 907px;
}
.part2_list h1{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    border-bottom: 1px solid #d5d5d5;
    line-height: 48px;
}
.list_content{}
.list_content ul li{
    height: 248px;
    overflow: hidden;
    margin-top: 20px;
    border-bottom: 1px solid #d5d5d5;
}
.list_content ul li h2{
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_content ul li:hover h2{
    color: #009944;
    font-weight: 600;
}
.list_content ul li p{
    font-size: 12px;
    height: 44px;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    margin-top: 15px;
}
.list_content_img{
    margin-top: 27px;
    height: 103px;
    width: 100%;
    overflow: hidden;
}
.list_content_img img{
    height: 103px;
    display: block;
    float: left;
    margin-right: 10px;
}
.list_content_img h3{
    line-height: 103px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    float: left;
    margin-left: 30px;
}