body {
  font-family: '微软雅黑';
  font-size: 15px;
  font-weight: 500;
}

.loading {
  background: rgba(0, 0, 0, .8) url("/images/loading.svg") no-repeat center;
}

.mTop {
  margin-top: 10px !important;
}

.common-margin {
  margin: 0;
}

.clear {
  clear: both;
}

.wrapper {
  margin: 0 -15px;
}

a {
  color: #848383;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #0574b6;
}

.wrapper .panel-body {
  padding: 10px 0 0;
}

.more {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
}

.nav-tabs>li {
  font-weight: bold;
  cursor: pointer;
}

.top-con {
  position: relative;
  /*overflow: hidden;*/
}

.body-content {
  width: 100%;
  background: #f4f4f4;
}

/*****************列表页样式开始*****************/
#list-body li {
  font-size: 16px;
  margin: 8px 0px;
  color: #0574b6;

}

#list-body span {
  float: right;


}

#list .tab-content {
  margin-bottom: 20px;
}

/*****************列表页样式结束*****************/

/************************************************************首页搜索框开始********************************************************************/
.bar7 input {
  width: 250px;
  border-radius: 42px;
  border: 2px solid #3398db;
  background: #fff;
  transition: .3s linear;
  float: right;
  outline: none;
  height: 40px;
  border-right: 0;
  padding-left: 18px;
}

.bar7 input:focus {
  box-shadow: none;
}

.bar7 button {
  background: none;
  top: -2px;
  right: 20px;
}

.bar7 .input-group {
  width: 100%;
  margin: 0 auto;
}

.bar7 .input-group-addon {
  border: 2px solid #3398db;
  border-left: 0;
  background: #fff;
  cursor: pointer;
}

.bar7 .input-group-addon i {
  font-size: 20px;
  color: #3398db;
}

.bar7 .input-group-addon:hover i {
  color: #035d98;
}

.fast-choose ul {
  list-style: none;
  padding-top: 10px;
  margin: 0 auto;
  padding-left: 0;
}

.fast-choose ul li {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  font-size: 14px;
}

.fast-choose ul li:hover {
  color: #3398db;
}

.fast-choose ul li.active {
  color: #3398db;
}

/************************************************************首页搜索框结束********************************************************************/

/************************************************************新版导航条 开始****************************************************************************/
.nav-wrapper {
  background: #3498db;
  color: #fff;
}

.nav-wrapper a {
  color: #fff;
}

.nav-wrapper #search_form .btn-search {
  background: #085F92;
  border: 0;
  height: 60px;
  padding: 5px 12px;
  line-height: normal;
  position: absolute;
  right: 0;
}

.nav-wrapper #search_form .form-group {
  margin-top: 5px;
  margin-bottom: 0;
}

.nav-wrapper li a {
  font-size: 15px;
}

.nav-wrapper .dropdown-menu {
  width: 530px;
  background: #0574B6;
}

.nav-wrapper .dropdown-menu dl {
  min-height: 145px;
  margin-bottom: 5px;
}

.nav-wrapper .dropdown-menu dl dd a:hover {
  color: red;
}

.nav-wrapper .navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-wrapper .mobile-con {
  margin: 0;
  padding: 0;
}

.nav-wrapper .mobile-con li {
  width: 25%;
  height: 44px;
  line-height: 52px;
  list-style: none;
  float: left;
}

.nav-wrapper a.btn-mobile-search {
  border-radius: 3px;
  padding: 4px 8px;
  height: auto;
  line-height: inherit;
  margin-top: 5px;
  border: 1px solid #f0f0f0;
  color: #f0f0f0;
  right: 15px;
  position: absolute;
  display: none;
}

.nav-wrapper .dropdown-menu dl dt {
  border-bottom: 2px solid #006BA9;
  color: #FFFFFF;
}

.nav-wrapper .dropdown-menu dl.spe dd a {
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  font-size: 18px;
  padding-left: 0;
}

.nav-wrapper .dropdown-menu dl dd a {
  color: #F7F7F7;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
}

.nav-wrapper .si-border {
  border: 1px solid #f0f0f0 !important;
  color: #f0f0f0;
}

/* 首页顶部 开始 */
#navbar_header {
  background: #F3F3F3;
  height: 100px;
}

#navbar_header a {
  color: #333;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

#navbar_header .top-nav a {
  margin-left: 6px;
}

#navbar_header a.header-icon {
  border: 1px solid #fff;
  margin-left: 5px;
  height: auto;
  line-height: normal;
  margin-top: 4px;
  overflow: hidden;
  height: 30px;
  width: 30px;
  text-align: center;
}

#navbar_header a.header-icon:hover {
  text-decoration: none;
  border-color: #0574B6;
}

#navbar_header a.header-icon:focus {
  text-decoration: none;
}

#navbar_header a.header-icon:hover .fa:first-child {
  margin-top: -60px;
}

#navbar_header a.header-icon:hover .fa:last-child {
  margin-top: 44px;
  ;
}

.header-icon .fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
}

.header-icon .fa:first-child {
  margin-top: 4px;
}

.header-icon .fa:last-child {
  margin-top: -60px
}

.question-box {
  position: fixed;
  right: 67px;
  top: 47%;
  background: deepskyblue;
  padding: 5px 10px;
  z-index: 1000;
  cursor: pointer;
  color: #fff;
  width: 50px;
  text-align: center;
}

