body {
  font-family: "微软雅黑", "宋体", "Arial", "Times New Roman";
}
a {
  color: #c0c0c0;
}
a:hover {
  color: #c0c0c0;
  text-decoration: underline;
}
.none-padding {
  padding: 0px !important;
}
.none-margin {
  margin: 0px !important;
}
.margin-top-10 {
  margin-top: 10px;
}
.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cover-gray {
  position: absolute;
  background-color: gray;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
}
.cover-gray:hover {
  opacity: 0;
}
.container {
  width: 1170px;
}

.caption {
  color: #515f67;
  font-size: 16px;
}
.caption-hr {
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 30px;
  background-color: #515f67;
  border: none;
}
.caption-white {
  color: #fff;
}
.caption-hr-white {
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 30px;
  background-color: white;
  border: none;
}

/* home head */
.head-vertical-center {
  transform: translate(0%, 50%);
}
.home-carousel {
  position: relative;
  left: 0px;
  top: 0px;
  clear: both;
}
.nav {
  position: absolute;
  top: 0px;
  background: #141d26;
  opacity: 0.85;
  height: 60px;
  width: 100%;
}
.nav a {
  color: #d1d1d1;
}
.nav a:hover {
  color: #fff;
  text-decoration: none;
}
#head-logo {
  top: 9px;
  position: relative;
}
.navlist {
  font-size: 1em;
}
.navlist > div {
  width: auto;
  margin-top: 20px;
  width: 8.33%;
}
.navlist > div:first-child {
  position: relative;
  top: 13px;
  margin-top: 0px;
}
.navlist > div:first-child a {
  border: 1px solid #cccfd1;
  background-color: #5f656c;
  color: #d1d1d1;
}

.home-carousel .carousel-indicators li {
  background-color: #fff;
}
.home-carousel .carousel-indicators .active {
  background-color: #f7bf5f;
  border-color: #f7bf5f;
}
.carousel-inner > .item {
  background-color: #ccc;
}
.carousel-inner > .item img {
  visibility: hidden;
}
.carousel-inner > .item img.visible {
  visibility: visible;
}

