/* 重置样式 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 16px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #222; width: 100%; height: 100%; background-color: #faf5f5; }
table { border-collapse:collapse; border-spacing:0;}
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a { text-decoration: none; color: #666; background: none }
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}

p {
  /* text-indent: 2em!important; */
  line-height: 2em!important;
}
.main-body-content p {
font-size: 18px;
}
.main-body-content img {
width: 100%;
height: 100%;
}

/* 公共样式 */

/* 顶部 */
.header{
    width: 100%;
    height: 164px;
    background-image: url(../images/pice4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.top-content{
    width: 1200px;
    height: 164px;
    margin: 0 auto;
    /* background-color: pink; */
    display: flex;
    justify-content: space-between;
}
.top-content .logo{
    margin-top: 50px;
    width: 425px;
    height: 67px;
}
.search{
    margin-top: 80px;
}
.search .box{
    width: 227px;
    height: 40px;
    /* display: inline-block; */
    float: left;
    line-height: 40px;
    border: 1px solid #dd0e20;
    background-color: white;
}
.box img{
    margin-left: 5px;
    vertical-align:middle;
}
.box input{
    height: 38px;
    border: none;
}
.search button{
    width: 90px;
    height: 42px;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: #dd0e20;
}
/* 导航 */
/* 导航 */
/* .active::after{
	content: '';
	position: absolute;
	bottom: 3px;
	left: 50%;
	width: 18px;
	height: 8px;
	margin-left: -9px;
	background-image: url('../images/icon6.png');
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg);
} */
.nav-warp {
	width: 100%;
	height: 70px;
	padding: 5px 0;
	background-color: #dd0e20;
	box-sizing: border-box;
}

.nav {
	width: 1200px;
	height: 60px;
	background-color: #fff2ea;
	margin: 0 auto;
}
.nav>ul>li>a{
	position: relative;
	font-weight: 800;
	font-size: 18px;
}

.nav>ul>li>a .icon{
	position: absolute;
	bottom: 3px;
	left: 50%;
	width: 18px;
	margin-left: -9px;
	display: none;
}

.nav>ul>li>a:before{
	content: '';
	position: absolute;
	right: 0;
	width: 10px;
	height: 60px;
	background-image: url('../images/tuceng6.png');
	background-repeat: no-repeat;
	background-position: center;
}
.nav>ul>li:last-child>a:before{
	content: '';
	display: none;
}

.nav-content {
	width: 100%;
	position: relative;
}
.nav-content>li{
	position: relative;
}
.nav-content li {
	float: left;
	height: 60px;
	line-height: 60px;
}
.nav-content li a{
	padding: 0 25px;
	display: block;
}
.nav-content li>ul>li>a:hover{
	background-color: #dd0e20;
    color:white;
}
.nav-content li ul {
  position: absolute;
  left: 0;
  top: 60px;
	width: 760px;
	margin-left: -250px;
	display: inline-block;
	display: none;
	background: rgba(246, 243, 241, 0.8);
  z-index: 999;
}
.nav-content li ul a{
	width: 250px;
	box-sizing: border-box;
    color: black;
	text-align: center;
}

.nav-content li:hover ul {
	display: block;
}
.nav>ul>li:hover .icon{
	display: block;
}
.nav>ul>li:hover.active .icon {
	display: none;
}

/* 轮播图 */
.banner{
    width: 1200px;
    /* height: 480px; */
    margin: auto;
    position: relative;
}
.swiper-container img{
    width: 1200px;
    height: 610px;
}
.swiper-list{
    width: 1200px;
    height: 60px;
    /* background-color: pink; */
    margin: auto;
}
.swiper-list .swiper-slide a{
    display: block;
    color: red;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
}
/* 图片 */
.banner-img{
    width: 1200px;
    height: 120px;
    margin: 24px auto;
}
/* 网站公告 */
.webBulletin{
    width: 1200px;
    height: 50px;
    margin: 23px auto;
}
.webBulletin-content{
    width: 1200px;
    height: 50px;
    background: white;
    border-bottom: 1px dashed #ccc;
}
.webBulletin-content span{
    line-height: 50px;
    vertical-align: top;
    color: #63678b;
}
.webBulletin-content span:nth-child(2){
    color: red;
    font-size: 24px;
}
#gd-container{
    position:relative;
    display: inline-block;
    width: 980px;
    overflow: hidden;
    background:#ffffff; 
}
#gd-content{
    position: relative;
    white-space: nowrap;
}
/* 内容部分 */
.content-section{
    width: 1180px;
    padding: 15px 10px;
    margin: auto;
    background-color: white;
    display: flex;
    justify-content: space-between;
    }
    .content-section-left{
        width: 585px;
        height: 326px;
    }
    .content-section .content-section-right{
    width: 555px;
    height: 330px;
    /* background-color: pink; */
    color: red;
    }
    .content-section .content-section-right .top{
        border-bottom: 1px solid#ccc;
        padding-bottom: 10px;
    }
    .content-section .content-section-right .top span{
    	font-weight:bolder;
    }
    .content-section .content-section-right .top span:last-child{
        float: right;
    }
    .content-section .content-section-right .top span a{
        color: red;
        font-weight: bolder;
    }
    .content-section .content-section-right ul li{
    margin: 15px 0;
    }
    .content-section .content-section-right ul li a{
        font-size: 18px;
        max-width: 340px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }
    .content-section .content-section-right ul li a:hover{
        color: red;
    }
    .content-section .content-section-right ul li span{
        float: right;
        color: #ccc;
    }
    /* 内容部分2 */
