html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
b,strong{
    font-weight: bold;
}

/* 全局 */
html{
    overflow-y:scroll;
}
body{
    background-color: #f5f5f5;
    font: 14px/1.4286 arial,"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    font-size: 14px;
	font-family: Arial,"Microsoft Yahei",sans-serif;
}
.container{
    width: 1070px;
    margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1070px;
  margin: auto;
}

.pure-form select{
    padding: .4em .6em
}
a{
	text-decoration: none;
    color: #f08200
}
input, textarea { 
    outline:none;
}
ul,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
p{
    line-height: 1.8;
    margin-bottom: 10px;
}
.clearfix{
    clear: both;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.pagination-total{
    display: none
}
.button-more{
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #027b39;
    color: #fff!important;
    text-decoration: none!important
}
.button-block{
    display: block;
    width: 100%;
}
.button-round{
    border-radius: 20px;
}
.button-flat{
    border-radius: 0;
}
.button-wide{
    padding-left: 30px;
    padding-right: 30px;
}

.button-xsmall {
    font-size: 70%;
}

.button-small {
    font-size: 85%;
}

.button-large {
    font-size: 110%;
}

.button-xlarge {
    font-size: 125%;
}

.block-head {
  text-align: center;
  padding: 90px 0 60px;
}

.block-head .title {
  font-size: 30px;
  color: #00873b;
}

.block-head img {
  vertical-align: middle;
  margin-top: 15px;
}

.more-btn {
  display: block;
  width: 200px;
  margin: 40px auto 80px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: url(../image/more-btn.png) no-repeat center;
}

.grid-box .grid-item {
  width: 258px;
  float: left;
  margin-right: 12px;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}

.grid-box .grid-item:hover {
  -webkit-box-shadow: 0 5px 0 -2px #027b39;
          box-shadow: 0 5px 0 -2px #027b39;
}

.grid-box .grid-item .item-img {
  display: block;
  width: 100%;
  height: 220px;
}

.grid-box .grid-item .grid-item-detail {
  padding: 15px;
}

.grid-box .grid-item .item-title {
  font-size: 16px;
  font-weight: bold;
  color: #027b39;
  margin-bottom: 10px;
  height: 44px;
  overflow: hidden;
}

.grid-box .grid-item .text {
  font-size: 12px;
  color: #666666;
  height: 63px;
  overflow: hidden;
}

.grid-box .grid-item .date {
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}

.grid-box .grid-item:nth-child(4n) {
  margin-right: 0;
}
.user-panel{
    display: inline-block;
}

.header {
  height: 130px;
  background: #fff url(../image/header-bg.png) no-repeat center top;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(2, 123, 57, 0.21);
          box-shadow: 0px 3px 8px 0px rgba(2, 123, 57, 0.21);
  position: relative;
  z-index: 9999!important;
}

.header #search-form{
    display: inline-block
}

.header .logo {
  line-height: 130px;
}

.header .logo a {
  display: block;
}

.header .logo img {
  vertical-align: middle;
}

.header .header-right {
    margin-top: 10px;
}

.header .header-detail {
  display: inline-block;
  vertical-align: middle;
}

.header .header-detail .search {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 17px;
          border-radius: 17px;
  background: #fff;
  border: 1px solid #8fad9d;
  overflow: hidden;
  position: relative;
}

.header .header-detail .search input {
  width: 100%;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: normal;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 45px;
  padding-left: 10px;
}

.header .header-detail .search button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 45px;
  border: none;
  background: url(../image/search-btn.jpg) no-repeat center;
  cursor: pointer;
  outline: none;
}

.header .header-detail .login-text {
  margin-left: 20px;
  color: #fff;
}
.header .header-detail .login-text .user-info img{
  width: 10px;
  height: 10px;
}
.header .header-detail .login-text ul.user-menu{
  display: none;
  position: absolute;
  left: 0;
}
.header .header-detail .login-text a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  position: relative
}

.header .header-detail .login-text a:hover ul.user-menu{
    display: block;
}

.header .header-detail #search-form{
  display: inline-block;
}
.header .header-detail .follw {
  color: #fff;
  margin-left: 20px;
}

.header .header-detail .follw span {
  display: inline-block;
}

.header .header-detail .follw a {
  display: inline-block;
  margin: 0 7px;
}

.header .header-detail .follw a img {
  vertical-align: middle;
}

.header .nav {
  margin-top: 15px;
}

.header .nav li {
  float: left;
  padding-left: 30px;
  position: relative
}

.header .nav a {
  font-size: 16px;
  color: #000;
  display: block;
  padding-top: 30px;
  padding-bottom: 20px;
}

.header .nav li:hover a {
  color: #027b39;
  font-weight: bold;
  background: url(../image/nav-icon.jpg) no-repeat top center;
}

.header .nav .submenu{
  display: none;
  position: absolute;
  left: 0;
  top: 72px;
  z-index: 9999;
  width: 160px;
  padding: 10px 0;
  background-color: #027b39;
}

