.f-center {
    width: 1050px;
    overflow: hidden;
    margin: 0 auto
}

.f-pic {
    width: 1050px;
    height: 130px;
    background-color: rgb(103, 194, 200);
    margin: 20px 0
}

.f-nav {
    height: 35px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    line-height: 35px;
    color: #5f5f5f
}

.p_li {
    width: 230px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.f-right {
    background-color: rgb(248, 248, 248);
    width: 1050px;
    float: right;
    margin-top: 20px;
    border-top: 2px solid rgb(103, 194, 200);
	padding-bottom:3%;
}

.f-right-center {
    width: 970px;
    margin: 0 auto;
}

.f-nav1 {
    font-size: 19px;
    height: 40px;
    line-height: 45px;
}

.news {
    height: 90px;
    padding: 18px 0;
    border-bottom: 1px solid rgb(103, 194, 200)
}


.news-left {
    float: left
}
    .news-left img {
        width: 200px;
        height: 100px;
    }
.news-right {
    float: left;
    margin-left: 35px;
    width: 700px;
    color: rgb(122, 122, 122);
}
    .news-right h3 {
        font-weight: bold;
        font-size: 16px;
        color: #5f5f5f;
        margin-bottom: 10px;
    }
    .news-right span {
        font-size: 14px;
    }

.page {
    width: 1050px;
    float: right;
    height: 50px;
    text-align: center;
    margin: 20px 0 30px;
	color: #5f5f5f;
}
.page ul{text-align:center;float: right;}
.page ul li{float:left}

.page a {   
    margin: 10px;
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
    color: #b2b2b2;
    border-radius: 5px;
    background-color: rgb(248, 248, 248);
}
.arc {
    margin: 0 auto;
    width: 800px;
}

a {
    color: white
}

.arc h2 {
    text-align: center;
    color: rgb(103, 194, 200);
    line-height: 70px;
}

.arc p {
    line-height: 30px;
    color: #333;
	margin:2% 0;
}

.arc span {
    text-align: justify;
    line-height: 35px;
    font-size: 16px;
    display: block;
    margin: 30px;
    color: #5f5f5f;
}

.span-c {
    text-align: center;
}
.f-right .context{
	width:80%;margin:1% auto;overflow:hidden;
}
.f-right .context ul li{
float:left;
    width:50%;
	line-height:29px;
	color:#888;
}