/* home search */
.home-search {
  background-color: #cacaca;
  clear: both;
  position: relative;
  border-bottom: 1px solid #f0f1f2;
  padding: 10px 0px;
}
.home-search .form-group {
  margin-bottom: 0px;
}
.home-search-line {
  border-bottom: 1px solid #ecedee;
  background-color: #cbc8bf;
  height: 1px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.search-btn {
  cursor: pointer;
}

/* home news */
.home-news-list {
  padding-left: 0px;
  margin: 10px auto;
  list-style: none;
}
.home-news-list li {
  width: 100%;
  color: #c0c0c0;
  line-height: 2em;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  display: flex;
  flex-direction: row;
}
.home-news-list li a {
  float: left;
  color: #66696c;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.container .hot a {
  color: #d6ae23;
  font-weight: bold;
}
.home-news-list li span {
  float: right;
}
.home-news-list .pic img {
  height: 100%;
  margin-right: 1px;
}

/* videoplayer */
.videoplayer {
  padding-top: 10px;
}

/* history-meeting */
.history-meeting-list {
  line-height: 21px;
  margin-top: 10px;
  font-size: 9px;
}
.history-meeting-list li {
  float: left;
  list-style: none;
  margin: 0px 8px;
  padding: 0px 10px;
}
.history-meeting-list li.active {
  color: #d6ae23;
  border: 1px solid #d6ae23;
}
.history-meeting-list li:hover {
  color: #d6ae23;
  cursor: pointer;
}

/* activity */
.activity-row {
  margin-top: 10px;
}
.activity-row > .col-xs-6 {
  padding: 0px;
  margin: 5px 0px 5px 0px;
}
.activity-row > .col-xs-6 a {
  color: #fff;
}
.activity-pic {
  position: relative;
  margin-bottom: 10px;
}
.activity-pic img {
  width: 263px;
  height: 143px;
}
.activity-row > div .playbtn {
  width: 20%;
  height: auto;
  position: absolute;
  left: 20px;
  bottom: 20px;
  transform: rotate(0deg) scale(1);
  transition: ALL 0.4s ease;
}
.activity-row > div:hover .playbtn {
  transform: rotate(360deg) scale(1.2);
  transition: ALL 0.4s ease;
}
.activity-row > div:hover .cover-gray {
  opacity: 0;
}
.activity-row a {
  text-decoration: none;
  border-bottom: 2px solid #252e37;
  padding-bottom: 5px;
  color: #3a424a;
}
.activity-row a:hover {
  text-decoration: none;
  border-bottom: 2px solid #f7bf5f;
}
.activity-row span {
  overflow: hidden;
  height: 1.5em;
  line-height: 1.5em;
  display: inline-block;
}

.jd-row {
  margin-top: 15px;
}
.jd-row a {
  color: #3a424a;
}
.jd-row span {
  overflow: hidden;
  height: 1.5em;
  line-height: 1.5em;
  display: inline-block;
}
.jd-row img {
  width: 109px;
  height: 161px;
}

/* navyblue */
.navyblue-container {
  background: #515f67;
  clear: both;
  margin-top: 20px;
  padding: 20px 0px;
}

/* master */
/*.master-list{margin-left:35px;}*/
.master-list > .row {
  margin-top: 20px;
}
/*.master-list div{margin-left:-20px;}*/
.master-list a {
  color: #fff;
}
.master-list a:hover {
  text-decoration: none;
}
.master-list .col-xs-4 p {
  background-color: #252e33;
  line-height: 2em;
  overflow: hidden;
  height: 2em;
}
.master-list .col-xs-4 img {
  width: 328px;
  height: 179px;
}
.master-list .master-item p {
  background-color: #252e33;
  line-height: 1.4em;
  overflow: hidden;
  height: 1.4em;
}
.master-list .master-item img {
  width: 143px;
  height: 78px;
}
.master-item {
  width: 18%;
  float: left;
  margin: 0px 1%;
}
/*.master-list .col-xs-2{padding:0px 0px 0px 36px;}*/
/*.master-search{margin-left:-35px;}*/
.master-search dl {
  margin: 10px 0px 0px 0px;
}
/*.master-search dt{color:#c4c8cb;clear:both;border-bottom:2px solid #fff;clear:both;width:30px;height:30px;}*/
/*.master-search dt h4{font-weight:bold;font-size:16px;color:white;}*/
.master-search dd {
  line-height: 2em;
  height: 2em;
  overflow: hidden;
}
.master-search dd a {
  color: white;
}
.master-search dd a.active {
  color: #ffbf12;
}
.master-search .glyphicon-arrow-up {
  color: #d3583c;
}
.master-search .glyphicon-arrow-down {
  color: #ebeced;
}

/* movice */
.movie-category .btn-default {
  color: #515f67;
}
.movie-category .active {
  background: #515f67;
  color: #fff;
}
.movie-category .active:hover {
  background: #515f67;
  color: #fff;
}
.movie-category .active:focus {
  background: #515f67;
  color: #fff;
}
.movie-list {
  padding: 0px 15px;
}
.movie-list div {
  padding-top: 10px;
}
.movie-list a {
  color: #273039;
}
.movie-list a:hover {
  text-decoration: none;
}
.movie-list a img {
  width: 255px;
  height: 139px;
}
.movie-list div .playbtn {
  width: 20%;
  height: auto;
  position: absolute;
  left: 30px;
  bottom: 40px;
  transform: rotate(0deg) scale(1);
  transition: ALL 0.4s ease;
}
.movie-list div:hover .playbtn {
  transform: rotate(360deg) scale(1.2);
  transition: ALL 0.4s ease;
}
.movie-list p {
  height: 2em;
  line-height: 2em;
  padding: 0px;
  margin: 0px;
}
.movie-list div:nth-child(odd) {
  background-color: #e7e9ea;
}
.movie-list div:nth-child(even) {
  background-color: #dee7ed;
}

/* newsreel */
.newsreel-list {
  margin: 10px 0px 0px 10px;
}
/*.newsreel-list .col-xs-2{padding:0px 0px 0px 32px;margin-left:-3px;}*/
.newsreel-list .col-xs-4 .playbtn {
  width: 20%;
  height: auto;
  position: absolute;
  left: 30px;
  bottom: 50px;
  transform: rotate(0deg) scale(1);
  transition: ALL 0.4s ease;
}
.newsreel-list .col-xs-3 .playbtn {
  width: 20%;
  height: auto;
  position: absolute;
  left: 25px;
  bottom: 33px;
  transform: rotate(0deg) scale(1);
  transition: ALL 0.4s ease;
}
.newsreel-list .col-xs-4:hover .playbtn,
.newsreel-list .col-xs-3:hover .playbtn {
  transform: rotate(360deg) scale(1.2);
  transition: ALL 0.4s ease;
}
.newsreel-list .col-xs-4 p {
  background-color: #515f67;
  color: #fff;
  line-height: 2em;
  height: 2em;
  overflow: hidden;
}
.newsreel-list .col-xs-4 img {
  width: 357px;
  height: 194px;
}
.newsreel-list .col-xs-3 p {
  background-color: #515f67;
  color: #fff;
  line-height: 1.2em;
  height: 1.2em;
  overflow: hidden;
}
.newsreel-list .col-xs-3 img {
  width: 163px;
  height: 89px;
}
.newsreel-list .row a {
  text-decoration: none;
}

/* partner */
.partner li {
  float: left;
  list-style: none;
  margin: 0px 15px;
  line-height: 35px;
}
.partner a {
  color: #000;
}

.base-intro {
  height: 270px;
  background: url(../image/newsreel.jpg) repeat-x left center;
}
.base-intro .caption {
  color: #fff;
}
.base-intro .intro-list {
  margin: 30px 0px;
}
.base-intro .intro-list a {
  border: 2px solid transparent;
  display: block;
  position: relative;
  color: #fff;
  height: 141px;
  width: 255px;
}
.base-intro .intro-list a:hover {
  border: 2px solid #f7bf5f;
  text-decoration: none;
}
.base-intro .intro-list a img {
  width: 251px;
  height: 137px;
}
.base-intro .intro-list a .cover {
  position: absolute;
  left: 0px;
  top: 0px;
  background: red;
  width: 100%;
  height: 137px;
  background-color: gray;
  opacity: 0.7;
  display: none;
}
.base-intro .intro-list a:hover .cover {
  display: block;
}
.base-intro .intro-list a p {
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  visibility: hidden;
}
.base-intro .intro-list a:hover p {
  visibility: visible;
  display: flex;
  flex-direction: column;
}
.base-intro .intro-list p strong {
  font-size: 14px;
  line-height: 35px;
  width: 100%;
  height: 35px;
  overflow: hidden;
}
.base-intro .intro-list p span {
  display: block;
  line-height: 1.4em;
  width: 100%;
  height: 82px;
  overflow: hidden;
  text-indent: 2em;
  flex-grow: 1;
}
.base-intro .intro-list a:hover p span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* foot */
.foot {
  background: #353f47;
  height: 120px;
  color: #f0f1f2;
  line-height: 120px;
  overflow-y: hidden;
}
.foot a {
  color: #fff;
  margin: 0px 10px;
}
.foot .copyright {
  color: #515f67;
}
.foot .logo {
  margin-top: 16px;
}
.foot .f-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot .f-box .f-logo {
  width: auto !important;
  height: 50px;
  margin-top: 15px;
}
.foot .f-txt {
  display: flex;
  height: 55px;
  line-height: 1em;
  display: flex;
  align-items: center;
}
.f-beian {
  height: 120px;
  display: flex;
  justify-content: center;
  line-height: 2em;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.f-copy {
  display: flex;
  justify-content: center;
}