.header .nav .submenu li{
    float: none;
    padding-left: 5px;
}
.header .nav .submenu li a{
    padding: 0 10px;
    line-height: 2.5;
    color: #a4dbbd
}
.header .nav .submenu li a{
    background: none;
    font-weight: normal;
    font-size: 14px;
}
.header .nav .submenu li:hover a{
    background: none;
    color: #fff;
    font-weight: normal
}

.header .nav>li:hover .submenu{
    display: block;
}

.banner {
  position: relative;
  width: 100%;
  height: 490px;
  overflow: hidden;
}

.banner .bd a:after, .banner .bd li .filter-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.banner .hd {
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  z-index: 999;
}

.banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 5px;
  opacity: .5;
}

.banner .hd li.on {
  opacity: 1;
}

.banner .bd a {
  display: block;
  position: relative;
}

/*.banner .bd a:after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(#083f20), color-stop(50%, transparent));
  background: -webkit-linear-gradient(bottom, #083f20, transparent 50%);
  background: -moz-linear-gradient(bottom, #083f20, transparent 50%);
  background: linear-gradient(360deg, #083f20, transparent 50%);
}*/

.banner .bd a .text {
  font-size: 16px;
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px 30px 20px;
  margin-bottom: 0;
  background-color: rgba(2,123,57,.6);
}

.banner .bd img {
  display: block;
  height: 490px;
  width: 100%;
}

.banner .bd li {
  position: relative;
  overflow: hidden;
}