.help-box .question-box {
  position: static;
  border-bottom: 1px solid #fff;
}

.help-box {
  position: fixed;
  right: 67px;
  top: 47%;
  background: deepskyblue;
  /* padding: 5px 10px; */
  z-index: 1000;
  cursor: pointer;
  color: #fff;
  width: 50px;
  text-align: center;

}

.help-box>div {
  padding: 5px;
}

.helpvideo-box {
  border-top: 2px solid #fff;
}

.logo .weixin {
  position: absolute;
  right: -100px;
  top: 37px;
  z-index: 1000;
}

.logo .weixin img {
  display: none;
  width: 120px;
  height: 120px;
}

#logo .weixin img {
  margin-top: 23px;
}

.banner {
  background-image: -webkit-linear-gradient(to top, #007BC3, #0A5D8E);
  background-image: linear-gradient(to top, #007BC3, #0A5D8E);
  background-size: cover;
  margin-top: 40px;
}

#carousel-banner .item {
  height: 261px;
  margin-top: 10px;
}

#carousel-banner .item img {
  height: 100%;
  width: 100%;
}

#carousel-banner .item img.item-logo {
  height: 261px;
  width: 1140px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#navbar_header a.btn-mobile-search {
  display: none;
  background: #F3F3F3;
  border-radius: 3px;
  padding: 4px 8px;
  height: auto;
  line-height: inherit;
  margin-top: 5px;
  border: 1px solid #aaa;
  color: #404040;
}

.mobile-con {
  display: none;
}

#navigation .mobile-con li {
  width: 25%;
  height: 44px;
  line-height: 52px;
}

.common-search {
  width: 60%;
  display: inline-block;
}

.common-search #search_form {
  margin-top: 5px;
}

.common-search #search_form .btn-search {
  position: absolute;
  right: 0;
  z-index: 100;
}

.common-search .form-group {
  margin: 0;
}

/* 首页顶部 结束 */
/* banner 开始 */
.banner1,
.banner2,
.banner3 {
  width: 100%;
  height: 261px;
  background-size: auto;
}

.evalutionSecond-box .page-list {
  /* display: none!important; */
}

.banner1 {
  background: url(../images/banner1.png) center center no-repeat;
  background-size: auto;
}

.banner2 {
  background: url(../images/banner2.png) center center no-repeat;
  background-size: auto;
}

.banner3 {
  background: url(../images/banner1.png) center center no-repeat;
  background-size: auto;
}

/* banner 结束 */

.evaluationLast-box .title {
  text-align: center;
}

.logo {
  float: left;
  position: relative;
  line-height: 59px;
}

.logo img {
  /* height: 59px;*/
}

.logo:before {
  /*
    content: url(../images/logo.png);
    display: inline-block;
    position: relative;
    top: 11px;
*/
}

/* logo  结束 */


/* 搜索 开始 */
.search-page {
  overflow: hidden;
  margin-bottom: 12px;
}

.search-container .btn-more.active .fa-angle-right:before {
  content: "\f107";
}

#search_form .btn-search {
  background: #0574B6;
  border: 0;
  height: 30px;
  color: #fff;
  padding: 5px 12px;
  right: 16px;
}

.search-page#search_form .btn-search {
  position: absolute;
  right: 16px;
}

#search_form .form-control {
  float: left;
  height: 30px;
  padding: 5px 12px;
  padding: 0 14px;
  border-radius: 0;
}

#navbar_header .form-inline {
  margin-top: 5px;
}

/* 搜索 结束 */

/* 菜单栏 开始 */
#navigation {
  background: #3498db;
  width: 100%;
  margin: 0;
  border-radius: 0;
  min-height: auto;
  height: 60px;
  overflow: hidden;
}

#navigation ul {
  margin: 0;
  padding: 0;
}

#navigation li {
  list-style: none;
  /*width: 33.3%;*/
  width: 24%;
  text-align: center;
  float: left;
  color: #fff;
}

#navigation li a {
  color: #fff;
  font-size: 16px;
}

#navigation .dropdown-menu {
  background: #0574b6;
}

#navigation .dropdown-menu li {
  float: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0;
}

#navigation .dropdown-menu li:last-child {
  border: none;
}

#navigation .dropdown-menu li a {
  padding: 5px 0;
}

.navbar-toggle {
  background: #fff;
  z-index: 20;
}

.navbar-toggle .icon-bar {
  background: #0574b6;
}

#navigation .navbar-nav {
  float: none;
}

#navigation .navbar-collapse.collapsing li,
#navigation .navbar-collapse.in li {
  float: none;
  width: 100%;
}

#navigation .dropdown-menu>li>a:focus,
#navigation .dropdown-menu>li>a:hover {
  color: #333;
}

#top_menus .nav .open>a,
#top_menus .nav .open>a:focus,
#top_menus .nav .open>a:hover {
  background-color: #0A5D8E;
  border-color: #246298;
}

#top_menus .nav>li>a:focus,
#top_menus .nav>li>a:hover {
  text-decoration: none;
  background-color: #0A5D8E;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border-top: 2px solid #3498db;
}

#top_menus .navbar-nav>li>a {
  padding: 19px 5px;
}

