body{
  min-width: 1024px;
}
/*头部样式*/
nav.navbar-default{
  position: relative;
  top: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 1;
  border: none;
  background-color: #fff;
}
nav.navbar-special{
  position: absolute;
}
nav .navbar-header {
  display: none;
}
nav .navbar-header{
  width: 100%;
}
nav .navbar-brand{
  display: inline-block;
  width: 168px;
  padding: 0 0 0 15px;
}
nav .login-wrap{
  float: right;
  width: 420px;
  margin-top: 10px;
}
nav .login-wrap a{
  width: auto;
  padding: 0 16px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #666;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  border-radius: 30px;
  opacity: 0.97;
  filter: alpha(opacity=97);
  font-size: 12px;
  color: #666;
}
nav.navbar-special{
  background: rgba(0,0,0,0.2);
}
.navbar-special .login-wrap a{
  border: 1px solid #fff;
  color: #fff;
}
nav.navbar-default .navbar-collapse{
  margin: 0 160px;
  padding: 0
}
nav.navbar-default .navbar-nav>li>a{
  cursor: pointer;
}
nav.navbar-special .navbar-nav>li>a{
  color: #fff;
}
nav.navbar-special .navbar-nav>li>a:hover{
	color:#999;
}
nav.navbar-special .navbar-toggle .icon-bar{
  background: #fff;
}
nav .login-info{
  float: right;
  padding: 12px 45px;

}
nav .login-info .search-box{
  float: left;
  position: relative;
  width: 160px;
  padding-right: 10px;
}
nav .login-info .search-box input{
  height: 26px;
  padding-right: 20px;
}

nav .login-info .search-box span{
  position: absolute;
  right: 14px;
  top: 0;
  color: #ccc;
  line-height: 28px;
}
nav .login-info i{
   line-height: 26px;
 }
/*底部信息*/
.footer{
  height: 60px;
  background: #2d2e2e;
  color: #777;
}
.footer .footer-inner .col-sm-6{
  padding: 20px 0;
  line-height: 20px;
}
.footer .footer-inner{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.footer .footer-right{
  text-align: right;
}


/*通用样式*/
.back-gary{
  background: #f5f6f7
}
.correspondent{
  display: block;
}
.journalist{
  display: block;
}
.nav-logo {
  line-height: 52px;
  font-size: 24px;
  font-family: "KaiTi";
  font-style: italic;
}

.up-img-cover {width: 100px;height: 100px;}
.up-img-cover img{width: 100%;}
.up-img-txt{font-weight: 100;margin-top: 56px;text-align: center}

/*最新播报*/
.hot-events{
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #E9E9E9;
  color: #555555;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 15px;
  position: relative;
}
.hot-events i{
  font-size: 20px;
}
.hot-events-wrap ul{
  border-left: 1px solid #EEEEEE
}
.hot-events-wrap li{
  position: relative;
  padding: 6px 0 6px 10px;
  list-style: none;
}
.hot-events-wrap li:before{
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-width: 1px;
  border-color: #999;
  border-style: solid;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  left: -4px;
  top: 12px;
}
.hot-events-wrap li:after{
  content:"";
  width: 16px;
  height: 16px;
  border:1px solid #EC7F7F;
  opacity:0;
  border-radius: 100%;
  position: absolute;
  left:-9px;
  top: 7px;
  transition:opacity 1s;
  -moz-transition:opacity 1s;
  -webkit-transition:opacity 1s;
  -o-transition:opacity 1s;
}
.hot-events-wrap li:hover{
  background: #F6F6F6;
}
.hot-events-wrap li:hover:before{
  background:#D90000;
  border-color:#D90000;
}
.hot-events-wrap li:hover:after{
  opacity:0.8;
}


@media screen and (max-width: 768px) {
  nav .navbar-header {
    display: block;
  }
  nav .navbar-nav{
    margin: 0;
    background: rgba(255,255,255,0.7);
  }
  nav.navbar-default .navbar-nav>li>a{
    color: #777;
    padding-left: 20px;
  }
  .footer{
    height: 40px;
  }
  .footer .footer-inner .col-sm-6{
    padding: 10px 0;
    line-height: 20px;
  }
  .footer .footer-right{
    text-align: left;
  }
}
.ewm{
	position:fixed;
	top:80px;
	left:40px;
	width:160px;
}
.ewm p{
	text-align:center;
	color:#fff;
	font-size:16px;
}


#myCarousel img{
  width: 100%;
  height: auto;
}
.news-slide{
  width: 100%;
  height: 40px;
  line-height: 35px;
  margin-top: 10px;
}