.content-tow{
    width: 1180px;
    height: 100px;
    background-color: white;
    margin: 23px auto;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.content-tow a{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* 内容3 */
.content-three{
    width: 1200px;
    height: 310px;
    margin: auto;
    /* background-color: pink; */
    display: flex;
    justify-content: space-between;
}
.content-three .content-three-left{
width: 555px;
height: 280px;
background: white;
padding: 15px 10px;
}
.content-three .content-three-left .top{
color: red;
font-weight: bolder;
/* background-color: pink; */
border-bottom: 1px solid #ccc;
display: flex;
justify-content: space-between;
}
.content-three .content-three-left .top .top-left{
    position: relative;
}
.content-three .content-three-left .top .top-left img{
vertical-align: text-bottom;
}
.content-three .content-three-left .top .top-left .icon{
    width: 100px;
    height: 6px;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.content-three .content-three-left .top a{
    color: red;
}
.content-three .content-three-left ul li{
    margin: 15px 0;
    color: red;
}
.content-three-left ul li a{
    font-size: 18px;
    max-width: 340px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.content-three-left ul li a:hover{
    color:red;
}
.content-three-left ul li span{
    float: right;
    color: #ccc;
}

.content-three .content-three-right{
width: 555px;
height: 280px;
padding: 15px 10px;
background-color: white;
}
.content-three-right  .top{
    color: red;
    font-weight: bolder;
    /* background-color: pink; */
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}
.content-three-right  .top .top-left{
    position: relative;
}

.content-three-right .top .top-left img{
    vertical-align: text-bottom;
    }
.content-three-right .top .top-left .icon{
        width: 185px;
        height: 6px;
        position: absolute;
        bottom: -5px;
        left: 0;
    }
 .content-three-right .top a{
        color: red;
    }
.content-three-right ul li{
        margin: 15px 0;
        color: red;
    }
    .content-three-right ul li a{
        font-size: 18px;
        max-width: 340px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }
    .content-three-right ul li a:hover{
        color:red;
    }
    .content-three-right ul li span{
        float: right;
        color: #ccc;
    }
/* 内容4 */
.content-four{
width: 1200px;
height: 260px;
margin: 23px auto;
/* background-color: pink; */
display: flex;
justify-content: space-between;
}
.content-four-left{
width: 780px;
height: 260px;
/* background-color: pink; */
display: flex;
flex-direction: row;
align-content: space-between;
justify-content: space-between;
flex-wrap: wrap;
}
.content-four-left img{
width: 174px;
height: 115px;
}
.content-four-right{
width: 380px;
height: 230px;
padding: 15px 10px;
background-color: white;
}
.content-four-right .top{
color: red;
font-weight: bolder;
/* background-color: pink; */
border-bottom: 1px solid #ccc;
display: flex;
justify-content: space-between;
}
.content-four-right  .top .top-left{
position: relative;
}

.content-four-right .top .top-left img{
vertical-align: text-bottom;
}
.content-four-right .top .top-left .icon{
width: 120px;
height: 6px;
position: absolute;
bottom: -5px;
left: 0;
}
.content-four-right .top a{
color: red;
}
.content-four-right ul li{
margin: 15px 0;
color: red;
}
.content-four-right ul li a{
display: inline-block;
max-width: 250px;
font-size: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
}
.content-four-right ul li a:hover{
color:red;
}
.content-four-right ul li span{
float: right;
color: #ccc;
}
/* 内容5 */
.underside{
width: 1200px;
overflow: hidden;
margin: auto;
display: flex;
justify-content: space-between;
margin-bottom: 100px;
}
.underside .left-side{
width: 780px;
/* background-color: pink; */
}
.left-side .make-donation{
display: flex;
justify-content: space-between;
}
.left-side .make-donation img{
width: 382px;
height: 251px;
}
.message{
height: 458px;
padding: 20px 10px;
background-color: white;
}
.message .top{
color: red;
font-weight: bolder;
/* background-color: pink; */
border-bottom: 1px solid #ccc;
display: flex;
justify-content: space-between;
}
.message  .top .top-left{
position: relative;
}

.message .top .top-left img{
vertical-align: text-bottom;
}
.message .top .top-left .icon{
width: 120px;
height: 6px;
position: absolute;
bottom: -5px;
left: 0;
}
.message .top a{
color: red;
}
.message-item ul li{
border-bottom: 1px dashed #ccc;
position: relative;
}
.message-item ul li p{
margin: 0 10px;
line-height: 40px;
font-weight: bolder;
max-width: 580px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
}
.message-item ul li .p1 a{
color: red;
}
.message-item ul li p:nth-child(1)::before{
content: url("../images/zy1.png");
position: absolute;
left: 0;
top: 0;
/* margin: 0 10px; */
}


.icon1{
    position: absolute;
    bottom: 6px;
    left: 0;
}
.content{
    width: 1200px;

    /* background-color: pink; */
    margin:15px auto 0;
    display: flex;
    justify-content: space-between;
}
.content .side-navigation{
    width: 200px;
}
.content .side-navigation ul{
    background-color: #f7f8f8;
}
.content .side-navigation ul li{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 2px;
}
.content .side-navigation ul li a{
    width: 200px;
    font-weight: bolder;
    
}
.content .side-navigation ul li:hover{
    overflow: visible;
    white-space: inherit;
    background-color: red;
}
.content .side-navigation ul li:hover a{
    color: white;
}


.main-body{
width: 960px;
/* height: 800px; */
/* background-color: aqua; */
}
.main-body .top{
    display: flex;
    justify-content: space-between;
}
.main-body .news1{
    width: 100%;
}
.main-body .news1 ul li{
    padding: 40px 0 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}
.main-body .news1 ul li a::before{
    content: url("../images/149.png");
    margin-right: 10px;
}
.main-body .news1 ul li a{
    color: black;
    font-weight: 400;
    max-width: 580px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.main-body .news1 ul li span{
    color: #ccc;
}

.main-body .news{
    width: 100%;
    /* height: 750px; */
    /* background-color: pink; */
    overflow: hidden;
}
.main-body .news .info{
    /* margin-left: 20px; */
    width: 70px;
    display: inline-block;
}
.main-body .news input{
    width: 240px;
    margin-right: 20px;
    margin-top: 20px;
    border: 1px solid #ccc;
}
.main-body .news select{
    border: 1px solid #ccc;
}
.btn{
    border: none;
    margin: 50px auto;
    display: block;
    color: white;
    background-color: red;
    width: 130px;
    height: 50px;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
}
.news .content{}
.news .content ul li{
    margin-top: 50px;
}
.news .content ul li div img{
    vertical-align: middle;
}
.news .content ul li div p{
    display: inline-block;
     margin-left: 10px;
    color: #dd0e20;
    font-weight: bolder;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.news .content ul li div span{
    margin-left: 50px;color: #ccc;
}
.news .content ul li p{
    color: #3684dc;
    font-weight: bolder;
    margin-left: 15px;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}


.news table{
    margin-top: 20px;
}
.news .th-item{
    color: white;
    background-color: #dd0e20;
}
.news .tr-item{
    text-align: center;
    height: 50px;
    border-bottom: 1px solid #ccc;
}
.news .tr-item .download{
    color: red;
    text-decoration:underline;
    cursor: pointer;
}
.spring-frame{
    width: 100vw;
    height: 100vh;
    background-color: rgba(191, 191, 191, .5);
    /* background-color: #ccc; */
    position: fixed;
    /* z-index: 9999; */
    left: 0;
    top: 0;
    /* opacity: .5; */
    display: none;
}
.spring-frame-content{
    width: 600px;
    height: 400px;
    background-color: white;
    /* background-color: pink; */
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%,-50%);  
}
.spring-frame-content img{
    width: 250px;
    margin: auto;
    display: block;
}
.spring-frame-content button{
    width: 250px;
    height: 70px;
    margin: auto;
    display: block;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    background-color: #dd0e20;
    color: white;
    font-size: 24px;
    cursor: pointer;
}



.underside .right-side{
width: 400px;
/* background-color: #63678b; */
display: flex;
flex-direction: column;
justify-content: space-between;
}
.right-side .method-of-donation{
width: 378px;
height: 560px;
background-color: white;
border: 1px solid red;
padding: 10px 10px 0;
position: relative;
}
.right-side .method-of-donation h1{
color: red;
font-weight: bolder;
margin-bottom: 10px;
}
.right-side .method-of-donation .Line{
width: 100%;
height: 1px;
background-color: #ccc;
position: relative;
}
.right-side .method-of-donation .Line span{
width: 65px;
height: 2px;
background-color: red;
display: block;
position: absolute;
bottom: 0;
left: 0;
}

.method-of-donation .information ul li{
margin-top: 10px;
}
.method-of-donation .information ul li p{
font-weight: bolder;
}

.right-side .method-of-donation .donation-img{
width: 100%;
position: absolute;
bottom: -5px;
left: 0;
}
.right-side .location{
width: 398px;
height: 290px;
/* background-color: aqua; */
border: 1px solid red;
}
.location h1{
color: red;
font-weight: bolder;
margin: 5px 0 5px 10px;
}
.location .Line{
width: 100%;
height: 1px;
background-color: #ccc;
position: relative;
margin-bottom: 10px;
}
.location .Line span{
width: 65px;
height: 2px;
background-color: red;
display: block;
position: absolute;
bottom: 0;
left: 0;
}
.right-side .location img{
width: 100%;
height: 242px;
}



.main-body-content{
	min-height: 800px
}
.main-body-content h1{
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    margin-top: 50px;
}
.main-body-content h2{
    text-align: center;
    font-size: 24px;
    /* color: #ccc; */
}
.main-body-content div{
    /* text-align: center; */ 
    margin-top: 50px;
}
.main-body-content div span{
    font-size: 26px;
}
.main-body-content div input{
    width: 350px;
    height: 40px;
    vertical-align: bottom;
    font-size: 18px;
    border: 1px solid #dd0e20;
    padding-left: 5px;
}
.main-body-content button{
    border: none;
    margin: auto;
    display: block;
    color: white;
    background-color: red;
    width: 130px;
    height: 50px;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    margin-top: 20px;
}



/* 外面盒子样式---自己定义 */
.page_div{margin:20px 10px 20px 0;color:#666}
/* 页数按钮样式 */
.page_div button{display:inline-block;min-width:30px;height:28px;cursor:pointer;color:#666;font-size:13px;line-height:28px;background-color:#f9f9f9;border:1px solid #dce0e0;text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#0073A9;border:1px solid #0073A9}
#nextPage,#prePage{width:70px}
.page_div .current{background-color:#dd0e20;border-color:#0073A9;color:#FFF}
/* 页面数量 */
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#0073A9;margin:0 5px}
/*button禁用*/
.page_div button:disabled{opacity:.5;cursor:no-drop}


/* 底部 */
.footer{
    width: 100%;
    overflow: hidden;
    margin: 60px 0 20px 0;
}
.footer ul{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.footer ul li{
    padding: 0 10px;
}

.footer .Links{
    width: 100%;
    height: 40px;
    background-color: #dd0e20;
    margin-top: 20px;
}
.footer .Links div{
    width: 1200px;
    height: 40px;
    margin: auto;
}
.footer .Links div ul li,.footer .Links div ul li a{
    line-height: 40px;
    color: white;
    font-weight: bolder;
}
.footer .linkey{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.footer .linkey div{
    margin-top: 15px;
}

.method-of-donation .information ul li {
    margin-top: 10px;
}

/* 分页 */
.page_left {
        float: left;
    }

    .page_right {
        float: right;
    }
    .page_right a{
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #dddddd;
        color: #000000;
        padding: 6px 12px;
        margin: 0 3px;
    }
    .page_right a:hover{
       border-color: #dd0e20;
    }
    .page-active{
       background-color: #dd0e20;
    }

    .page_right .page-porv ,
    .page_right .page-next {
        color: #bfbfbf;
    }
    .fred{
    color:red