#loginModal {
  top: 50%;
  transform: translateY(-50%);
}

#loginModal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: dodgerblue;
  border-radius: 4px 4px 0 0;
  color: #fff;
}

.btn-dodgerblue {
  color: #fff;
  background-color: dodgerblue;
  border-color: dodgerblue;
}

.btn-dodgerblue:hover {
  background-color: #50bfff;
  color: #fff;
  border-color: #50bfff;
}

#loginModal .btn-default:hover {
  background-color: #fff;
  color: #50bfff;
  border-color: #50bfff;
}

#loginModal .error {
  color: red;
  height: 20px;
  font-size: 12px;
  padding-left: 19%;
}

#loginModal input {
  height: 40px;
}

@media (min-width: 768px) {
  #loginModal .modal-dialog {
    width: 393px;
    margin: 30px auto;
  }

  .form-horizontal .control-label {
    padding-right: 0px;
  }

  .bar7 input {
    height: 50px;
  }

  .bar7 .input-group {
    width: 650px;
  }

  .fast-choose ul {
    width: 650px;
  }
}

/* 菜单栏 结束 */
@media (max-width: 767px) {
  .home-box .content-right .activityContent:before {
    content: "" !important;
  }

  .home-box .content .glyphicon-circle-arrow-up {
    right: 10px !important;
  }
}


/* 底部蓝色 */
.footer {
  background: #3498db;
}

.footer {
  line-height: 24px;
  padding: 20px 0;
}

.footer p {
  margin: 0;
  padding: 0;
}

.footer a,
.footer p {
  color: #fff;
}

.footer-wrapper.wrapper .panel-body {
  padding: 10px 0;
}


/* 活动列表样式 */
.common-marign {
  margin-bottom: 10px;
}

.content {
  min-height: 760px;
}

/* .content.loading::before {
  content: '正在加载中...';
  text-align: center;
  display: block;
} */

.content p.title {
  text-align: center !important;
}

/* 活动列表样式 end */


/*********************************** 首页 结束 ******************************************/
/*********************************** 活动介绍页 开始 ******************************************/
.M-box,
.M-box1,
.M-box2,
.M-box3 {
  position: relative;
  text-align: center;
  zoom: 1;
}

/*********************************** 活动介绍页 结束 ******************************************/


/* 响应式 开始 */
/* 顶部搜索 */
@media screen and (max-width:1300px) {
  .Paging strong {
    float: none;
    width: 100%;
    clear: both;
    display: inline-block;
    text-align: center;
  }
}

@media screen and (max-width:1000px) {
  #navigation .navbar-nav>li>a {
    padding: 20px 0;
  }

  #navigation li a {
    font-size: 15px;
  }
}

@media screen and (max-width:1200px) {
  .common-search {
    width: 50%;
  }
}

@media screen and (max-width:1000px) {
  .common-search {
    width: 70%;
  }
}

@media screen and (max-width: 760px) {
  .content {
    min-height: 100px;
  }

  #search_form {
    display: none;
  }

  .banner,
  #carousel-banner .item {
    margin-top: 20px;
  }

  .banner1,
  .banner2,
  .banner3,
  .banner4 {
    height: 100px;
  }

  #carousel-news .item {
    height: 230px;
  }

  .nav>li>a {
    padding: 10px 8px;
  }

  .footer p {
    /* height: 26px;*/
  }

  .logo {
    margin-top: 0;
    text-align: center;
    top: 3px;
    left: 5px;
  }

  .show-xs {
    display: inline-block;
  }

  #navbar_header a.btn-mobile-search,
  .nav-wrapper a.btn-mobile-search {
    display: inline-block;
  }

  .mobile-con {
    display: block;
  }

  #navigation li {
    text-align: left;
  }

  .search-container #search_form {
    position: relative;
  }

  .search-container #search_form input {
    width: 100%;
  }

  .search-container #search_form .btn-search {
    right: 0;
  }

  #search_form {
    position: absolute;
    right: 15px;
    height: 30px;
    top: 35px;
  }

  #search_form input {
    width: 270px;
  }

  .nav-wrapper #search_form {
    z-index: 1000;
    top: -45px;
    width: 92%;
  }

  .nav-wrapper #search_form .btn-search {
    right: 0;
  }

  .nav-wrapper #search_form input {
    width: 100%
  }

  .nav-wrapper .dropdown-menu dl {
    min-height: auto;
  }

  .common-search {
    width: auto;
    float: right;
  }

  #tab-news li p,
  #tab-notices li p,
  #tab-djwj li p,
  #tab-2 .panel-body li a,
  #tab-3 .panel-body li a,
  #tab-5 .panel-body li a {
    width: 95%;
  }

  .date-con {
    display: none;
  }

  .search-container .Paging {
    /*display: none;*/
  }

  .file-title h1 {
    color: red;
    margin: 20px 0 20px;
    font-size: 30px;
  }

  .article-description .text-danger {
    display: block;
  }

  .article-description .share-box a:first-child {
    margin-left: 0;
  }

  .article-description .share-box {
    float: none;
    padding-top: 10px;
  }

  .article-description .cn_share {
    display: block;
    width: 100%;
    margin: 5px;
  }

  .article-description .share-box a {
    float: left;
  }

  .nav-wrapper .dropdown-menu {
    width: 100%;
  }

  .share-box .weixin_main {
    left: 60px;
  }
}