.news-slide .marquee-sibling{
  float: left;
  width: 116px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: grey;
  border-radius: 30px;
}
/* 跑马灯样式 */
.str_wrap {
  overflow:hidden;
//zoom:1;
  width:100%;
  font-size:12px;
  line-height:16px;
  position:relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background:#f6f6f6;
  white-space:nowrap;
}

.str_wrap.str_active {
  background:#f1f1f1;
}
.str_move {
  white-space:nowrap;
  position:absolute;
  top:0;
  left:0;
  cursor:move;
}
.str_move_clone {
  display:inline-block;
//display:inline;
//zoom:1;
  vertical-align:top;
  position:absolute;
  left:100%;
  top:0;
}
.str_vertical .str_move_clone {
  left:0;
  top:100%;
}
.str_down .str_move_clone {
  left:0;
  bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space:normal;
  width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
  cursor:inherit;
}
.str_wrap img {
  max-width:none !important;
}
.str_wrap{
  /*padding-left: 3em;*/
  padding-right: 3em;
  background: #fefefe;
  height: 10em;
  line-height: 2em;
  font-size: 1.2em;
  margin-left: 2rem;
}
.str3 {
  font-size:0 !important
}
.str3-2 {
  background:none !important;
}
.str3-2 span {
  color:#999;
  margin-right:20px;
  display:inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  vertical-align:top;
}
.str4 .str_item {
  font-size:0;
  line-height:0
}

/*登录样式*/
.login-wrap{
  width: 100%;
  max-width: 440px;
  margin: 50px auto 0;
}
.login-wrap .logo{
  width: 320px;
  margin: auto;
}
.login-wrap .form-horizontal{
  margin-top: 16px;
}
.login-wrap .form-input{
  height: 44px;
  margin: 0 0 12px;
  border: 1px solid #d9d9d9;
  background: #FAFFBD;
}
.login-wrap .form-input input{
  width: 100%;
  height: 100%;
  line-height: 28px;
  font-size: 16px;
  padding: 12px 15px 12px 5px;
  border: none;
  box-shadow: none;
  background: none;
}
.login-wrap .form-input i{
  line-height: 40px;
  font-size: 20px;
  color: #aaa;
}
.login-wrap .checkbox label{
  color: #999;
}
.login-wrap .forget{
  text-align: right;
  color: #29e;
}
.login-wrap .btn-login{
  display: inline-block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  border-radius: 2px;
  border: none;
  background: #29e;
  color: #fff;
}
.login-wrap .go-register{
  text-align: center;
}
.login-wrap .go-register a{
  color: #29e;
}


/* 注册样式*/

