/*内容部分*/
.content{
    width: 1190px;
    margin: 0 auto;
}
.about_box {
    width: 1190px;
    border:1px solid #d1d1d1;
    background: #fff;
    border-top: none;
    overflow: hidden;
    box-sizing: border-box;
}
.con_l{
    color: #1f4a67;
    float: left;
    width: 480px;
    margin-right: 50px;
    height: 300px;
    box-sizing: border-box;
    padding:30px;
    padding-left: 76px;
}
.con_l h3 {
    font-size: 22px;
    font-weight: bold;
    color: #427594;
    line-height: 40px;
}
.con_l p{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    font-family: "微软雅黑";
}
.con_r{
    float: left;
    width: 600px;
    height: 420px;
    box-sizing: border-box;
    padding:30px;
}

/*加入我们*/
.con_box{
    width: 1190px;
    border: 1px solid #d1d1d1;
    background: #fff;
    border-top: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0;
    box-sizing: border-box;
}
.introduction {
    width: 570px;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
}
.introduction h2 {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
}
.blue {
    color: #437596;
}
.date {
    line-height: 24px;
    padding-bottom: 10px;
}
.introduction p {
	padding-top: 10px;
	text-align: left;
}
.mt10 {
    margin-top: 10px;
}
.content a, .news_box a {
    color: #5f5f5f;
}
.font_bold {
    font-weight: bold;
}

/*新闻与活动*/
.news_row {
    width: 1050px;
    margin: 20px auto;
    height: 135px;
    border: solid 1px #e9e9ea;
    display: block;
}
.news_row:hover{
    background: #eee;
} 
.news_row .left {
    width: 220px;
    float: left;
}
.news_row .right {
    width: 680px;
    float: left;
    line-height: 24px;
    color: #5f5f5f;
    padding: 5px 40px;
}
.news_row .right h2 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding: 5px 0;
}
.news_row .right p {
    padding: 5px 0;
}
.page {
    float: right;
    line-height: 24px;
    margin: 0 30px 20px auto;
}
.page ul li {
    display: block;
    float: left;
    margin: 0 5px;
    text-align: center;
}
.page a {
    color: #000;
    padding: 0 5px;
}

/*新闻子页*/
.article-article-title {
    width: 880px;
    overflow: hidden;
    padding: 20px 0;
    font: 12px/1.14 "微软雅黑","宋体";
    color: #666;
    box-sizing: border-box;
    margin:0 auto;
}
.article-article-title h2 {
    font-size: 22px;
    color: #232323;
    line-height: 40px;
    text-align: center;
}
.article-article-title span {
    line-height: 25px;
    text-align: center;
}
.article-article-title center a{
    color: #666;
}
.article-article-nr {
    width: 980px;
    overflow: hidden;
    padding: 0 10px;
    font: 12px/1.14 "微软雅黑","宋体";
    color: #666;
    box-sizing: border-box;
    margin:0 auto;
}
.article-article-nr p {
    line-height: 35px;
    font-size: 14px;
}
.article-article-nr p span{
    font-size: 16px; 
    font-family: arial, helvetica, sans-serif;
}
.article-article-nr h3{
    font-size: 18px; 
    font-family: "宋体","SimSun";
    line-height: 30px;
    text-indent: 32px;
    font-weight: bold;
}