/* 响应式 结束 */
/* 顶部 开始 */
.logo h3 {
  margin: 5px 0 0;
  padding: 0;
  display: inline-block;
  color: #fff;
}

/* 顶部 结束 */
/* 登录 开始 */
.login {
  position: relative;
  color: #fff;
  display: inline-block;
  height: 58px;
  line-height: 58px;
  text-align: right;
  padding-left: 0;
}

.login .form-control {
  border-radius: 0;
  height: 26px;
  line-height: 26px;
  margin-top: 17px;
  width: 98%;
  padding: 0 12px;
}

.login>.loginBox {
  display: inline-block;
  border: 1px solid #2186ca;
  height: auto !important;
  width: 83px;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
}

.login>.loginBox>img {
  margin-right: 7px;
}

#logout {
  cursor: pointer;
  display: inline-block;
  height: 58px;
  vertical-align: top;
}

.login .col-md-4,
.login .col-md-5,
.login .col-md-3,
.login .col-sm-4,
.login .col-sm-5,
.login .col-sm-3,
.login .col-xs-4,
.login .col-xs-5,
.login .col-xs-3 {
  padding: 0;
}


/*
#btn_login {
  position: absolute;
  right: 5%;
  top: 0;
  color: #35b4ff;
  height: 20px;
  line-height: 24px;
  margin-top: 18px;
  background: #fff;
  padding: 0px 5px;
  text-align: center;
}
*/
/* 登录 结束x */
.wrapper .panel-body {
  padding: 10px 0 0;
  display: block;
  overflow: hidden;
  clear: both;
}

.gray-bg {
  background: #f8f8f8;
}

.home-box {
  padding: 20px 0 8px;
  margin: 0px 15px 0;
  border-radius: 4px;
  /*  box-shadow: 1px 1px 5px #ccc;*/
}

.home-box .content .glyphicon-circle-arrow-up {
  position: fixed;
  top: 90%;
  right: 70px;
  font-size: 30px;
  color: #00BFFF;
  cursor: pointer;
}

.home-box .content-left {
  border-right: 9px solid #a7d7f7;
  height: auto;
  color: #fff;
  position: relative;
}

/*
.home-box .content-left:after{
    content: url(../images/line.png);
    position: absolute;
}
*/
.dashed-line {
  height: 39px;
  width: 100%;
  border-right: 3px dashed #3498db
}

.home-box .content-left>div:first-child {
  /*height: 50px;*/
  width: auto;
  background-color: #3498db;
  line-height: 50px;
  text-align: center;
  margin-bottom: 0px;
}

.home-box .content-left>.activityTime {
  color: #3498db;
  font-size: 16px;
  text-align: right;
  padding-right: 15px;
  /*    padding-top: 57px;*/
  /*font-style: italic;*/
  margin-bottom: 30px;
  position: relative;
}

/*.home-box .content-left>.activityTime:after{
    content: url(../images/left-circle-new.png);
    position: absolute;
    top:0px;
        left: 141px;
}*/
.home-box .content-left>.activityTime:last-child {
  margin-bottom: 0
}

.home-box .content-right>div:first-child {
  /* height: 50px;*/
  width: auto;
  color: #3498db;
  line-height: 50px;
  margin-bottom: 0px;
}

.home-box .content-left>.activityTime>div {
  padding-top: 43px;
  font-size: 34px;
  padding-right: 10px;
}

.home-box .content-left>.activityTime>span {
  font-size: 14px;
  display: block;
  background: url(../images/left-circle-new.png) no-repeat scroll 0 0 transparent;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: white;
  position: absolute;
  top: 0px;
  right: -32px;
  z-index: 20;
}

button[type='button'][class*='btn btn-'] {
  margin-right: 3px;
}

.home-box .content-right {
  /*    position: relative;*/
}

