body{
    margin: 0;
    padding: 0;
}
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: #333333;
}
a:hover {
    text-decoration: none;
    color: #D32023;
}

#header .menu_item .icon8 {
    width: 25px;
    height: 25px;
    background: url("../images/menu_8.png") no-repeat;
}

#main {
    width: 100%;
}

#main .flash_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#main .flash_item .flash_area {
    width: 518px;
}

#main .flash_item .flash_area .flash_main .yx-rotaion ul li a img {
    width: 515px !important;
    height: 333px !important;
}

#main .flash_item .top_news {
    width: 485px;
}

#main .flash_item .top_news_area {
    height: 345px;
}

#main .flash_item .top_news_search form {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main .flash_item .top_news_search_input {
    border: 1px solid #A9A9A9;
    height: 34px;
    padding-left: 10px;
}

#main .flash_item .top_news_search input{
    border: 0;
    width: 420px;
    height: 32px;
}
#main .flash_item .top_news_search input:focus{
    border: 0;
}

#main .flash_item .top_news_search button {
    border: 0;
    height: 36px;
    width: 58px;
    text-align: center;
    color: #ffffff;
    background-color: #EA2B32;
    margin-left: 6px;
}

#main .flash_item .top_news .top_news_title {
    height: 31px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding-left: 90px;
}

#main .flash_item .top_news .top_news_title .top_news_title_item{
    width: 105px;
    height: 31px;
    font-size: 16px;
    background: url("../images/top_news_bg.png") no-repeat;
    text-align: center;
    line-height: 31px;
    margin-left: 20px;
    cursor: pointer;
}

#main .flash_item .top_news .top_news_title .top_news_title_item_active{
    color: #ffffff;
    background: url("../images/top_news_active.png") no-repeat;
}

#main .flash_item .top_news .top_item_area {
    margin-top: 12px;
}

#main .flash_item .top_news .top_item{
    width: 100%;
    height: 84px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 8px;
}

#main .flash_item .top_news .top_item .top_item_date{
    background-color: #EEEEEE;
    height: 84px;
    width: 85px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
}

#main .flash_item .top_news .top_item .top_item_date .top_item_date_day {
    font-size: 18px;
    width: 100%;
}

#main .flash_item .top_news .top_item .top_item_date .top_item_date_other {
    font-size: 12px;
    width: 100%;
}

#main .flash_item .top_news .top_item .top_item_content{
    width: 395px;
    height: 84px;
    overflow: hidden;
    background-color: #FAFAFA;
    box-sizing: border-box;
    padding: 8px;
}

#main .flash_item .top_news .top_item .top_item_content .top_item_content_title {
    font-weight: bold;
}

#main .flash_item .top_news .top_item .top_item_content .top_item_content_content {
    line-height: 20px;
    font-size: 12px;
    height: 40px;
    overflow: hidden;
    margin-top: 8px;
    color: #A28D89;
}

#main .donate_area {
    margin-top: 20px;
    margin-bottom: 10px;
}

#main .donate_area .donate_item_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#main .donate_area .donate_item_area .donate_item {
    width: 315px;
}

#main .donate_area .donate_item_area .donate_pointer {
    cursor: pointer;
}

#main .donate_area .donate_item_area .donate_item .donate_item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
}

#main .donate_area .donate_item_area .donate_item .donate_item_title span{
    color: #D81E1B;
    font-size: 18px;
    margin-left: 10px;
}

#main .donate_area .donate_item_area .donate_item .donate_item_img {
    text-align: center;
}

#main .donate_area .donate_item_area .donate_item .donate_content_area {
    padding: 8px;
}

#main .donate_area .donate_item_area .donate_item .donate_content_area .donate_content_title {
    height: 25px;
}

#main .donate_area .donate_item_area .donate_item .donate_content_area .donate_content_text {
    line-height: 25px;
    color: #A28D89;
    font-size: 12px;
    height: 50px;
    overflow: hidden;
}

#main .donate_area .donate_item_area .donate_item .donate_content_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    color: #D81E1B;
    font-size: 12px;
}

#main .donate_area .donate_item_area .donate_item .donate_content_btn .donate_content_btn_money{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main .donate_area .donate_item_area .donate_item .donate_content_btn i {
    display: inline-block;
    height: 18px;
    width: 19px;
    background: url("../images/money_icon.png");
    margin-right: 10px;
}

#main .donate_area .donate_item_area .donate_item .donate_content_btn button {
    color: #ffffff;
    background-color: #EA2B32;
    border: 0;
    font-size: 12px;
    height: 28px;
    width: 80px;
    cursor: pointer;
}

#main .project_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#main .project_area .project_item {
    width: 510px;
    margin-bottom: 20px;
}

#main .project_area .project_item .projects_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#main .project_area .project_item .projects_area .projects_item {
    width: 110px;
    height: 98px;
    background: url("../images/project_bg.png");
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    flex-wrap: wrap;
    padding-top: 8px;
    margin-top: 20px;
    cursor: pointer;
}

#main .project_area .project_item .projects_area .projects_item .projects_item_image {
    height: 46px;
    overflow: hidden;
}

#main .project_area .project_item .projects_area .projects_item_name {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin-top: -10px;
}

#main .project_area .project_item .projects_area .projects_item_active {
    background: url("../images/project_active.png");
}

#main .project_area .project_item .projects_area .projects_item_more {
    width: 110px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    flex-wrap: wrap;
    padding-top: 8px;
    margin-top: 20px;
    background: url("../images/project_more.png");
    color: #ffffff;
    font-size: 18px;
    line-height: 88px;
}

#main .news_area {
    box-sizing: border-box;
    margin-top: 24px;
    padding: 8px;
}

#main .news_area .news_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    line-height: 32px;
}

#main .news_area .news_item a {
    text-decoration: none;
    color: #333333;
}

#main .news_area .news_item a:hover {
    text-decoration: none;
    color: #D32023;
}

#main .news_area .news_item .news_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#main .news_area .news_item .news_title:before {
    content: '·';
    padding-right: 10px;
}

#main .news_area .news_item .news_date {
    color: #A28D89;
    width: 100px;
    text-align: right;
}

#main .law_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

#main .law_area .law_item {
    cursor: pointer;
    text-align: center;
}

#main .contact_area {
    line-height: 25px;
    box-sizing: border-box;
    padding: 15px 10px 5px 30px;
    font-size: 13px;
}

#main .contact_area a {
    text-decoration: none;
    color: #333333;
}

#main .banner_area {
    margin-bottom: 8px;
}

.title_area {
    height: 45px;
    background: url("../images/title_bg.png") repeat-x;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 5px;
}

.title_icon {
    width: 11px;
    height: 13px;
    display: inline-block;
    background: url("../images/icon_1.png");
}

.title_area .title_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_area .title_text span {
    color: #D81E1B;
    font-size: 18px;
    padding-left: 10px;
}

.title_area .title_more {
    text-align: right;
    color: #595757;
    font-size: 12px;
}

.title_area .title_more a {
    color: #595757;
    text-decoration: none;
}

.title_area .title_more a:hover {
    color: #D32023;
}