@charset "utf-8";
html,
body {
  font-size: 14px;
  height: 100%;
  color: #444;
  font-family: "微软雅黑", Arial, sans-serif;
  background-color: #fff;
  background-image: url(./bg-small.png);
  background-repeat: repeat;
}

.contentBox {
  max-width: 1000px;
  margin: 0 auto;
}

.header {
  max-width: 100%;
  padding: 8px 0;
  background-color: #fff;
}

.header .logo {
  /* width: 286px;
  height: 56px; */
}

.friendLink {
  padding: 5px 24px;
  border-radius: 6px;
  background-color: #f4f4f4;
}

.friendLink img {
  width: initial;
}

.friendLink img+img {
  margin-left: 25px;
}

.theme {
  height: 334px;
  color: #fff;
  background: url(./theme_bg_award2018.jpg) no-repeat center top #07309b;
}

.newsBox {
  margin: 0 auto;
}

.theme h1 {
  font-size: 65px;
  text-align: center;
}

.theme p {
  line-height: 25px;
  margin:122px 0 0 200px;
}

.theme .contentBox {
  padding: 56px 0;
}

.news {
  margin-top: 30px;
}

.news .important {
  position: relative;
  padding: 15px 45px;
  background-color: #eff5ff;
}

.news .important::before {
  content: ' ';
  border-width: 35px;
  border-color: red transparent transparent red;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
}

.news .important::after {
  content: '重要';
  font-size: 17px;
  color: #fff;
  position: absolute;
  left: 4.5px;
  top: 10px;
  text-align: center;
  transform: rotate(-45deg);
}

.news .important h2 {
  text-align: center;
  font-size: 24px;
  color: #33458c;
}

.news .important p {
  color: #646464;
  line-height: 30px;
}

.newsContent {
  margin-top: 30px;
}

.newsContent .banner {
  width: 540px;
  height: 360px;
  overflow: hidden;
  position: relative;
}

.newsContent .banner ul {
  width: 100%;
  height: 100%;
  position: relative;
}

.newsContent .banner li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
}

.newsContent .banner p {
  height: 40px;
  color: #fff;
  line-height: 40px;
  padding: 0 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
}

.newsContent .banner img {
  width: 100%;
}

.newsContent .banner #bannerNav {
  position: absolute;
  right: 16px;
  bottom: 9px;
  text-align: right;
}

.newsContent #bannerNav a {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
  background-color: #c3c3c3;
  border-radius: 5px;
  cursor: pointer;
}

.newsContent #bannerNav a.active {
  background-color: #fff;
}

.newsContent .newList {
  width: 42%;
  margin-left: 2%;
  margin-top: -7px;
}

.newsContent .newList h2 {
  font-size: 21px;
  color: #33458c;
}

.newsContent .newList li {
  color: #525252;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scientist {
  margin: 30px auto 0 auto;
  position: relative;
}

.pre {
  width: 66px;
  height: 66px;
  position: absolute;
  left: 5%;
  top: 490px;
  z-index: 2;
  cursor: default;
  background: url("./left_award2018.png");
}

.pre-active {
  cursor: pointer;
  pointer-events: initial;
  background: url("./right_award2018.png");
  transform: rotate(180deg);
}

.next {
  width: 66px;
  height: 66px;
  position: absolute;
  right: 5%;
  top: 490px;
  z-index: 2;
  cursor: pointer;
  background: url("./right_award2018.png");
}

.next-disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
  background: url("./right_award2018.png");
}

#flexiselDemo3 {
  overflow: hidden;
}

.scientist .carousel-inner {
  position: relative;
  width: 100%;
  height: 622px;
  overflow: hidden;
}

.scientist .contentBox .item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.scientist .lookMore {
  color: #29357d;
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
  border: 1px solid #29357d;
  border-radius: 4px;
  margin: 0 0 30px 0;
}

.scientist .lookMore:hover {
  color: rgb(6, 62, 248);
}

/* .scientist .mountain::before {
  content: '';
  width: 14%;
  height: 393px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(./youth_bg_award2018.png) no-repeat;
}

.scientist .mountain::after {
  content: '';
  width: 15%;
  height: 393px;
  position: absolute;
  bottom: 0;
  right: -14px;
  background: url(./youth_bg_award2018.png) no-repeat;
} */