.download-browser>a {
  display: inline-block;
  margin-left: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.download-browser>a>img {
  background: #fff
}

/*
th{
    text-align: center
}
*/
/*
.home-box .content-right>div:first-child>span{
    display: inline-block;
    width: 23%;
}
*/
.home-box .content-right>div:first-child>div>img {
  height: 30px;
  margin-right: 15px;
}

.home-box .content .col-md-3,
.home-box .content .col-sm-6,
.home-box .content .col-xs-6 {
  padding-right: 0px;
}

.home-box .content .col-md-1 {
  padding-left: 0px;
}

.home-box .content-right .activityContent {
  width: 94%;
  border: 1px solid #e9e9e8;
  height: auto;
  background: #fff;
  position: relative;
  padding: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  /* box-shadow: 0 0 10px #e9e9e8; */
  margin-left: 4%;
  /*    box-shadow: 0 0 10px #e9e9e8;*/
}

/***********************直播首页************************************/
.home-box .content-right .activityContent .introBox .look {
  padding: 5px 0px;
}

.home-box .content-right .activityContent .introBox .look>span {
  padding: 5px 15px;
  line-height: 24px;
  height: 34px;
}

.home-box .content-right .activityContent .imgBox .play {
  position: absolute;
  top: 36.2%;
  left: 41.5%;
  font-size: 27px;
  background: #333;
  opacity: 0.8;
  width: 46px;
  height: 46px;
  /* text-align: right; */
  line-height: 46px;
  border-radius: 50%;
  padding: 0px 14px;
  color: #fff;
}

/***********************直播首页************************************/
.home-box .content-right .activityContent:before {
  content: url(../images/tri.png);
  position: absolute;
  top: 16px;
  left: -17px;
}

.home-box .content-right .activityContent .introBox,
.home-box .content-right .activityContent .imgBox {
  padding: 0;
  padding-right: 10px;
  position: relative;
}

.vote-box tr.table-head>th {
  width: 2% !important;
}

.introBox>img {
  position: absolute;
  width: 86px;
  right: -28px;
  top: -28px;
}

.introBox>span {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
}

.introBox>ul {
  -webkit-padding-start: 0px;
  margin-bottom: 0px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  font-size: 14px;
}

.introBox>ul>li {
  list-style: none
}

.introBox>ul>li>label {
  float: left;
}

.introBox>ul>li>span {
  float: left;
  line-height: 22px;
  display: inline-block;
  width: 79%;
  float: left;
}

.introBox>ul>li:last-child>span {
  /* height: 66px;
  overflow: hidden; */
}

.home-box .downloadExcel {
  color: rgb(0, 176, 240);

}

.home-box .content {
  overflow: hidden;
  padding-top: 17px;
}

.home-box h3.title {
  display: inline-block;
  border-left: 4px solid #3498db;
  padding-left: 10px;
  margin-top: 0;
}

.home-box .nav.nav-tabs {
  border: none;
  margin-left: 3em;
}

.home-box .nav-tabs>li.active>a,
.home-box .nav-tabs>li.active>a:focus,
.home-box .nav-tabs>li.active>a:hover {
  background: #f8f8f8;
  border: none;
  border-bottom: 2px solid #3498db;
  color: #3498db;
  padding: 0px 4px 4px;
}

.home-box .nav-tabs>li>a {
  margin-left: 2em;
  background: #f8f8f8;
  border: none;
  padding: 0px 4px 4px;
  border-radius: 0;
}

.home-box .tab-content>.tab-pane,
.home-box .tab-content>.tab-pane .owl-carousel {
  display: block !important;
  opacity: 0;
  height: 0px;
}

.home-box .tab-content>.tab-pane.active,
.home-box .tab-content>.tab-pane.active .owl-carousel {
  opacity: 1;
  height: 100%;
}

.img-wrapper {
  display: block;
}

.img-wrapper img {
  width: 100%;
}

.img-wrapper .title {
  margin-top: 5px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*添加兼容菜单效果*/
@media screen and (max-width:1200px) {

  .logo h3 {
    font-size: 20px;
  }



  #navigation li:nth-child(1) {
    width: 32%;
  }

  #navigation li:nth-child(2) {
    width: 32%;
  }

  #navigation li:nth-child(3) {
    width: 36%;
  }

  #navigation .dropdown-menu {
    background: #0574b6;
  }

  #navigation .dropdown-menu li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }

  #navigation .dropdown-menu li:last-child {
    border: none;
  }

  #navigation .dropdown-menu li a {
    padding: 5px 0;
  }


}

@media screen and (max-width:990px) {

  #qr-jjzx {
    display: none;
  }

  #tips-tab {
    margin-left: 0px;
  }


}

@media screen and (max-width:768px) {

  /*
  #btn_login {
    position: absolute;
    right: 20px;
    top: 0;
    color: #35b4ff;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    margin-top: 8px;
    background: #fff;
    padding: 0px 5px;
    text-align: center;
    width: 90px;
    background: #0574b6;
    color: #fff;
  }
  .login .form-control {
    margin-top: 8px;
  }
  .login {
    background: #fff;
    padding-bottom: 10px;
    overflow: hidden;
  }
*/
  #jjzx-modalcontent {
    box-shadow: none;
    background: none;
    border: none;
    text-align: center;
  }

  .exit-button {
    text-align: center;
    margin-top: 20px;
  }

  .bs-example-modal-lg {
    margin-top: 200px;
  }

  .footer-p {
    font-size: 12px;

  }



  #select2 {
    position: static;
    top: 0;
    right: 0;
    height: 100%;
  }

  position: static;

  #navigation .form-horizontal {
    background: #fff;
    margin: 0 -9px;
    padding: 0 18px;
  }

  .logo h3 {
    font-size: 16px;
  }

  .logo img {
    height: 26px;
  }

  .login {
    /*   color:#3498db;*/
    padding: 0;
    color: #fff;
    /*margin-right: 15px;*/
    text-align: left !important;
    /*padding-left: 15px!important;*/
  }

  .introBox>img {
    right: 0px;
    top: 87%;
  }

  .home-box .content-right .activityContent {
    margin-left: 0;
    width: 100%;
  }

  .home-box .content .content-right {
    padding: 0;
  }

  .help-box {
    right: 0;
  }

  /*.home-box{

  }*/
  #actPresentation {
    padding: 10px !important;
  }

  #actPresentation table {
    width: 100% !important
  }
}

