body{
    margin: 0;
    padding: 0;
}
/* 顶部区域 */
.cheader_img{
    width: 100%;
    height: 296px;
    background:url('../images/hon_03.png')no-repeat center;
}
.pay{
    background-color: #1ABC9C;
}
.ch_zcfg a:hover{
    background-color:#e60012;
    text-decoration: underline;
}
/* 顶部区域  结束*/

/* 中部左边 */
.main{
    width: 1000px;
    margin: auto;
    height: 2293px;
}
.main_left{
    width: 640px;
    float: left;
}
.main_container{
    min-height: 160px;
  width: 70%;
    float: left;
}
.country_img{
	width: 200px;
    height: 150px;
    padding-left: 20px;
    padding-bottom: 18px;
    margin: 30px 0px 0px 0px;
}
.main_container a{
    color: #333;
    line-height: 24px;
}
.main_container p a{ color: #333;}

.main_container a:hover{
    color: #1ABC9C;
    text-decoration: underline;
}
.main_container h6{
    font-size: 16px;
    color: #333;

}
.main_container h6 a{ font-weight: bold;}
.main_container p{
    color: #000000;
    font-size: 14px;
    margin-top: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main_container span{
    margin-left: 25px;
}
.item{
    color: #9B9B9B;
    font-size: 14px;
}
.main_topic_block{
    width: 640px;
    float: left;
    border-bottom: 1px solid #9B9B9B;
    min-height: 165px;
}
.country{
    float: left;
    width: 188px;
    height: 125px;
    border-radius: 5px;
    margin-top: 5px;
    padding-left: 22px;
}
.main_topic_block1{
    float: left;
    border-bottom: 1px solid #9B9B9B;
    height: 160px;
    margin-top: 27px;
}
.main_topic_block2{
    width: 640px;
    float: left;
    border-bottom: 1px solid #9B9B9B;
    height: 192px;
    margin-top: 27px;
}
.Btn1{
    height: 40px;
    border-radius: 27px;
    color: #fff;
    margin-top: 45px;
    background-color: #e60012;
    width: 100%;
    outline: none;
    font-size: 14px;
    border: 0;
    margin-bottom: 100px;
}
/* 中部左边   结束*/