.scientist .title {
  text-align: center;
}

.scientist .title h1 {
  line-height: 100px;
  font-size: 32px;
  color: #0775ca;
  background: url(./bg_award2018.jpg) #fff repeat-x center;
}

.scientist .title span {
  padding: 0 30px;
  background-color: #fff;
}

.scientist .title p {
  line-height: 30px;
}

.scientist .scientistList {
  width: 49%;
  margin-top: 30px;
}

.scientist .scientistList+.scientistList {
  margin-left: 2%;
}

.scientist .scientistList .title {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  border-bottom: 1px solid #4f69b8;
  position: relative;
  text-align: left;
  padding-left: 50px;
}

.scientist .scientistList .title::before {
  content: ' ';
  width: 30px;
  height: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(./angular_award2018.png) no-repeat bottom;
  border-bottom: 1px solid #eff0f6;
}

.scientist .scientistList .title::after {
  content: ' ';
  width: 30px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(./angular_right_award2018.png) no-repeat bottom right;
}

.scientist .scientistList .scientistBox {
  background: #eff0f6;
}

.scientist .scientistList .info {
  margin-top: 26px;
  padding: 5px;
}

.scientist .scientistList .info img {
  width: 48%;
}

.scientist .scientistList .info .article {
  width: 50%;
  margin-left: 2%;
}

.scientist .scientistList h3 {
  color: #202020;
  font-weight: bold;
  font-size: 14px;
}

.scientist .info .article p {
  color: #787878;
  margin-top: 10px;
  line-height: 22px;
}

/* .scientist .info .article p {
	position:relative;
	line-height:20px;
	max-height:198px;
	overflow:hidden;
} */

/* .scientist .info .article p::after {
  content: "\02026";    
	position:absolute;
	bottom:0;
	right:0;
} */

.scientist .scientistList .moreInfo {
  padding: 5px;
}

.scientist .scientistList .moreInfo b {
  color: #202020;
  font-size: 14px;
  line-height: 34px;
  margin-top: 10px;
}

.scientist .scientistList .moreInfo p {
  color: #686868;
  line-height: 24px;
}

.scientist .scientistList .moreInfo a {
  color: #5976d4;
}

.scientist .scientistList .view {
  margin-top: 20px;
}

.scientist .scientistList .view li {
  width: 48%;
  margin-left: 1%;
  position: relative;
}

.scientist .scientistList .view li+li {
  margin-left: 2%;
}

.scientist .scientistList .view img {
  width: 100%;
  margin-bottom: 12px;
}

.scientist .scientistList .view .video::before {
  content: ' ';
  width: 40px;
  height: 40px;
  background-image: url(./play_award2018.png);
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 85px;
}

.scientist .scientistList .view a {
  margin-bottom: 10px;
  display: inline-block;
}

.scientist .scientistList .view .describ::before {
  content: ' ';
  width: 18px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  background: url(./video_award2018.png) no-repeat center 100%;
}

.scientist .scientistList .view .picture .show::before {
  content: ' ';
  width: 18px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  background: url(./img_award2018.png) no-repeat center 100%;
}

.footer {
  color: #fff;
  max-width: 100%;
  padding: 20px 0;
  background: #434652;
}

.footer a {
  color: #fff;
}

.footer p {
  line-height: 30px;
  text-align: center;
}

.footer span {
  margin-left: 32px;
}