@media screen and (max-width:640px) {

  #jjzx-modalcontent {
    box-shadow: none;
    background: none;
    border: none;
    text-align: center;
  }

  .exit-button {
    text-align: center;
    margin-top: 20px;
  }

  .bs-example-modal-lg {
    margin-top: 200px;
  }

  .title-nex {
    display: block;
  }

  #tips-tab {
    margin-left: 0px;
  }

  #pic-banner2 {
    height: 130px;
  }

  #pic-banner2 p {
    font-size: 20px;
    text-shadow: 1px 1px 1px #626262;
    margin-top: 38px;

  }

  #tips-tab h4 {
    padding: 0;
    font-size: 25px;

  }

  .tip-list li {
    font-size: 17px;
    padding: 5px 0;
  }




  /*首页安全教育自适应中去掉选段选择，只留更多*/
  .home-box .nav-tabs>li>a {
    display: none;
  }

  #nth-safe,
  #x-nth-safe,
  #c-nth-safe,
  #g-nth-safe {
    width: 100%;
    margin: auto 0;

  }

  #myModal1 .myqr {
    text-align: center;

  }



}


@media screen and (max-width:360px) {

  #jjzx-modalcontent {
    box-shadow: none;
    background: none;
    border: none;
    text-align: center;
  }

  .exit-button {
    text-align: center;
    margin-top: 20px;
  }

  .bs-example-modal-lg {
    margin-top: 200px;
  }

  .title-nex {
    display: block;
  }


  /* #pic-banner2 p{
    font-size: 20px;
    text-shadow: 1px 1px 1px #626262;
    margin-top: 60px;
  }*/


  #pic-banner2 {
    height: 130px;
  }

  #pic-banner2 p {
    font-size: 20px;
    text-shadow: 1px 1px 1px #626262;
    margin-top: 38px;

  }

  #tips-tab h4 {
    padding: 0;
    font-size: 22px;

  }

  .tip-list li {
    font-size: 15px;
    padding: 5px 0;
  }

  #btn_login {
    right: 1px;
    margin-top: 8px;
    width: 60px;
  }

  /*.city {
    width: 64px;
   }*/

  .logo h3 {
    font-size: 16px;
  }

  .logo img {
    height: 26px;
  }

  .login {
    color: #3498db;
    padding: 0;
  }


  /*首页安全教育自适应中去掉选段选择，只留更多*/
  .home-box .nav-tabs>li>a {
    display: none;
  }

  .form-horizontal {
    background: #fff;
    margin: 0, -20px;
    padding: 0, 4px;

  }


  /* 已经有了一个 不只为啥在这里又加了一个 */
  #nth-safe .item img,
  #x-nth-safe .item img,
  #c-nth-safe .item img,
  #g-nth-safe .item img {
    min-height: 87px;
  }

  #nth-safe,
  #x-nth-safe,
  #c-nth-safe,
  #g-nth-safe {
    width: 100%;
    margin: auto 0;

  }

  #myModal1 .myqr {
    text-align: center;

  }


}

@media screen and (max-width:320px) {

  #jjzx-modalcontent {
    box-shadow: none;
    background: none;
    border: none;
    text-align: center;
  }

  .exit-button {
    text-align: center;
    margin-top: 20px;
  }

  .bs-example-modal-lg {
    margin-top: 200px;
  }

  .title-nex {
    display: block;
  }


  #pic-banner2 p {
    font-size: 18px;
    text-shadow: 1px 1px 1px #626262;
    margin-top: 43px;

  }

  #tips-tab h4 {
    padding: 0;
    font-size: 22px;

  }

  .tip-list li {
    font-size: 15px;
    padding: 5px 0;
  }

  .city {
    width: 64px;
  }

  .logo h3 {
    font-size: 16px;
  }

  .logo img {
    height: 26px;
  }

  .login {
    color: #3498db;
    padding: 0;
  }

  .form-horizontal {
    background: #fff;
    margin: 0, -16px;
    padding: 0, 15px;

  }

  .control-label {
    font-size: 14px;
  }





  .home-box .nav-tabs>li>a {
    display: none;
  }


  #nth-safe .item,
  #x-nth-safe .item,
  #c-nth-safe .item,
  #g-nth-safe .item {
    width: 42%;

  }

  #nth-safe,
  #x-nth-safe,
  #c-nth-safe,
  #g-nth-safe {
    width: 100%;
    margin: auto 0;

  }

  #myModal1 .myqr {
    text-align: center;

  }

}

.showPaginationMsg {
  padding-top: 5px;
  font-size: 13px;
  text-align: right;
}

.form1 {
  font-size: 12px !important;
}

#error_warning {
  text-align: center;
  color: red;
  margin: auto;
  margin-bottom: 20px;
  width: 63%;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 3px;
}

.page-list {
  /* display: none!important; */
}

.mdrvUpdate .fixed-table-body {
  /* min-width: 1357px;  */
}

.mdrvUpdate .fixed-table-container {
  padding-bottom: 0px;
  overflow-x: scroll;
}

.mdrvUpdate .fixed-table-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.mdrvUpdate .fixed-table-container::-webkit-scrollbar-button {
  background-color: #f5f5f5;
}

.mdrvUpdate .fixed-table-container::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.mdrvUpdate .fixed-table-container::-webkit-scrollbar-track-piece {
  /* background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png); */
}

.mdrvUpdate .fixed-table-container::-webkit-scrollbar-thumb {
  background: #a9b4bb;
  border-radius: 14px;
}