.banner .bd li .filter-bg {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

.banner .banner-controller {
  height: 0;
  position: relative;
}

.banner .banner-controller .prev, .banner .banner-controller .next {
  position: absolute;
  width: 55px;
  height: 105px;
  background-repeat: no-repeat;
  background-position: center;
  top: 245px;
  margin-top: -53px;
  z-index: 3;
  font-size: 0;
}

.banner .banner-controller .prev {
  left: -85px;
  background-image: url(../image/banner-prev.png);
}

.banner .banner-controller .next {
  right: -85px;
  background-image: url(../image/banner-next.png);
}

.personnel-equipment {
  height: 200px;
  line-height: 200px;
  background-color: #fff;
}

.pe-content {
  font-size: 0;
  text-align: center;
}

.pe-content .pe-item {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  text-align: left;
  width: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 45px;
  color: #027b39;
}

.pe-content .pe-item .icon img {
  display: block;
  margin-bottom: 15px;
}

.pe-content .pe-item .text {
  font-size: 14px;
  margin-bottom: 10px;
}

.pe-content .pe-item .title {
  font-size: 26px;
  line-height: 26px;
}

.ev-project{
  padding-bottom: 65px;
}
.project-content {
  overflow: hidden;
  padding-bottom: 10px;
}

.project-item-box {
  width: 1080px;
}

.project-item-box .project-item {
  display: block;
  width: 350px;
  height: 537px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
  background: #333;
  position: relative;
}

.project-item-box .project-item .project-img {
  display: block;
}

.project-item-box .project-item .project-item-detail {
  background: #fff;
  height: 240px;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  z-index: 2;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -moz-transition: transform .5s ease, -moz-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
}

.project-item-box .project-item .project-item-detail .title {
  color: #027b39;
  font-size: 24px;
  margin-bottom: 20px;
}

.project-item-box .project-item .project-item-detail .text {
  font-size: 12px;
  color: #666;
}

.project-item-box .project-item .project-item-detail .detail {
  position: absolute;
  left: 25px;
  color: #fff;
  font-size: 12px;
  padding-right: 30px;
  background: url(../image/project-detail.png) no-repeat right center;
}

.project-item-box .project-item .project-item-detail:before {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  overflow: hidden;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  left: 50%;
  margin-left: -10px;
}

.project-item-box .project-item:nth-child(2n + 1) .project-item-detail .detail {
  bottom: 30px;
}

.project-item-box .project-item:nth-child(2n + 1) .project-item-detail:before {
  border-bottom-color: #fff;
  top: -20px;
}

.project-item-box .project-item:nth-child(2n) .project-img {
  position: absolute;
}

.project-item-box .project-item:nth-child(2n) .project-item-detail {
  -webkit-transform: translateY(-60px);
     -moz-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}

.project-item-box .project-item:nth-child(2n) .project-item-detail .title {
  margin-top: 60px;
}

.project-item-box .project-item:nth-child(2n) .project-item-detail .detail {
  top: 30px;
}

.project-item-box .project-item:nth-child(2n) .project-item-detail:before {
  border-top-color: #fff;
  bottom: -20px;
}

.project-item-box .project-item:nth-child(2n) .project-img {
  bottom: 0;
  left: 0;
}

.project-item-box .project-item:hover .project-item-detail {
  background: #027b39 url(http://www.yiweiqingnian.org/Public/views/images/project-bg.jpg) no-repeat center bottom;
}

.project-item-box .project-item:hover .project-item-detail .title {
  color: #fff;
}

.project-item-box .project-item:hover .project-item-detail .text {
  color: #aec7ba;
}

.project-item-box .project-item:hover:nth-child(2n + 1) .project-item-detail {
  -webkit-transform: translateY(-60px);
     -moz-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}

.project-item-box .project-item:hover:nth-child(2n + 1) .project-item-detail:before {
  border-bottom-color: #027b39;
}

.project-item-box .project-item:hover:nth-child(2n) .project-item-detail {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.project-item-box .project-item:hover:nth-child(2n) .project-item-detail:before {
  border-top-color: #027b39;
}

.partner {
    background: #fff;
    padding-bottom: 50px;
}

.partner .block-head{
    padding-bottom: 20px;
}

.partner .nav-tabs>li{
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.partner .partner-list {
    zoom: 1;
    overflow: hidden;
    margin: 20px 0 0;
}

.partner .partner-item {
    width: 100%;
    height: 90px;
    line-height: 90px;
    float: left;
    text-align: center;
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    margin-top: -1px;
    margin-left: -1px;
}

.partner .partner-item img {
    max-width: 100%;
}


.footer {
  background: #027b39 url(../image/footer-bg.jpg) no-repeat center bottom;
  padding-top: 30px;
}

.footer-top .footer-about {
  width: 295px;
  margin-right: 90px;
  float: left;
}

.footer-top .footer-contact dd p{
    margin-bottom: 0;
}

.footer-top .footer-about, .footer-top .footer-contact, .footer-top .footer-follow {
  color: #fff;
}

.footer-top .footer-about dt, .footer-top .footer-contact dt, .footer-top .footer-follow dt {
  font-size: 18px;
  margin-bottom: 25px;
}

.footer-top .footer-about dd, .footer-top .footer-contact dd, .footer-top .footer-follow dd {
  line-height: 180%;
}

.footer-top .footer-follow dd {
  font-size: 0;
}

.footer-top .footer-follow dd a {
  display: inline-block;
  margin-right: 20px;
}

.footer-top .footer-follow dd a img {
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.footer-btm {
  color: #fff;
  text-align: center;
  /*margin-top: 50px;*/
  line-height: 58px;
}
.footer-btm a{
  color: #fff;
}

.footer-btm p{
  line-height: 58px;
  margin: 0;
}
.page-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  width: 100%;
}

.page-banner .blur-bg {
  position: absolute;
  top: -40px;
  bottom: -40px;
  right: -40px;
  left: -40px;
  background: #fff;
  z-index: 1;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.page-banner .page-banner-content {
  padding: 0;
  position: relative;
  z-index: 2;
}

.page-banner .page-banner-content .img {
  display: block;
  width: 100%;
}

.wrapper{
    zoom: 1;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 50px;
}
.sidebar{
    float: left;
    width: 220px;
    background: #027b39 url(../image/structure-left-bg.jpg) no-repeat center bottom;
    color: #fff;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.main-wrapper{
    float: right;
    width: 800px;
}
.sidebar.affix{
    position: fixed;
    top: 10px;
}
.sidebar.affix-bottom{
    position: absolute;
}
.sidebar h3{
    font-size: 20px;
    font-weight: bold;
    padding: 20px 15px;
    background: #029e3d;
    color: #fff;
}
.sidebar .nav-menu{
    color: #bad874;
    font-size: 16px;
    padding: 0 20px 60px;
}
.sidebar .nav-menu ul ul{
    font-size: 14px;
    padding-left: 20px;
}
.sidebar .nav-menu ul ul li{
  line-height: 40px;
  border-bottom: none;
}
.sidebar .nav-menu ul ul li a{
    font-size: 14px;
}
.sidebar .nav-menu ul ul li.current a{
    width: 180px;
}
.sidebar .nav-menu li {
    line-height: 60px;
    border-bottom: 1px solid #09943a;
}
.sidebar .nav-menu a{
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    position: relative;
    width: 100%;
    text-indent: 20px;
    font-size: 16px;
}
.sidebar .nav-menu li.current{
}
.sidebar .nav-menu li.current>a{
    width: 200px;
    text-indent: 30px;
    left: -10px;
    color: #027b39;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
}
.main-content .content-header{
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
}
.main-content .content-header h1.content-title{
    display: inline-block;
    font-size: 30px;
    color: #df4019;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.main-content .content-header .breadcrumb{
    float: right;
    color: #027b39;
    line-height: 33px;
}
.main-content .content-header .breadcrumb.left{
    float: left;
}
.main-content .content-header .breadcrumb a{
    color: #333
}

.main-content .content-body{
    margin-top: 20px;
}

.content {
    font-size: 14px;
    color: #777;
    line-height: 1.8;
}

.content h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

.content h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.content h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.content h4 {
    font-size: 14px;
    margin-bottom: 20px;
}

.content h5 {
    font-size: 12px;
    margin-bottom: 20px;
}

.content h6 {
    font-size: 12px;
    margin-bottom: 20px;
}
.content a{
    color: #f08200
}
.content a:hover{
    text-decoration: underline;
}
.content p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

.content img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
}

.content ul,
.content ol {
    padding-left: 20px;
    margin-bottom: 30px;
}

.content ul {
    list-style-type: disc;
}

.content ol {
    list-style-type: decimal;
}

.content table {
    border: 1px solid #ddd;
}

.content table thead {
    background-color: #25a4c9;
    color: #fff;
}

.content th,
.content td {
    padding: 10px 15px;
    border: 1px solid #ddd;
}

h2.partner-sort-title{
    color: #333;
    font-size: 16px;
}
ul.partner-list{
    zoom: 1;
    overflow: hidden;
    margin: 20px 0;
}
ul.partner-list li{
    float: left;
    width: 180px;
    height: 100px;
    margin: 10px;
    background-color: #f08200;
}
a.totop{
    display: block;
    width: 48px;
    height: 45px;
    background: #027b39 url(../image/scrollTop.jpg) no-repeat center;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.content-list li{
    zoom: 1;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #b5b5b5;
}
.content-list .item-img{
    float: left;
    margin-right: 30px;
}
.content-list .item-img img{
    display: block
}
.content-list .item-detail{
    float: left;
    width: 470px;
    position: relative;
    height: 200px;
}
.content-list .item-detail h2{
    font-size: 24px;
    color: #333;
    padding: 10px 0 30px;
    line-height: 1.2;
}
.content-list .item-detail .date{
    display: block;
    color: #999;
    position: absolute;
    bottom: 0;
}
.content-list .item-detail p{
    color: #999;
    line-height: 1.8
}
ul.pagination{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
ul.pagination li{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background: #027b39;
}
ul.pagination li.page-number{
    background-color: transparent;
    color: #333;
    margin: 0;
    width: 30px;
}
ul.pagination li a{
    color: #fff
}
ul.pagination li.page-number a{
    color: #333;
}
ul.pagination li.active{
    font-size: 16px;
    color: #027b39;
    vertical-align: middle;
}
ul.pagination li.active a{
    color: #027b39;
}

h1.detail-title{
    font-size: 30px;
    color: #df4019;
    margin-bottom: 30px;
}
.detail-meta{
    color: #333;
    font-size: 12px;
    zoom: 1;
    overflow: hidden;
}
.detail-meta span.author{
    display: inline-block;
    margin-left: 20px;
}
.detail-meta span.viewstat{
    float: right;
}
.detail-meta span.commentstat, .detail-meta span.sharestat{
    float: right;
    margin-left: 20px;
}
.detail-meta span.num{
    color: #e8340c;
    font-size: 14px;
}
.detail-meta span.likestat{
    float: right;
    margin-left: 20px;
}

.file-list, .comment-list{
    margin-top: 50px;
}
.file-list h2, .comment-list h2, .image-list h2{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.image-list img{
    display: block;
    margin-bottom: 20px;
}
.file-list .file-detail{
    margin: 0 15px 30px;
    line-height: 1.8;
}
.file-list .file-detail a{
    display: block;
    padding-left: 60px;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 50px;
}
.file-list .file-detail a[href$=".pdf"]{
    background-image: url('../image/pdf.png');
}
.file-list .file-detail a[href$=".doc"], .file-list .file-detail a[href$=".docx"]{
    background-image: url('../image/word.png');
}
.file-list .file-detail a[href$=".xls"], .file-list .file-detail a[href$=".xlsx"]{
    background-image: url('../image/excel.png');
}
.file-list .file-detail a[href$=".ppt"], .file-list .file-detail a[href$=".pptx"]{
    background-image: url('../image/ppt.png');
}
.file-list .file-detail a[href$=".rar"]{
    background-image: url('../image/rar.png');
}
.file-list .file-detail a[href$=".zip"]{
    background-image: url('../image/zip.png');
}
.file-list .file-detail a{
    background-image: url('../image/other.png');
}
.file-list .file-detail h3{
    height: 50px;
}
.file-list .file-detail h3, .file-list .file-detail span{
    color: #afaeae
}
.file-list .file-detail a:hover h3{
    color: #f08200
}
.file-list .file-detail img{
    float: right;
}
.comment-list .comment-item{
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
    zoom: 1;
    overflow: hidden;
}
.comment-list .comment-avatar{
    float: left;
    margin-right: 30px;
}
.comment-list .comment-avatar img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.comment-list .comment-data{
    float: right;
    width: 710px;
}

.comment-list .comment-author{
    font-size: 16px;
    color: #aacf52;
}

.comment-list .comment-date{
    float: right;
    color: #afaeae;
}

.comment-list .comment-quote{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #e7e7e7;
}

.comment-list .replied-author{
    color: #afaeae;
    display: inline-block;
    margin: 0 5px;
}

.comment-list .comment-content{
    margin: 0 0 10px;
    line-height: 1.8;
    color: #2d2d2d
}
.reply-form{
    margin-top: 30px;
    margin-bottom: 30px;
}
.reply-form textarea{
    display: block;
    width: 100%;
    margin-top:10px;
}

.reply-form .login{
    margin-top: 20px;
}
.content-list.join-list li{
    background-color: #f7ebeb;
    padding-bottom: 0;
    border: 0;
}
.content-list.join-list .item-img{
    margin-right: 0;
}
.content-list.join-list .item-detail{
    float: left;
    width: 360px;
    margin: 0 30px;
}
.content-list.join-list .item-detail h2{
    padding-top: 30px;
}
.grid-list{
    zoom: 1;
    overflow: hidden;
}
.grid-list img{
    width: 100%;
    height: auto;
}
.grid-list.grid-2{
    margin-right: -30px;
}
.grid-list.grid-2 li{
    float: left;
    width: 385px;
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}
.grid-list.support-list.grid-2 li{
    background-color: transparent;
    border: 1px solid #e7e7e7;
    width: 383px;
    height: 363px;
}
.grid-list.support-list.grid-2 img{
    width: 383px;
    height: 209px;
}
.grid-list.grid-3{
    margin-right: -20px;
}
.grid-list.grid-3 li{
    float: left;
    width: 253px;
    height: 381px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #eeeeee;
}
.grid-list .item-detail{
    margin: 20px;
}
.grid-list .item-detail h2{
    color: #2d2d2d;
    font-size: 16px;
    margin-bottom: 15px;
}
.grid-list.support-list .item-detail h2{
    font-size: 20px;
}
.grid-list .item-detail p{
    color: #777;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify
}
.grid-list.grid-2 .item-detail p{
    height: 75px;
}
.grid-list.grid-3 .item-detail p{
    height: 90px;
}
.grid-list .item-detail span{
    color: #afaeae;
}
.grid-list .item-detail span.date{
    float: right;
}
.grid-list .item-detail .stat{
    display: inline-block;
}
.grid-list .item-detail .stat span{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    height: 14px;
    line-height: 14px;
    margin-right: 10px;
}
.grid-list .item-detail span.viewstat{
    padding-left: 21px;
    background-image: url('../image/view-icon_small.png');
}
.grid-list .item-detail span.commentstat{
    padding-left: 15px;
    background-image: url('../image/comment-icon_small.png');
}
.grid-list .item-detail span.likestat{
    padding-left: 14px;
    background-image: url('../image/like-icon_small.png');
}

div.like{
    margin: 30px auto;
    text-align: center;
    font-size: 16px;
}
div.like a{
    color: #a9b7b7
}

.submission{
    margin: 30px 0;
    padding: 15px;
    border: 1px solid #b5b5b5
}

.video-topbar{
    background-color: #027b39;
    height: 70px;
    color: #fff;
}
.video-topbar a.goback{
    text-indent: -9999px;
    display: inline-block;
    width: 180px;
    height: 70px;
    background: url('../image/back.png') no-repeat center;
    vertical-align: middle;
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.video-topbar a.goback:hover{
    background-color: #9ac632
}
.video-topbar .user-info{
    text-align: left;
    line-height: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.video-topbar .user-panel img{
    vertical-align: middle;
}
.video-topbar .user-panel.logined ul{
    top: 70px;
}
.video-topbar .user-menu{
    display: none
}
.video-topbar h1.video-title{
    font-size: 18px;
    line-height: 70px;
    float: right;
}
.video-wrapper{
    background-color: #a0a29d;
}
.article-video{
    width: 100%;
    height: 100%;
}
.video-content{
    margin-top: 20px;
}
.video-content h2{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.stat-meta{
    margin-bottom: 50px;
}
.stat-meta.article-meta{
    margin-top: 20px;
    text-align: center
}
.stat-meta i{
    font-size: 30px;
    margin-bottom: 5px;
}
.stat-meta a.active{
    color: #ff0000;
}
.stat-meta a{
    display: inline-block;
    text-align: center;
    color: #a9b7b7;
    margin-right: 40px;
}
.stat-meta a span{
    display: inline-block;
    margin-right: 2px;
}
.stat-meta a#dolike{
    /*padding-right: 40px;*/
}
.stat-meta a#addfavor{
    /*border-right: 2px solid #9ac632;*/
    /*padding-right: 40px;*/
}
.stat-meta.article-meta a#addfavor{
    border-right: none;
}
.stat-meta a#viewstat, .stat-meta a#sharestat, .stat-meta a#commentstat{
    /*padding-right: 40px;*/
    cursor: default;
}
.stat-meta a img{
    margin-bottom: 5px;
}

.video-comment .comment-list .comment-data{
    width: 980px;
}

.sort{
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.8
}
.sort span.sort-title{
    color: #777;
    float: left;
    padding: 5px 0;
}
.sort .sort-item{
    margin-left: 80px;
}
.sort a{
    display: inline-block;
    margin-right: 20px;
    padding: 5px 10px;
    margin-bottom: 5px;
}
.sort a.current{
    color: #fff;
    background-color: #9ac632;
}

.inf-table{
    width: 100%;
    border: 0;
    color: #777;
    margin-top: 20px
}
.inf-table thead{
    background-color: transparent;
    font-size: 16px;
}
.inf-table th, .inf-table td{
    padding: 20px 10px 20px 0;
}
.inf-table a.preview{
    display: inline-block;
    padding-left: 30px;
    background: url('../image/inf-view-icon.png') no-repeat left center;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    color: #777;
}
.inf-table a.download{
    display: inline-block;
    padding-left: 25px;
    background: url('../image/inf-download-icon.png') no-repeat left center;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 15px;
    color: #777;
}
.submit-btn{
    margin: 10px 0;
}

.brief{
    margin: 30px 0;
    color: #777;
    font-size: 16px;
}
.fenshe-list{
    margin-right: -25px;
    zoom: 1;
    overflow: hidden;
}
.fenshe-list li{
    float: left;
    width: 340px;
    margin-right: 25px;
    margin-bottom: 50px;
}
.fenshe-list li img{
    width: 340px;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.fenshe-list li .item-detail h2{
    color: #2d2d2d;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.user-data h2{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
}

.user-data h3{
    font-size: 18px;
    line-height: 40px;
    margin-top: 10px;
}

.user-data em{
    font-size: 14px;
    color: #afaeae;
}

.user-data strong{
    color: #e8340c;
    font-size: 14px;
}

.user-data input[type="text"], .user-data input[type="password"]{
    display: inline-block;
    border:1px solid #afaeae;
    border-radius: 8px;
    width: 350px;
    height: 28px;
    line-height: 28px;
    padding-left: 0.5em;
    margin-right: 80px;
}

.user-data .sentence{
    width: 565px;
}

.user-data .submit{
    margin-top: 20px;
    width: 130px;
}

/*.user-data button{
    width: 130px;
}*/

.user-message{
    font-size: 15px;
    margin-right: 20px;
}
.user-message li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.user-message li>div{
    display: inline-block
}
.message-content{
    width: 70%;
    vertical-align: middle
}
.message-operation{
    width: 30%;
    vertical-align: middle
}
.user-message a{
    color: #333;
}
.user-message a:hover{
    color: #aacf52
}
.reg-data h3{
    font-size: 16px;
}

.reg-data h3 input[type="text"]{
    width: 250px;
    margin: 0 30px 0 10px;
}
.user-wrapper .reg-data h3 .nickname{
    width: 150px;
}
.reg-data label{
    margin-right: 30px;
    font-size: 16px;
}

.reg-data h3 label input{
    margin: 0 10px;
}

.reg-data label input{
    margin-right:10px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.reg-data .agree{
    margin: 30px 0;
    display: inline-block;
}
.reg-data button{
    font-size: 16px;
    margin-left: 100px;
}


.tabs { width: 100%; margin: 0 auto;}
.tabs ul { padding: 0; font-size: 0;}
.tabs ul li { display: inline-block; margin-right: 30px;}
.tabs ul a { color:#fff;display: inline-block; padding: 20px 50px; font-size: 16px; background-color: #aacf52;border-radius: 0 0 10px 10px}
.tabs ul .active a { background-color: #f08200;}
.tabs .tab-content{padding: 50px 0;}

.user-login-reg h1{
    font-size: 20px;
    color: #2d2d2d;
    padding-bottom: 20px;
    border-bottom: 3px solid #aacf52;
    color: #aacf52;
}

.user-login-reg .social-login{
    margin-left: 150px;
    margin-top: 30px;
    color: #a49f9f
}
.validate img{
    vertical-align: middle;
}


.user-subbar{
    background-color: #eee;
    height: 68px;
}

.user-subbar a{
    display: inline-block;
    color: #b4b3b3;
    padding: 0 10px;
    line-height: 67px;
    font-size: 18px;
    margin-right: 60px;
}
.user-subbar .first{    
    margin-left: 214px;
}
.user-subbar .active{
    font-size: 22px;
    border-bottom: 2px solid #9ac632;
}

.user-wrapper{
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}
.user-sidebar{
    float: right;
    width: 184px;
    background-color: #eee;
    padding-bottom: 90px;
    text-align: center;
}
.user-photo{
    margin: 21px 30px;
    width: 124px;
    height: 124px;
    border-radius: 100px;
    background-color: #fff;
}
.user-sidebar p{
    color: #afaeae;
    padding: 0 8px;
    text-align: left;
    font-size: 12px;
}

.user-sidebar button{
    min-width: 130px;
    margin-top: 20px;
}
.user-sidebar ul li{
    height: 48px;
    line-height: 48px;
    background-color: #027b39;
    margin-bottom: 1px;
}
.user-sidebar ul li a{
    color: #fff;
}

.user-content{
    float: left;
    width: 880px;   
    margin: 20px 0 30px;
}
.user-content .big-img{
    margin:30px 0 0 250px;
}
.user-content p{
    font-size: 16px;
    color: #afaeae;
    width: 850px;
/*    height: 28px;
    line-height: 28px;*/
}
.user-content td{
    padding: 1em;
}

.findpassword{
    width: 1070px;
    overflow: hidden;
}
.findpassword h2{
    display: inline-block;
}

.findpassword h3 input{
    width: 250px;
}

.findpassword .title{
    margin: 30px 0;
    width: 1070px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px dotted #afaeae;
}
.findpassword .title span{
    float: right;
    margin-right: 5px;
    font-size: 16px;
}
.findpassword .title span a{
    color: #9ac632;
}
.findpassword form{
    float: left;
    width: 500px;
}

.findpassword button{
    margin: 10px 0;
    padding: 7px 50px;
    width: 350px;
    font-size: 18px;
}
.findpassword img{
    float: right;
}

/*弹出窗口*/

.user-window{
    clear: both;
    width: 580px;
    height: 270px;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    position: absolute;
    top: 150px;
    left: 250px;
    background-color: #fff;
}

.user-window .window-title{
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border-bottom: 2px solid #e7e7e7;
}
.user-window .window-title h2{
    display: inline-block;
    margin-right: 340px;
    text-indent: 1em;
}
.user-window .window-title a img{
    vertical-align: middle;
}
.user-window .content{
    text-align: center;
    margin-bottom: 38px;
}
.user-window .content p{
    color: #333;
    margin: 30px 0;
}
.user-window .content button{
    padding: 7px 50px;
}

.user-window .window-footer{
    background-color: #e7e7e7;
    height: 68px;
    line-height: 68px;
    text-align: center;
}
.user-window .window-footer a{
    color: #9ac632;
}

.user-relating h3{
    height: 100px;
    line-height: 100px;
    padding-left: 150px;
    width: 400px;
}
.user-relating .weibo{
    background: url(../image/login-weibo.png)left center no-repeat;
}
.user-relating .wechat{
    background: url(../image/login-wechat.png)left center no-repeat;
}
.user-relating .qq{
    background: url(../image/login-qq.png)left center no-repeat;
}

.user-relating h3 a{
    float: right;
    margin-top: 30px;
}

.user-table{
    width: 852px;
    margin: 10px 0; 
}
.user-table ul li{
    float: left;
    display: inline-block;
    text-align: center;
}
.user-table .title-a{
    width: 115px;
}
.user-table .title-b{
    width: 180px;
}
.user-table .title-c{
    width: 95px;
}
.user-table .title-d{
    width: 230px;
}
.user-table .title{
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 30px;
}
.user-table .title .title-d{
    text-align: center;
}
.user-table .detail{
    border:1px solid #dcdcdc;
    margin-bottom: 20px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #afaeae;
}
.user-table .detail .title-d a{
    padding: 6px 8px;
    border-radius: 20px;
    background-color: #9ac632;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    min-width: 66px;
    display: inline-block;
    line-height: 16px;
}
.user-table .detail .title-d .cancel{
    background-color: #f08200;
}

.user-table .detail .title-e a{
    color: #afaeae;
}
.user-content .num{
    color: #333;
}
.user-content .page-bar{
    text-align: center;
    padding-top: 30px;
}
.user-content .page-bar a{
    margin-right: 5px;
    padding: 8px 12px;
    border:1px solid #b5b5b5;
    border-radius: 5px;
    display: inline-block;
    color: #afaeae;
}
.user-content .page-bar .active, .user-content .page-bar a:hover{
    background-color: #aacf52;
    color: #fff;
}

/*我的评论*/
.user-content .outerbox{
    padding: 12px 5px;
    overflow: hidden;
    width: 840px;
    margin-top: 18px;
    border-bottom: 1px solid #e7e7e7
}
.user-content .outerbox .user-photo{
    float: left;
    width: 80px;
    height: auto;
    margin: 0;
}
.user-content .outerbox .text {
    float: left;
    padding-left: 65px;
    background: url('../image/comment.png') no-repeat left 5px;
}
.user-content .outerbox .text p{
    width: auto;
    border:none;
    line-height: 20px;
    height: 20px;
}
.user-content .outerbox .text p a{
    color: #b0d262;
}
.user-content .outerbox .text .edit{
    text-align: right;
    color:#b0d262; 
    display: block;
    padding: 0 5px 5px 0;
}
.user-content .outerbox .text textarea{
    width: 730px;
    display: block;
    min-height:110px;
    border-color:#e7e7e7;
    padding: 5px;
}
.user-content .outerbox .text .expression{
    padding-left: 28px;
    background: url(http://www.yiweiqingnian.org/Public/views/images/expression.png) left center no-repeat;
    color: #333;
    height: 26px;
    line-height: 26px;
    display: inline-block;
}
.user-content .outerbox .text .edit-button{
    float: right;
    margin:5px 8px;
    border-radius: 20px;
    padding: 6px 24px;
    background-color: #9ac632;
    color: #fff;
}

/*我的收藏*/
.user-content .collection-item{
    width: 248px;
    background-color: #eee;
    float: left;
    margin: 20px 0 10px 35px;
    color: #afaeae;
}
.user-content .collection-item img{
    width: 100%;
    height: auto
}

.user-content .collection-item h3{
    font-size: 16px;    
    text-indent: 1em;
    height: 36px;
    line-height: 36px;
}

.user-content .collection-item h3 a{
    color: #afaeae;
}

/*我的投稿*/

.my-article{
/*    width: 1070px;
    margin-top: 20px;   */
    color: #afaeae;
}
.my-article>p{
    width: 1068px;  
    font-size: 16px;
    height: 28px;
    line-height: 28px;
}
.my-article .remarks{
    margin-top:30px;
    padding: 10px 5px;
    color: #333;
}

.my-article .remarks h2{
    line-height: 40px;
    height: 40px;
    font-size: 20px;
    border-bottom: 2px solid #e7e7e7;
    margin-bottom: 20px;
}
.my-article .remarks p{
    color: #333;
}

.my-article .my-form{
    float: left;
    width: 660px;
}

.my-article .my-form legend{
    font-size: 20px;
    border-bottom: 2px solid #e7e7e7;
    line-height: 38px;
    height: 38px;
}

.my-article .my-form #article-title{
    width: 400px;
}

.my-article label{
    font-size: 16px;
    padding: 0 10px 0 2px;
    color: #333;
}

.my-article label em{
    color: #ea4a2f;
    padding:0 5px;
}

.my-article select{
    height: 2.5em;
    color: #333;
}

.my-article textarea{
    width: 580px;
    min-height: 200px;
}

.my-article button{
    background-color: #9ac632;
    color: #fff;
    border-radius: 10px;
}

.my-article .cover{
    margin:0 5px 0 16px;
}

.my-article .operate{
    text-indent: 50px;
}

.my-article .operate button{
    margin:0 15px;
    padding: 7px 20px;
    font-size: 16px;
}

.my-article .tips{
    text-indent: 65px;
    margin-top: 20px;
}

.reg-window{
    margin:50px auto;
    width: 800px;
    height: 360px;
    border: 1px solid #afaeae;
    border-radius: 8px;
    text-align: center;
}

.reg-window .window-title{
    background: url(../image/reg-window-bar.jpg)left center no-repeat;
    height: 61px;
}

.reg-window h2{
    margin: 0 auto;
    width: 563px;
    line-height: 120px;
    height: 120px;
    border-bottom: 2px dotted #afaeae;
    font-size: 20px;
    color: #f3a058;
    padding-left: 37px;
    background: url(../image/smile-icon.png) 190px center no-repeat;
}
.reg-window.error h2{
    background: url(../image/wrong-icon.png) 190px center no-repeat;
    color: #ff0000;
}

.reg-window p{
    margin: 10px 0 65px;
}

.reg-window p a{
    color: #9ac632;
}

.reg-window button{
    font-size: 20px;
    padding: 7px 50px;
}

.content-list.donate-method-list li{
    border: 1px solid #b5b5b5;
    padding-bottom: 0;
}
.content-list.donate-method-list .item-img{
    margin-right: 0;
}
.content-list.donate-method-list .item-img img{
    display: block;
}
.content-list.donate-method-list .item-detail{
    float: left;
    width: 430px;
    margin: 0 30px;
}
.content-list.donate-method-list .item-detail h2{
    padding-top: 30px;
}
.grid-list.donate-once-list li{
    height: auto;
    border: 1px solid #b5b5b5;
    width: 383px;
    background-color: transparent;
}

.donate-form{
    font-size: 14px;
}
.donate-form h2{
    font-size: 18px;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#donate-login h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pure-form-aligned .pure-control-group label.error, label.error{
    color: red;
    text-align: left!important;
    margin-left: 10px!important;
    display: none;
}
label.error:before {
    content: "\f06a";
    font-family: FontAwesome;
    margin-right: 5px;
}

.pure-form input[type=radio], .pure-form input[type=checkbox]{
    margin-left: 10px;
}

.pure-form-aligned .pure-control-group{
    margin-bottom: 1em;
}

.donation-detail .form-group{
    padding-right: 10px;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
    display: table;
    content: " ";
}
.nav:after {
    clear: both;
}
.nav > li {
  position: relative;
}
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  text-align: center;
}
.nav-tabs > li {
  display: inline-block
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 10px 15px;
  color: #666666;
  font-size: 18px;
}
.nav-tabs > li > p {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 10px 15px;
  color: #666666;
  font-size: 18px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > p,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #027b39;
  font-weight: bold;
  cursor: default;
  background-color: #fff;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  padding-top: 20px;
  height: 177px;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.partner-list h3{
    font-size: 20px;
    color: #777;
    margin: 30px 0 20px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #777;
}
.partner-item{
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 10px;
}
.partner-item img{
    vertical-align: middle
}

#cover_upload, .right{
    display: inline-block;
}
.right{
    margin-bottom: 10px;
}
.message-table{
    margin-top:20px;
    border:none;
    width: 100%;
}
.message-table td{
    border: none;
}

.search-result h2{
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block
}
.search-result .cate_name{
    float: right;
}
.search-result .cate_name span{
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    background-color: #aacf52;
    color: #fff;
}
.search-result li{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
}

.login-field{
    margin-bottom: 10px;
}
.login-meta{
    margin-top: 10px;
}
input.remember{display: inline-block;vertical-align: middle;margin-left: 0px!important;}
a.resetpwd, a.register{float: right;margin-left: 10px;color: #aacf52}

#showLogin .social-login{margin-top: 20px;}
#showLogin .social-login p{margin-bottom: 0px;margin-top:10px;display: inline-block;color: #a49f9f}
#showLogin .social-login a{float: right;margin-left: 5px;}

.novideo{
    text-align: center;
    width: 100%;
    height: 600px;
    line-height: 600px;
    font-size: 20px;
    color: #fff;
}