
.commonMoreBg {
	width: 100%;
	height: 240px;
}

.commonArticle {
    width: 100%;
    margin-top: 20px;
}
.commonListNav {
    width: 200px;
}
.commonListNavul {
    width: 100%;
}
.commonListNavul>h3 {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #ebf7ff;
    background-color: #0058a0;
}
.commonListNavul>li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e6edf5;
    margin-top: 1px;
}
.commonListNavul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333333;
}
.commonListNavul>li>a:hover {
    color: #0058a0;
}
.commonActiveA>a {
    color: #0058a0 !important;
}
.commonRightCont {
    width: 940px;
}
.loaction {
    width: 100%;
    font-size: 14px;
    color: #999999;
    border-bottom: 2px solid #0058a0;
    padding-bottom: 10px;
}
.loaction>a {
    font-size: 14px;
    color: #999999;
}
.loaction>a:hover {
    color: #0058a0;
}
.article {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}
.article>h3 {
    font-size: 40px;
    color: #0058a0;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.article p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 10px;
}
.listItem {
    width: 100%;
}
.itemCont {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #e9eaeb;
}
.itemCont>a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    padding-left: 25px;
    background: url(../images/icon_list_bg.jpg) no-repeat 8px;
    float: left;
    width: 80%;
    height: 50px;
    overflow: hidden;
    box-sizing: border-box;
}
.itemCont>span {
    display: block;
    float: right;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
}
.itemCont>a:hover {
    color: #0058a0 !important;
}
.page_nav {
  height: 40px;
  margin: 40px 0 0;
  text-align: center;
  width: 100%;
}
.page_nav li {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  margin: 0px 3px;
}
.page_nav li a {
  display: block;
  color: #333333;
}
.page_nav li.active {
  background-color: #0058a0;
  border-radius: 5px;
  color: #fff;
}
.pagination {
  margin: 0 !important;
}
.page_nav li:last-child {
  width: auto;
}
.page_nav li:last-child span {
  width: auto;
  font-size: 14px;
  padding: 0px 5px;
}
.pagination span,
.pagination a {
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 4px;
  border: 1px solid #333333;
}
.jump {
    width: 100%;
    margin-top: 30px;
}
.jump>a {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    background-color: #e6e6e6;
    padding: 3px 9px;
    border-radius: 2px;
}
.jump>a:hover {
    color: #ffffff;
    background-color: #0058a0;
}
.jumpAct {
    color: #ffffff !important;
    background-color: #0058a0 !important;
}
.jump>a+a {
    margin-left: 10px;
}
.articleTitle {
    width: 100%;
    border-bottom: 2px solid #e5eef5;
    padding-bottom: 15px;
}
.articleTitle>h3 {
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 50px;
}
.articleTitle>span {
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.articleCont {
    width: 100%;
    margin-top: 15px;
}
.articleCont p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 10px;
}
.articleCont img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}
.articleCont h2 {
    color: #0058a0;
    margin: 10px 0px;
    font-size: 16px;
}
.articleCont a {
    font-size: 14px;
    color: #0058a0;
    margin: 10px 0px;
}