.mdrvUpdate .fixed-table-container::-webkit-scrollbar-corner {
  background: #82AFFF;
}

.mdrvUpdate .fixed-table-container::-webkit-scrollbar-resizer {
  background: #FF0BEE;
}

/****************************** 个人中心 ************************************/
#person-centered {
  min-height: 700px;
}

#person-centered .sidebar {
  min-height: 600px;
  margin: 7px 0;
  border: 1px solid #c9ced2;
  box-shadow: 0px -2px 17px -5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

#person-centered .sidebar .nav>li {
  color: #6d99ff;
  font-weight: 900;
  padding: 12px 20px;
  cursor: pointer;
  border-bottom: 1px solid #ebeffb;
  text-align: center;
  font-size: 14px;
}

#person-centered .sidebar .nav>li:hover,
#person-centered .sidebar .nav>li:hover,
#person-centered .sidebar .nav>li.active {
  background: azure;
  color: #547bd4;
}

#person-centered #content .title {
  border-bottom: 1px solid cadetblue;
  color: cadetblue;
  padding-top: 6px;
}

#person-centered #content .title .fa {
  font-size: 21px;
  margin: 0 4px 0 0;
}

#upload-modal .modal-content,
#uploadResult-modal .modal-content,
#researchInfo-modal .modal-content,
#reviewInfo-modal .modal-content {
  border-radius: 2px !important;
}

#upload-modal #fileUpload .uploadfilebtn,
#upload-modal #fileReplace .uploadfilebtn,
#uploadResult-modal #resultFileUpload .uploadfilebtn,
#uploadResult-modal #fileReplace .uploadfilebtn {
  /* float: right; */
  background: #67c2ef;
  border: 1px solid #67c2ef;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  border-radius: 2px;
}

#upload-modal #fileUpload .uploadbtn,
#upload-modal #fileUpload .delfilebtn,
#upload-modal #fileReplace .uploadbtn,
#upload-modal #fileReplace .delfilebtn,
#uploadResult-modal #resultFileUpload .uploadbtn,
#uploadResult-modal #resultFileUpload .delfilebtn,
#uploadResult-modal #fileReplace .uploadbtn,
#uploadResult-modal #fileReplace .delfilebtn {
  padding: 5px 10px;
  float: right;
}

#upload-modal #fileUpload .filelist li,
#upload-modal #fileReplace .filelist li,
#uploadResult-modal #resultFileUpload .filelist li,
#uploadResult-modal #fileReplace .filelist li {
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}

#upload-modal #fileUpload .filelist,
#upload-modal #fileReplace .filelist,
#uploadResult-modal #resultFileUpload .filelist,
#uploadResult-modal #fileReplace .filelist,
  {
  clear: both;
  max-height: 460px;
  overflow: auto;
  padding-right: 15px;
}

#upload-modal #fileUpload .filelist li table,
#upload-modal #fileReplace .filelist li table,
#uploadResult-modal #resultFileUpload .filelist li table,
#uploadResult-modal #fileReplace .filelist li table {
  background: none;
}

#upload-modal .progressnum,
#uploadResult-modal .progressnum,
  {
  min-width: 135px;
}

#upload-modal .form-control,
#uploadResult-modal .form-control {
  height: 32px;
  padding: 3px 12px;
  border-radius: 2px;
}

#upload-modal .file-info .table>tbody>tr>td,
#uploadResult-modal .file-info .table>tbody>tr>td {
  vertical-align: middle;
  text-align: right;
  border: 0;
}

#person-centered .research {
  font-size: 16px;
  margin-top: 12px;
  margin-left: 22px;
}

.file-info {
  padding: 15px 0;
}

.file-info .form-group {
  margin-bottom: 0;
}

.file-info .form-control-static {
  min-height: 16px;
  padding: 3px 10px;
}

.file-info .error {
  color: #a94442;
  border-color: #a94442;
}

.modal-body .info-item {
  margin: 0;
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px dashed #dcdcdc;
}

.modal-body .info-item:last-child {
  border-bottom: 0;
}

.modal-body .info-item label {
  width: 14%;
  display: inline-block;
  text-align: right;
  font-weight: 600;
  margin: 0;
}

.modal-body .info-item.file-line {
  font-weight: 600;
  background: #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.modal-body .info-item.file {
  padding-left: 15px;
}

#reviewInfo-modal button,
.myResearch .fixed-table-container,
.log-reseult .fixed-table-container {
  border-radius: 2px;
}

.myResearch .fixed-table-container .table>thead:first-child>tr:first-child>th,
.log-reseult .fixed-table-container .table>thead:first-child>tr:first-child>th {
  background: #d0d0d0;
}

#reviewInfo-modal .modal-body,
#researchInfo-modal .modal-body {
  padding: 10px;
}

#index-keti {
  padding: 0 15px;
}

#add-modal {
  font-size: 13px;
}

#add-modal p {
  margin: 0;
}

#add-cetificate>.form-group {
  /* margin-bottom: 17px; */
}

#add-cetificate>.form-group>label.control-label {
  padding: 7px 0px;
  //display: flex;
  align-items: center;
}

#add-cetificate>.form-group>div {
  padding: 0;
}