.register-step{
  height: 120px;
  width: 100%;
  max-width: 900px;
  margin: 50px auto;
}
.register-step .row{
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #999;
}
.register-step .row .circle{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin:auto;
  text-align: center;
  background: #d5d5d5;
}
.register-step .circle .iconfont{
  font-size: 46px;
  text-align: center;
  line-height: 80px;
  color: #fff;
}
.register-step .row p{
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
}
.register-step .row .progressBar{
  height: 10px;
  width: 100%;
  margin-left: -50%;
  background: #d5d5d5;
}
.register-step .row .back-none{
  background: none;
}
.register-step .row .progress-circle{
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 22px;
  height: 22px;
  z-index: 1;
  margin-left: -11px;
  border-radius: 100%;
  background: #d5d5d5;
}
.register-step .success .progress-circle{
  background: #009ad9;
}
.register-step .success .circle{
  background: #009ad9;
}
.register-step .success .progressBar{
  background: #009ad9;
}
.register-step .success .back-none{
  background: none;
}
.register-step .success p{
 color: #333;
}
.register-step .row .circle img{
  display: block;
}
.examined-wrap{
  width:756px;
  margin: 10px auto;
  box-shadow: 1px 2px 10px #009ad9;
}
.examined-wrap .step-info {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.examined-wrap .step-info .form-info{
  margin: 20px 0;
}
.step-info{
  margin: 80px 20px 40px;
  border-radius: 10px;
  box-shadow: 1px 2px 10px #009ad9;
}
.step-info h4{
  text-align: center;
  color: #009ad9;
  line-height: 50px;
  font-size: 20px;
}
.step-info h4 i{
  font-size: 20px;
  line-height: 50px;
  margin-right: 6px;
}
.step-info .btn-submit-wrap{
  margin-top: 30px;
}
.step-info .btn-submit-wrap button{
  width: 172px;
  background: #fe944d;
  border-color: #fe944d;;
}
.step-info .nav-tabs{
  width: 320px;
  height: 60px;
  margin: 0 auto;
  border: none;
}
.step-info .nav-tabs li{
  width: 159px;
  text-align: center;
}
.step-info .nav-tabs>li>a{
  font-size: 18px;
  color: #666;
  cursor: pointer;
  border: 1px solid #bfcbd9;
  box-shadow: none;
}
.step-info .nav-tabs>li:first-child>a{
  border-right: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.step-info .nav-tabs>li:last-child>a{
  border-left: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.step-info .nav-tabs>.active>a{
  background: #1FD9CB;
  color: #fff;
  border: none;
  box-shadow: 0px 3px 8px #35C5D9;
}
.step-info .nav-tabs>li>a:hover{
  background: #009ad9;
  color: #fff;
  border: none;
  box-shadow: 0px 3px 8px #1878D9;
}
.step-info .nav-tabs li i{
  font-size: 18px;
  margin-right: 6px;
}
.step-info .nav-tabs>li:last-child i{
  font-size: 20px;
}
.step-info>.row{
  display: none;
  padding: 0 0 40px 0;
  margin: 0;
}
.step-info .panel-group{
  margin: 10px;
}
.step-info .panel-default>.panel-heading{
  color: #fff;
  background-color: #1FD9CB;
  border: none;
}
.step-info .panel-heading a{
  color: #fff;
  text-decoration: none;
}
.step-info .panel-heading .panel-title{
  color: #fff;
}
.step-info .panel-default>.panel-heading:hover{
  background-color: #1878D9;
}
.step-info .label-name{
   float: left;
   width: 80px;
 }
.step-info .label-content{
  margin-left: 88px;
}
.step-info .label-name-check{
  float: left;
  width: 164px;
}
.step-info .label-content-check{
  margin-left: 164px;
}
.step-info .label-name-upload{
  float: left;
  width: 250px;
}
.step-info .label-content-upload{
  margin-left: 250px;
}
.step-info .form-info{
  margin: 15px 30px;
  border-radius: 10px;
}
.step-info .form-info>.row{
  margin: 0 -5px;
}

.step-info .form-info .form-group{
  height: 36px;
}
.step-info .form-info .control-label{
  padding-left: 0;
  padding-right: 5px;
}
.step-info .form-info .progress{
  height: 10px;
  margin-top: 20px;
  padding: 0;
  background-color: #ccc;
}
.step-info .upload-img{
  width: 120px;
  margin: auto;
}
.step-info .upload-img i{
  font-size: 120px;
  height: 120px;
}
.step-info .table th:first-child,
.step-info .table td:first-child{
  width: 240px;
  border-right: 1px solid #ccc;
}
.step-info .table input,
.step-info .table textarea{
  width: 100%;
  border: none;
}
.step-info .register-type{
  display: block;
}
.step-info .type-tab{
  display: none;
}
.step-info .new-user{
  display: block;
}
.step-info .type-tab .col-sm-2 img{
  width: 100%;
  max-width: 160px;
  margin: auto;
}
.step-info .type-tab p{
  text-align: center;
  font-size: 18px;
  color: #FF0000;
  margin: 20px 0 40px;
}
/*.step-info .year-check{*/
  /*width: 100%;*/
  /*max-width: 320px;*/
  /*margin: auto;*/
/*}*/
/*.step-info .year-check .img-wrap{*/
  /*width: 100%;*/
  /*max-width: 160px;*/
  /*margin: auto;*/
/*}*/
/*.step-info .year-check p{*/
  /*text-align: center;*/
  /*font-size: 18px;*/
  /*color: #FF0000;*/
/*}*/
/*.step-info .year-check .btn-wrap{*/
  /*width: 162px;*/
  /*margin: auto;*/
/*}*/
.step-info .register-type .col-sm-4{
  padding: 0 30px;
}
.step-info .register-type .btn-next{
   margin-top: 20px;
   color: #fff;
   background-color: #1FD9CB;
   box-shadow: 0px 3px 8px #35C5D9;
}
.step-info sup{
  top:0;
  color:#FF0000;
}
.step-info button{
  width: 160px;
}
.step-info .complete-wrap{
  width: 320px;
  text-align: center;
  margin: 120px auto 0;
}
.step-info .complete-wrap span{
  font-size: 80px;
  text-align: center;
  line-height: 100px;
  color: #fe944d;
}
.step-info .complete-wrap .hint-success i{
  display: block;
  float: left;
  width: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  text-align: center;
  color: #fe944d;
}
.step-info .complete-wrap .hint-success p{
  margin-left: 50px;
  line-height: 30px;
  font-size: 18px;
  color: #999;
}
.step-info .panel-border .form-group{
  border-bottom: 1px solid #ddd;
}
.step-info .panel-border .form-group:last-child{
  border-bottom: 0;
}
.step-info .panel-border .col-sm-7 input{
  margin-top: -6px;
}
/*二级页样式*/
.sub-page .page-head{
  height: 36px;
  background: #0e93d7;
  line-height: 36px;
}
.sub-page .page-head-title{
  float: left;
  color: white;
  padding-left: 180px;
  font-size: 16px;
}
.sub-page .page-head-user{
  float: right;
  color: white;
  padding-right: 40px;
  font-size: 14px;
}
.sub-page .hot-events-wrap{
  padding-left: 50px;
}
.sub-page .navbar-default .navbar-collapse{
  margin: 0 152px;
}
.sub-page .container{
  width: 100%;
  background: #f1f1f1;
  padding:0 10px 60px;
}
.sub-page .sub-border{
  width: 100%;
  padding: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.sub-page .page-center-carousel{
  float: left;
  height: 430px;
  width: 550px;
}
.sub-page .page-center-new{
  float: right;
  height: 430px;
}
.sub-page .hot-events{
  height: 48px;
  border-bottom: 1px solid #b6bcc8;
  color: #0072a6;
  margin:0;
  position: relative;
  border-left: 3px solid #0072a6;
  padding-left: 20px;
}
.sub-page .hot-events i{
  font-size: 20px;
  line-height: 48px;
}
.sub-page .hot-events strong{
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 3px;
  left: 44px;
}
.sub-page .hot-events span{
  color: #f59f09;
}
.sub-page .hot-events em{
  position: absolute;
  left: 44px;
  top: 18px;
  font-size: 12px;
  color: #c4c4c4;
}
.sub-page .hot-events a{
  position: absolute;
  right: 30px;
  font-size: 14px;
  line-height: 48px;
  color: #babdc3;
}
.sub-page .list-group{
  border-right: 1px solid #f1f1f1;
  margin-right: 20px;
}
.sub-page .list-group li{
  position: relative;
  margin:20px 30px 0 40px;
  list-style-type: none;
  background: #f6f6f6;
}
.sub-page .list-group li:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  right: -7px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 7px solid #e0e0e0;
}
/* 白色覆盖*/
.sub-page  .list-group li:after {
  position: absolute;
  content: "";
  /*减少两像素*/
  top: 50%;
  margin-top: -10px;
  right: -6px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 7px solid #fff;
}
.sub-page .event-from{
  float: left;
  height: 100%;
  background: #f6f6f6;
  width: 68px;
  text-align: center;
  color: #8f8f8f;
}
.sub-page .event-from .date{
  border-radius: 0;
  padding: 4px 0;
  color: #fff;
  width: 100%;
}
.sub-page .event-from span{
  font-size: 30px;
  padding-top: 10px;
}
.sub-page .event-info{
  margin-left: 68px;
  border:1px solid #e0e0e0;
  border-left:0 ;
  font-size: 14px;
  color: #787878;
  background: #fff;
  padding: 6px 10px 6px 20px;
}
.sub-page .event-info p{
  margin: 5px 0;
  font-weight: bold;
  line-height: 20px;
}
.sub-page .event-info .btn{
  padding: 0;
  width: 80px;
  text-align: center;
  border-radius: 0;
  height: 28px;
  line-height: 26px;
}
.sub-page .event-info .btn-border-primary{
  border: 1px solid #337ab7;
  color: #337ab7;
}
.sub-page .event-info .btn-border-danger{
  border: 1px solid #d9534f;
  color: #d9534f;
}
.sub-page .event-info .btn-border-warning{
  border: 1px solid #f0ad4e;
  color: #f0ad4e;
}
.sub-page .event-info .btn-border-info{
  border: 1px solid #5bc0de;
  color: #5bc0de;
}
.sub-page .event-info .name{
  font-size: 12px;
  margin-left: 8px;
}
.sub-page .triangle{
  position: absolute;
  right: -34px;
  width: 7px;
  height: 7px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  top: 50%;
  background: #fff;
  margin-top: -4.5px;
  z-index: 9;
}
.sub-page li.active .event-info{
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-left:0 ;
}
.sub-page  .list-group li.active:before {
  border-left: 7px solid #f1f1f1;
}
.sub-page  .list-group li.active:after {
  border-left: 7px solid #f1f1f1;
}
.sub-page li.active .triangle{
  right: -36px;
  width: 11px;
  height: 11px;
  border: 2px solid #0b76ff;
  margin-top: -5.5px;
}
.sub-page li.active .triangle .dot{
  position: absolute;
  top: 2px;
  left: 2px;
  width: 3px;
  height: 3px;
  background: #0b76ff;
  border-radius: 50%;
}
.sub-page .sub-little{
  background: #fff;
}
.sub-page .sub-little-title{
  position: relative;
  background: #5ba1db;
  height: 48px;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.sub-page .editorialOffice .sub-little-title{
  height: 78px;
}
.sub-page .editorialOffice .sub-little-title #weather{
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
}
.sub-page .sub-little-title strong{
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}
.sub-page .sub-little-title span{
  color: #f59f09;
}
.sub-page .sub-little-title em{
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
.sub-page .sub-little-title:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #5ba1db;
}
.sub-page .sub-little-info{
  margin-top: 10px;
  padding: 0 10px;
}
.sub-page .sub-little-info li{
  position: relative;
  padding: 18px 24px 16px;
  list-style-type: none;
  font-size: 14px;
  border-bottom: 2px dashed #e7e7e8;
}
.sub-page .editorialOffice .sub-little-info li {
  padding: 8px 4px 6px;
}
.sub-page .score-ranking .sub-little-info li{
  padding: 18px 4px 16px;
}
.sub-page .sub-little-info li:last-child{
  border-bottom:0;
}
.sub-page .editorialOffice h4{
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 10px;
}
.sub-page .editorialOffice .sub-little-info h4{
	font-size:14px;
	ine-height: 24px;
	margin: 0 0 8px;
}
.sub-page .editorialOffice h4 span{
  margin-left: 30px;
}
.sub-page .sub-little-info p{
  text-align: justify;
  color: #000;
  margin: 0 0 6px 20px;
  line-height: 18px;
  font-weight: bold;
}
.sub-page .score-ranking .sub-little-info p{
  margin: 0;
}
.sub-page .editorialOffice .sub-little-info p{
  margin-left: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom:2px;
}
.sub-page .sub-little-info i{
  position: absolute;
  display: block;
  top: 22px;
  left: 26px;
  color: #0072a6;
  font-size: 12px;
}
.sub-page .editorialOffice .sub-little-info i{
  top: 8px;
  left: 0;
  font-size: 26px;
}
.sub-page .sub-little-info .basics-info{
  text-align: right;
  line-height: 24px;
  color: #7f7e7e;
}
.sub-page .sub-little-info .time{
  margin-right: 60px;
}
.sub-page .sub-little-more{
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #333;
  background: #dadada;
}



.sub-page .block-tit{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #E9E9E9;
    color: #555555;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 15px;
    padding-left: 50px;
    position: relative;
}
.sub-page .block-tit .iconfont{
  line-height: 36px;
  font-size: 20px;
}
.sub-page .block-tit span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #E9E9E9;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 6px;
  box-shadow: -10px 0 1px 6px #fff;
  color: #E9E9E9;
}
.sub-page .block-tit span:before {
  content: "";
  width: 6px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: -2px;
  bottom: 6px;
}
.sub-page .block-tit a{
  line-height: 24px;
  color: #666666;
}
.sub-page .block-tit:hover a{
  color: #b71327;
  text-decoration: none;
}
.sub-page .block-tit:hover .iconfont{
  color: #b71327;
}
.sub-page .block-tit em {
  font-style: normal;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #aaaaaa;
  font-family: "Arial";
}
.sub-page .block-tit:hover em{
  color: #b71327;
}
.sub-page .regulations-tit{
  margin-top: 15px;
}
.sub-page .regulations-tit a{
  position: relative;
  display: block;
  height: 36px;
  width: 100%;
  line-height: 36px;
}
.sub-page .regulations-tit:hover a {
  color: #b71327;
}
.sub-page .regulations-tit:hover span{
  color: #b71327;
}
.sub-page .regulations-tit:hover em{
  color: #b71327;
}
.sub-page .regulations-tit:hover .line{
  background: #b71327;
}
.sub-page .regulations-tit .icon-wrap{
  position: absolute;
  left: 0;
  width: 120px;
}
.sub-page .regulations-tit .iconfont{
  line-height: 36px;
  font-size: 24px;
}
.sub-page .regulations-tit span{
  position: absolute;
  height: 36px;
  color: #555555;
  font-size: 20px;
  text-indent: 6px;
}
.sub-page .regulations-tit .line-wrap{
  padding: 18px 56px 0 120px;

}
.sub-page .regulations-tit .line{
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.sub-page .regulations-tit em{
  font-style: normal;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #089AFD;
  font-family: "Arial";
}
.sub-page .info-top li{
  list-style: none;
}
.sub-page .regulations .info-top li{
  padding: 10px 0;
}
.sub-page .regulations .info-top li:hover{
  background: #F6F6F6;
}
.sub-page .regulations .info-top li:hover a{
  text-decoration:none
}
.sub-page .info-top li em{
  font-size: 12px;
  font-style: inherit;
}
.sub-page .info-top li .info-title{
  position: relative;
}
.sub-page .info-title i{
  margin-right: 4px;
  color: #3ca5f6;
}
.sub-page .info-title span{
  position: absolute;
  right: 0;
}
.sub-page .info-top li .info-content{
  margin: 10px 0;
  line-height: 24px;
  font-size: 14px;
}
.sub-page .info-top li a{
  color: #999;
}
.sub-page .info-top li a:hover{
  text-decoration: none;
  color: #089AFD;
}
/*.sub-page .info-top li em:hover{*/
  /*color: #089AFD;*/
/*}*/
.sub-page .info-top .time{
  width: 100px;
  height: 100px;
  float: left;
  margin-left: 10px;
  background: #089AFD;
  color: #fff;
  text-align: center;
}
.sub-page .info-top .time .date{
  font-size: 30px;
  font-weight: bold;
  line-height: 70px;
}
.sub-page .info-top .time .month{
  font-size: 16px;
  line-height: 30px;
  background: #0f0f0f;
}
.sub-page .info-top .info{
  margin-left: 120px;
  overflow-y: hidden;
  height: 100px;
  text-align: justify;
}
.sub-page .info-top .info h4{
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.sub-page .info-top .info p{
  color: #666;
}
.sub-page .info-top .badge{
  float: right;
  padding: 12px 4px 12px 0;
  font-size: 14px;
  background: none;
  color: #089AFD;
}

/*列表页样式*/
.list-wrap .navbar-default{
  border-radius: 0;
  box-shadow: 0px 1px 8px #c4c4c4;
}
.list-wrap .container{
  margin-top: 30px;
  margin-bottom: 60px;
}
.list-wrap .list-group-item{
  margin-bottom: 20px;
  padding: 20px 20px 30px 20px;
  border: none;
  border-radius: 3px;
  background: #f5f5f5;
}
.list-wrap .list-group-item:hover{
  background: #E6F2FF;
}
.list-wrap .list-group-item .badge{
  background: #D90000;
}
.list-wrap .list-group-item h3{
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.list-wrap .list-group-item h3:hover{
  color: #089AFD;
  border-radius: 10px;
}
.list-wrap .list-group-item p{
  color: #666;
}
.list-wrap .list-group-item .time {
  position: absolute;
  right: 20px;
  font-family: "Georgia";
  color: #aaa;
}
.list-wrap .location{
  display: block;
  font-size: 14px;
  color: #BABABA;
}
.list-wrap .location i{
  margin-right: 5px;
  font-size: 18px;
}
.list-wrap .location a{
  color: #BABABA;
}
.list-wrap h2 {
  font-size: 30px;
  line-height: 40px;
}

/*详情页样式*/
.article-info {
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 15px;
}
.article-info ul{
  height: 20px;
  padding-left: 15px;
  margin-bottom: 0;
}
.article-info li{
  float: left;
  list-style: none;
  /*display: none;*/
  margin-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.article-info li p{
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow: hidden;
}
.article-info li span{
  margin-right: 5px;
}
/*.article-info .count,*/
/*.article-info .date{*/
  /*display: block;*/
/*}*/
.article-info .count{
  float: right;
}
/*.article-info .date{*/
  /*float: right*/
/*}*/
.article-info .count span{
  color: #F05859;
  font-family: "Georgia";
}
.article-info .count span em{
  font-style: normal;
}


.list-wrap article{
  margin-bottom: 30px;
}
.list-wrap article p{
  color: #666666;
  font-size: 16px;
  padding: 5px 0;
  line-height: 30px;
  margin: 0;
  table-layout: fixed;
  word-break: break-all;
}
.list-wrap article img{
  width: 100%;
  padding: 0 10px;
  color:#337ab7
}

/*page*/
.page-large{margin:40px 0 20px; text-align:center;}
.page-large a{min-width:34px; height:34px; display:inline-block; border:1px solid #d5d5d5; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:34px; text-align:center; float:left; text-indent:0; color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0 3px;}
.page-large a.on{border:1px solid #ef3838; background:#ef3838; color:#fff;}
.page-large a.none{border:none;}
.page-large .Num:hover{border:1px solid #ef3838; color:#ef3838;}
.page-large .on:hover{border:1px solid #ef3838; color:#fff;}

.page-large .prev-page{background:url(../images/small-prev-page.png) center center no-repeat;}
.page-large .next-page{background:url(../images/small-next-page.png) center center no-repeat;}
.page-large .prev-page:hover{border:1px solid #ef3838; background:url(../images/small-prev-page-on.png) center center no-repeat #ef3838;}
.page-large .next-page:hover{border:1px solid #ef3838; background:url(../images/small-next-page-on.png) center center no-repeat #ef3838;}


/*search
.header-r{float:right; padding-top:24px;} 
.header-r .search{width:242px; height:30px; box-sizing:border-box; border:1px solid #c2c2c2; border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px; -webkit-border-radius:6px; float:left;} 
.header-r .search .searchCon{width:206px; float:left; background:none; line-height:30px; text-indent:5px; outline:none; font-size:12px;}
.header-r .search .searchMenu{float:left; width:34px; height:30px; background:url(../images/tubiao.png) -102px -40px no-repeat; outline:none; cursor:pointer;}
*/


@media screen and (max-width: 768px) {
  .sub-page .hot-events-wrap{
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  /*.list-wrap h2 {*/
    /*font-size: 30px;*/
    /*line-height: 40px;*/
    /*padding-bottom: 30px;*/
    /*padding-top: 10px;*/
    /*border-bottom: 1px solid rgb(238, 238, 238);*/
  /*}*/
  /*.list-wrap article{*/
    /*margin-left: 170px;*/
  /*}*/
  /*.article-info{*/
    /*position: absolute;*/
    /*left: 15px;*/
    /*width: 140px;*/
    /*font-size: 14px;*/
    /*padding-top: 0;*/
    /*margin-left: 0;*/
  /*}*/
  /*.article-info ul{*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*list-style: none;*/
    /*border-left: 1px solid #337ab7;*/
  /*}*/
  /*.article-info ul:after{*/
    /*width: 0;*/
    /*margin-left: -4px;*/
  /*}*/
  /*.article-info ul:before{*/
    /*position: absolute;*/
    /*left: -3px;*/
    /*top: 0;*/
  /*}*/
  /*.article-info ul:before,*/
  /*.article-info ul:after,*/
  /*.article-info li:after {*/
    /*content: "";*/
    /*display: block;*/
    /*width: 7px;*/
    /*height: 7px;*/
    /*border-radius: 100%;*/
    /*background: #307EB7;*/
  /*}*/

  /*.article-info li{*/
    /*display: block;*/
    /*float: none;*/
    /*position: relative;*/
    /*width: 100%;*/
    /*border-bottom: 1px solid #4CA8FD;*/
    /*padding-left: 15px;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*color: #999;*/
  /*}*/
  /*.article-info li:after {*/
    /*background: #4CA8FD;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: -4px;*/
  /*}*/
  /*.article-info li.count,*/
  /*.article-info li.date {*/
    /*float: none;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
  /*}*/
  /*.article-info .count span {*/
    /*color: #307EB7;*/
    /*font-family: "Georgia";*/
    /*font-size: 26px;*/
  /*}*/
  /*.article-info li.date span {*/
    /*color: #307EB7;*/
  /*}*/
  /*.article-info li.key{*/
    /*display: block;*/
    /*height: auto;*/
    /*font-size: 16px;*/
    /*border-bottom: 0;*/
    /*color: #307EB7;*/
  /*}*/
  /*.article-info li.key ul {*/
    /*margin-left: -15px;*/
    /*border-left: 0;*/
  /*}*/
  /*.article-info li.key ul:before,*/
  /*.article-info li.key ul:after{*/
    /*width: 0;*/
  /*}*/
  /*.article-info li.key li {*/
    /*border-bottom: 0;*/
    /*padding-left: 0;*/
    /*height: 32px;*/
    /*line-height: 32px;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
  /*}*/
  /*.article-info li.key li a{*/
    /*color: #307EB7;*/
    /*font-size: 14px;*/
    /*margin-left: 30px;*/
  /*}*/
  /*.article-info li.key li:before {*/
    /*content: "";*/
    /*display: block;*/
    /*border-top: 1px solid #eee;*/
    /*width: 20px;*/
    /*border-top: 1px solid #eee;*/
    /*position: absolute;*/
    /*top: 16px;*/
  /*}*/
  /*.article-info li.key li:after {*/
    /*left: 15px;*/
    /*top: 13px;*/
    /*background: #eee;*/
  /*}*/
  /*.article-info li.key:after{*/
    /*background: none;*/
  /*}*/
}




