#newsPage .content{
  overflow:hidden;
}
#newsPage .content .list-box{
    width:960px;
    float:right;
    margin:0 auto;
}
#newsPage .content .list-box .item-box {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  transition: all .3s;
  text-align: left;
  padding-right: 160px;
  position: relative;
}
#newsPage .content .list-box .item-box .img-box {
  float: left;
  margin-right: 35px;
  overflow: hidden;
  width: 323px;
  height:190px;
}
#newsPage .content .list-box .item-box .txt-box {
  padding-top: 30px;
}
#newsPage .content .list-box .item-box .txt-box .title {
  font-size: 18px;
  color: #222222;
  font-weight: 400;
}
#newsPage .content .list-box .item-box .txt-box .center {
  margin-top: 15px;
}
#newsPage .content .list-box .item-box .txt-box .center h3 {
  font-size: 20px;
  font-weight: 700;
  color: #4c4c4c;
  margin-bottom: 10px;
}
#newsPage .content .list-box .item-box .txt-box .center p {
  line-height: 1.8;
  font-size: 14px;
  color: #808080;
}
#newsPage .content .list-box .item-box .txt-box .arr-box {
  position: absolute;
  right: 0;
  top: 30%;
}
#newsPage .content .list-box .item-box .txt-box .arr-box .txt_1 {
  color: #464646;
  font-size: 14px;
  text-align: right;
}
#newsPage .content .list-box .item-box .txt-box .arr-box .txt_1 span {
  font-size: 24px;
  margin-right: 10px;
}
#newsPage .content .list-box .item-box .txt-box .arr-box p {
  margin-top: 10px;
}
#newsPage .content .list-box .item-box .txt-box .arr-box img.active {
  display: none;
}
#newsPage .content .list-box .item-box:hover {
  transform: translateY(-10px);
}
#newsPage .content .list-box .item-box:hover .txt-box .title {
  color: #0c613a;
}
#newsPage .content .list-box .item-box:hover .txt-box .arr-box .txt_1 {
  color: #0c613a;
}
#newsPage .content .list-box .item-box:hover .txt-box .arr-box p img {
  display: none;
}
#newsPage .content .list-box .item-box:hover .txt-box .arr-box p img.active {
  display: inline-block;
}

#newsPage .content .right-page {
  background: #f5f6fb;
  padding-top: 45px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
#newsPage .content .right-page .title-box {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #cacbcd;
  margin-bottom: 45px;
}
#newsPage .content .right-page .title-box p {
  font-size: 18px;
  color: #2f318b;
  margin-bottom: 10px;
}
#newsPage .content .right-page .title-box .txt_1 span {
  display: inline-block;
  font-size: 14px;
  color: #515151;
  margin-left: 20px;
  margin-right: 20px;
}
#newsPage .content .right-page .des-box p {
  font-size: 14px;
  color: #515151;
  line-height: 1.6;
  margin-bottom: 20px;
}
#newsPage .content .right-page .des-box p img {
  max-width: 100%;
}
#newsPage .content .right-page .bottom-box {
  border-bottom: 1px solid #cacbcd;
}
#newsPage .content .right-page .bottom-box .black-btn {
  display: inline-block;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #2f318b;
  color: #ffffff;
  font-size: 16px;
}
#newsPage .content .right-page .bottom-box .share-box {
  float: right;
}
#newsPage .content .right-page .bottom-box .share-box .bshare-custom {
  display: inline-block;
}
#newsPage .content .right-page .other-box {
  margin-top: 20px;
}
#newsPage .content .right-page .other-box ul li a {
  line-height: 2;
  color: #626262;
  font-size: 14px;
}
#newsPage .content .right-page .other-box ul li a:hover {
  color: #2f318b;
}