#add-cetificate input,
#add-cetificate textarea,
#add-cetificate select {
  width: 100%;
}

#add-cetificate input.error,
#add-cetificate select.error,
#add-cetificate textarea.error {
  margin: 0;
  border: 1px solid red;
}

#add-cetificate .error-text {
  height: 21px;
  margin: 0;
  color: red;
}

.red {
  color: red
}

#certificateManager .certificate-item {
  background: #dcdcdc;
  padding: 0px;
  font-size: 13px;
  margin-bottom: 15px;
}

#certificateManager .certificate-item .certificate-info {
  max-height: 109px;
  padding: 7px;
  overflow-y: scroll;
  min-height: 109px;
}

#certificateManager .certificate-item .operate {
  padding: 7px;
  text-align: right;
}

#certificateManager .certificate-info>span {
  background: cadetblue;
  padding: 2px 6px;
  margin-right: 3px;
  margin-bottom: 3px;
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
}

#certificateManager .certificate-item .certificate-info::-webkit-scrollbar {
  background: #dcdcdc;
  width: 10px;
  height: 10px;
}

#certificateManager .certificate-item .certificate-info::-webkit-scrollbar-thumb {
  background: #a9b4bb;
  border-radius: 60px;
}

#certificateManager #content {
  background: whitesmoke;
  padding: 15px 0;
}

#certificateManager #content .item {
  min-height: 160px;
}

#certificateManager #pagination ul {
  margin: 0;
}

#certificateManager #pagination li {
  list-style: none;
  float: left;
  padding: 0 5px;
  margin: 0;
}

#certificateManager #pagination li:hover {
  background: #dcdcdc;
}

#certificateManager #pagination li.active {
  background: cadetblue;
  color: #fff;
}

#certificateManager .show_total>span {
  padding-right: 15px;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  text-align: right;
}

#certificateManager .headerTop {
  margin: 15px 0;
}

#certificateManager .search {
  width: 274px;
  float: right;
}

.login-after a.username {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#review-nabtab>li>a:hover {
  background: #dcdcdc;
  color: #000;
}

#review-nabtab>li>a:focus {
  color: #000;
}

#research-dynamic .search {
  width: 282px;
  margin-top: 10px;

}

#research-dynamic #title-text {
  margin-right: 15px;
}

table#dynamic-table tr td,
table#dynamic-table tr th {
  //text-align: left!important;
}

.introjs-tooltip {
  max-width: 600px !important;
}

/****课题动态详细信息****/
#research-dynamic-view {
  //font-family: "宋体";
}

#research-dynamic-view .details .title {
  text-align: center;
  font-size: 19px;

  font-weight: 700;
}

#research-dynamic-view .details .author-info {
  text-align: center;
  background: #dcdcdc;
  padding: 5px;
}

#research-dynamic-view .details .file-content {
  border: 1px solid #dcdcdc;
  padding: 5px 15px;
  margin-bottom: 50px;
}

/****************end****************/

/****课题、中期评估、结题展示 /keti/List.html*****/
#list a:hover,
#list a:focus {
  text-decoration: none;
  color: #000;
}

#list a {
  color: #8391a5;
}

#list ul.nav-toTab {
  margin: 0;
  border-bottom: 1px solid #d1dbe5;
  margin-bottom: 15px;
  padding: 0;
  ;
}

#list ul li {
  list-style: none;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  padding: 0 16px;
}

#list .nav-toTab li {
  float: left;
}

#list .nav-toTab li a {
  display: block;
}

#list .nav-toTab li.active a {
  color: #20a0ff;
}

#list .active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #20a0ff;
  z-index: 1;
  width: 116px;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}

#list .nav-toTab {
  position: relative;
}

#list .form-inline,
#list .form-group {
  margin-bottom: 15px !important;
}

#list .form-control {
  border-radius: 2px !important
}

#list table tr td {
  border: 1px solid #dfe6ec;
}

#list table tr.th td {
  background-color: #eef1f6;
}

#list .list-pagination {
  margin: 0
}

#list .list-pagination li {
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
}

#list .list-pagination li.active {
  background: #20a0ff;
  color: #fff;
}

/****************end****************/


/****************preview begin****************/
.preview-work img.preview-img {
  max-width: 100%;
}

#fileModal .arrow-left {
  /* background: #ccc no-repeat left top; */
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  font-size: 40px;
}

#fileModal .arrow-right {
  /* background: #ccc no-repeat left bottom; */
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  font-size: 40px;
}

#fileModal .swiper-container {
  height: 400px;
  width: 100%;
}

.list-group-item--active {
  color: #3498db;
}

/****************preview end****************/

/* alipay css */
.ali-login.login {
  line-height: unset;
}

.ali-login .login-after a.username {
  max-width: 42px;
  margin-top: 20px;
}

@media screen and (max-width: 760px) {
  .ali-logo.logo {
    margin-top: 0;
    text-align: center;
    top: 0;
    left: 5px;
  }
}

.extra-help {
  top: 30%;
  position: fixed;
  background: #f0ad4e;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 10px;
  width: 55px;
}

@media screen and (max-width: 1000px) {
  .extra-help {
    right: 0;
  }
}

@media screen and (min-width: 999px) {
  .extra-help {
    left: 50%;
    margin-left: 580px;
  }
}
