body {
  background: #f2f2f2;
  min-width: 1200px;
  font-weight: 300;
}
.head {
  height: 304px;
  background: url(./images/head.png) no-repeat;
  background-size: cover;
  background-position: center 0;
}
.main {
  width: 1140px;
  margin: 0 auto;
}
.main a{
  color: #fff;
}
.logo {
  display: inline-block;
  width: 405px;
  height: 49px;
  margin-top: 24px;
  margin-left: 50px;
  background: url(./images/logo.png) no-repeat;
  background-size: 100%;
}
.title {
  width: 1056px;
  margin: 60px auto 0;
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
}
.content {
  width: 1040px;
  padding: 30px 50px;
  background: #fff;
}
.news_title {
  padding: 0px 16px;
    /* text-align: center; */
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    background: url(./images/news_title.jpg) repeat-x;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.intro {
  display: inline-block;
  width: 180px;
  height: 40px;
  background: url(./images/intro.png) no-repeat;
  background-size: 100%;
  margin-top: 66px;
  margin-bottom: 24px;
}
.intro_text {
  text-indent: 2em;
  font-size: 18px;
  line-height: 30px;
  color: #313131;
}
.tabs {
  margin-top: 50px;
}
.tab {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  width: 96px;
  height: 40px;
  background: url(./images/tab.png) no-repeat;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.tab.big {
  width: 128px;
  background: url(./images/tab_big.png) no-repeat;
}
.tab.active {
  color: #ffcc00;
}
.tab_pane {
  border: 1px solid #0957a5;
  padding: 12px;
  overflow: auto;
}
.tab_pane.article {
  height: 826px;
  font-size: 16px;
}
/* 统一文字 字号 */
.intro_text p{
  font-size: 20px !important;
}
.article-con p{
  font-size: 20px !important;
}
.article-con p span{
  font-size: 20px !important;
}