/*2020年度颁奖专题*/
.cjg_body2020{ background:#fff;}
.cjg_bgzt2020{ background:#fff;}
.cjg_bgzt2020 a:hover {
    color: #B4060B;
}
.cjg_bgzt2020 .theme {
    background: url(./theme_bg_award2020.png) no-repeat center top #DB0902;
    height: 473px;
}
.cjg_bgzt2020 .newsContent .newList h2{ font-size:18px; font-weight:700; color:#B4060B; margin-bottom: 6px;}
.cjg_bgzt2020 .newsContent .banner{
  width: 50%;
  height: 400px;
}
.cjg_bgzt2020 .newsContent .newList {
    width: 50%;
    margin-left: 0;
    margin-top: 0;
    padding-left: 20px;
    box-sizing: border-box;
}
.cjg_bgzt2020 .newsContent .newList ol{ margin-bottom: 20px; }
.cjg_bgzt2020 .newsContent .banner p{ 
    height: 40px;
    color: #444;
    line-height: 40px;
    padding: 12.5px 16px;
    font-size: 18px;
    font-weight: 700;
    position: static;
    background: #EFF5FF; 
}
.cjg_bgzt2020 .scientist .title{
  background: url(./bjzt_titbg2020.png) no-repeat center top;
}
.cjg_bgzt2020 .scientist .title h1 {
    line-height: normal;
    font-size: 34px;
    color: #B4060B;
    background: none;
    font-weight: 700;
    border-top: 6px solid #B4060B; 
    padding: 20px 0 12px;
}
.cjg_bgzt2020 .scientist .title p{ font-size: 16px; color:#444; }
.cjg_bgzt2020 .scientist .scientistList{ width: 100%; }

.cjg_bgzt2020 .scientist .scientistList .title {
  font-size: 18px;
  color: #B4060B;
  line-height: 36px;
  font-weight: 700;
  border-bottom: 0;
  position: relative;
  text-align: left;
  padding-left: 50px;
  background: url(./bjzt_titline2020.png) repeat-x center;
  text-align: center;
  margin-bottom: 30px;
}
.cjg_bgzt2020 .scientist .scientistList .title span{
  display:inline-block;
  padding: 0 50px;
  background:#fff;
}

.cjg_bgzt2020 .scientist .scientistList .title::before {
  background: none;
}

.cjg_bgzt2020 .scientist .scientistList .title::after {
  background:none;
}
.zt_leftimg{
  float:left;
  width: 50%;
}
.zt_righttxt{
  float:left;
  width: 50%;
  padding-left: 18px;
  box-sizing: border-box;
}
.cjg_bgzt2020 .news .important{
 padding-top: 28px;
}
.cjg_bgzt2020 .news .important h2{
margin-bottom: 20px;
}
.cjg_bgzt2020 .news .important p{ margin-bottom: 10px; }

.cjg_bgzt2020 .newsContent .newList li{ line-height: 28px; }

.cjg_bgzt2020 .scientist .title span{ background:none; }

.cjg_bgzt2020 .pre {
    width: 44px;
    height: 44px;
    background: url(./left_award2020.png);
}
.cjg_bgzt2020 .next {
    width: 44px;
    height: 44px;
    background: url(./right_award2020.png);
}
.cjg_bgzt2020 .scientist .scientistList .info{ margin-top: 0; }
.cjg_bgzt2020 .scientist .scientistList .info img{ width: 100% }
.cjg_bgzt2020 .scientist .scientistList .view{ margin-top: 6px; }
.cjg_bgzt2020 .scientist .scientistList h3{ font-size: 16px; margin: 10px 0;}

.cjg_bgzt2020 .scientist .scientistList .moreInfo{ margin-top: 30px; float:left; }
.cjg_bgzt2020 .scientist .scientistList .moreInfo p{ line-height: 30px; }

.cjg_bgzt2020 .scientist .lookMore{
    color: #fff;
    border: 1px solid #B4060B;
    background: #B4060B;
}
.cjg_bgzt2020 .scientist .lookMore:hover{
  border: 1px solid #de1319;
    background: #de1319;
}
.cjg_bgzt2020 .scientist .scientistList .view .describ::before{
  background: url(./video_award2020.png) no-repeat center 100%;
  width: 20px;
    height: 16px;
    float: left;
    margin: 2.5px 5px 0 0;
}
.cjg_bgzt2020 .scientist .scientistList .view .picture .show::before{
  background: url(./img_award2020.png) no-repeat center 100%;
  width: 19px;
    height: 18px;
    float: left;
    margin: 2px 5px 0 0;
}

.cjg_bgzt2020 .scientist .scientistList .view .video::before {
    background-image: url(./play_award2020.png);
    top: 108px;
}


