@charset "utf-8";

html::-webkit-scrollbar {
    width:6px;
    height:6px;
    background:#CCC;
}
html::-webkit-scrollbar-button {
    display:none;
}
html::-webkit-scrollbar-track-piece {
    display:none;
}
html::-webkit-scrollbar-thumb {
    background:#999;
}
html::-webkit-scrollbar-thumb:hover {
    background:#3399CC;
}


.shadow {
    z-index:1000;
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,.3);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,.3);
    box-shadow:0px 0px 3px rgba(0,0,0,.3);
}

@-moz-keyframes comets {
    0% {
        width:0;
        opacity:0;
        -webkit-opacity:0;
        -moz-opacity:0;
        -webkit-transform:rotate(45deg) translate(-20%,-100%);
        -moz-transform:rotate(45deg) translate(-20%,-100%);
        -ms-transform:rotate(45deg) translate(-20%,-100%);
        -o-transform:rotate(45deg) translate(-20%,-100%);
        transform:rotate(45deg) translate(-20%,-100%);
    }
    50% {
        width:2px;
        opacity:1;
        -webkit-opacity:1;
        -moz-opacity:1;
    }
    100% {
        width:0%;
        opacity:0;
        -webkit-opacity:0;
        -moz-opacity:0;
        -webkit-transform:rotate(45deg) translate(20%,100%);
        -moz-transform:rotate(45deg) translate(20%,100%);
        -ms-transform:rotate(45deg) translate(20%,100%);
        -o-transform:rotate(45deg) translate(20%,100%);
        transform:rotate(45deg) translate(20%,100%);
    }
}@-webkit-keyframes comets {
     0% {
         width:0;
         opacity:0;
         -webkit-opacity:0;
         -moz-opacity:0;
         -webkit-transform:rotate(45deg) translate(-20%,-100%);
         -moz-transform:rotate(45deg) translate(-20%,-100%);
         -ms-transform:rotate(45deg) translate(-20%,-100%);
         -o-transform:rotate(45deg) translate(-20%,-100%);
         transform:rotate(45deg) translate(-20%,-100%);
     }
     50% {
         width:2px;
         opacity:1;
         -webkit-opacity:1;
         -moz-opacity:1;
     }
     100% {
         width:0%;
         opacity:0;
         -webkit-opacity:0;
         -moz-opacity:0;
         -webkit-transform:rotate(45deg) translate(20%,100%);
         -moz-transform:rotate(45deg) translate(20%,100%);
         -ms-transform:rotate(45deg) translate(20%,100%);
         -o-transform:rotate(45deg) translate(20%,100%);
         transform:rotate(45deg) translate(20%,100%);
     }
 }@keyframes comets {
      0% {
          width:0;
          opacity:0;
          -webkit-opacity:0;
          -moz-opacity:0;
          -webkit-transform:rotate(45deg) translate(-20%,-100%);
          -moz-transform:rotate(45deg) translate(-20%,-100%);
          -ms-transform:rotate(45deg) translate(-20%,-100%);
          -o-transform:rotate(45deg) translate(-20%,-100%);
          transform:rotate(45deg) translate(-20%,-100%);
      }
      50% {
          width:2px;
          opacity:1;
          -webkit-opacity:1;
          -moz-opacity:1;
      }
      100% {
          width:0%;
          opacity:0;
          -webkit-opacity:0;
          -moz-opacity:0;
          -webkit-transform:rotate(45deg) translate(20%,100%);
          -moz-transform:rotate(45deg) translate(20%,100%);
          -ms-transform:rotate(45deg) translate(20%,100%);
          -o-transform:rotate(45deg) translate(20%,100%);
          transform:rotate(45deg) translate(20%,100%);
      }
  }


.excerpt {
    clear:both;
    border:1px solid #EAEAEA;
    padding:20px 20px 20px 255px;
    overflow:hidden;
    background-color:#fff;
    margin-bottom:-1px;
}
.excerpt:hover {
    background-color:#FBFDFF;
    border-color:#42B5EF;
    position:relative;
    z-index:20;
}
.excerpt-1 {
    border-radius:4px 4px 0 0;
}
.excerpt .focus {
    float:left;
    margin-left:-235px;
    width:220px;
}
.excerpt .thumb {
    border-radius:5px;
    width:220px;
    height:150px;
    overflow:hidden;
}
.excerpt img {
    display:inline;
}
.excerpt .focus:hover {
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
    -webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
    transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
}
.excerpt header {
    margin-bottom:10px;
}
.excerpt .cat {
    color:#FFF;
    background-color:#3399CC;
    padding:3px 6px;
    font-size:12px;
    display:inline-block;
    position:relative;
    top:-2px;
    margin-right:6px;
}
.excerpt .cat:hover {
    opacity:.8;
}
.excerpt .cat i {
    position:absolute;
    top:50%;
    margin-top:-4px;
    right:-4px;
    display:inline-block;
    width:0;
    height:0;
    vertical-align:middle;
    border-left:4px solid #3399CC;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
}
.excerpt h2 {
    display:inline;
    font-size:18px;
    line-height:24px;
    margin-top:0;
    font-weight:bold;
}
.excerpt h2 a {
    color:#555;
}
.excerpt h2 a:hover {
    color:#3399CC;
}
.excerpt .meta {
    color:#999;
    font-size:12px;
    margin-bottom:10px;
}
.excerpt .time,.excerpt .comment,.excerpt .views {
    cursor:pointer;
    margin-right:20px;
}
.comment input {
    margin-bottom:5px;
    border:2px solid #ccd4d9;
}
.excerpt .time:hover,.excerpt .comment:hover,.excerpt .views:hover {
    color:#3399CC;
}
@media (max-width:680px) {
    .excerpt .comment {
        display:none;
    }
}.excerpt .meta a {
     color:#999;
 }
.excerpt .note {
    font-size:12px;
    color:#999;
    word-wrap:break-word;
    line-height:20px;
    cursor:default;
}

.widget {
    clear:both;
    position:relative;
    margin-bottom:15px;
    background-color:#fff;
    border-radius:4px;
    border:1px solid #eaeaea;
    overflow:hidden;
}
.widget h3 {
    font-size:18px;
    color:#666;
    border-bottom:1px solid #eaeaea;
    background-color:#fbfbfb;
    margin:0;
    padding:11px 15px 10px;
    cursor:default;
}
.widget h3:hover {
    cursor:pointer;
    color:#F73B3B;
}
.widget-tabs {
    height:200px;
}
.nav-tabs {
    background-color:#fbfbfb;
    line-height:42px;
    height:42px;
    border-bottom:1px solid #EAEAEA;
}
.nav-tabs>li>a {
    outline:medium none;
    color:#777;
    margin-right:0px;
    border:1px solid transparent;
    border-radius:0;
    border-right:1px solid #DDD !important;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color:#3399CC !important;
}
.widget-tabs .tab-content {
    padding:15px;
}
.widget-tabs .tab-content li {
    margin-bottom:12px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:12px;
}
.widget-tabs .tab-content li time {
    float:right;
    color:#BBB;
    margin-left:10px;
}
.widget-tabs .tab-content li a {
    max-width:280px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#999;
}
.widget-tabs .tab-content li a:hover {
    color:#3399CC;
}
.widget-tabs .tab-content .centre h4 {
    text-align:center;
    font-size:20px;
    line-height:20px;
    margin:25px 0;
}
.widget-tabs .tab-content .centre p {
    text-align:center;
}
.widget-tabs .tab-content .contact h2 {
    text-align:center;
    font-size:20px;
    line-height:40px;
    margin:20px 0;
    font-family:'TaurusNormal';
}
.widget-tabs .tab-content .contact a {
    color:#444;
}
.widget-tabs .tab-content .contact a:hover {
    color:#3399CC;
}
.form-control {
    padding:5px 5px 5px 10px;
    border-radius:0px;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}
.form-control:focus {
    border:#3399CC solid 1px;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}
.btn-search {
    border-radius:0px;
    background:#3399CC;
    color:#FFF;
    border:#3399CC solid 1px;
}
.btn-search:hover {
    background:#FFF;
    color:#3399CC;
    border:#3399CC solid 1px;
}
.widget-sentence-content {
    padding:15px;
    cursor:pointer;
}
.widget-sentence-link {
    padding:15px;
    cursor:pointer;
}
.widget-sentence-content h4 {
    color:#3399CC;
    font-size:20px;
    margin:0px 0px 10px;
}
.widget-sentence-content h4:hover {
    color:#31B2F3;
}
.widget-sentence-content p {
    font-size:12px;
    color:#AAA;
}
.widget_hot li a {
    padding:10px 15px 10px 150px;
    color:#888;
    border-bottom:solid 1px #eee;
    overflow:hidden;
    position:relative;
    display:block;
    font-size:14px;
}
.widget_hot li a:hover {
    background-color:#FBFDFF;
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
    -webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
    transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);
}
.widget_hot .thumbnail {
    float:left;
    margin-left:-135px;
    border:none;
    margin-bottom:0;
}
.widget_hot .thumbnail img {
    width:122px;
    height:86px;
}
.widget_hot .text {
    display:block;
}
.widget_hot ul {
    padding: 0px;
}
.widget_hot li {
    list-style-type: none;
}
.widget_hot li a:hover .text {
    color:#3399CC;
}
.widget_hot .muted {
    margin-right:15px;
    font-size:12px;
    color:#BBB;
}

@media (max-width:380px) {
    .sitemap {
        display:none;
    }
}
@media (max-width:700px) {
    .excerpt .note {
        height:60px;
        overflow:hidden
    }
    .excerpt {
        padding:10px 10px 10px 180px;
    }
    .excerpt .focus {
        width:160px;
        margin-left:-170px;
    }
    .excerpt .thumb {
        width:160px;
        height:109px;
    }
    .excerpt .note {
        height:40px;
        overflow:hidden
    }
    .excerpt .cat {
        display:none;
    }
    .excerpt h2,.excerpt-minic h2 {
        font-size:16px;
        line-height:18px;
    }
    .excerpt-minic {
        padding:10px;
    }
    .excerpt-minic-index h2 {
        font-size:16px;
        margin-bottom:5px;
    }
    .excerpt-minic .note {
        font-size:12px;
        text-indent:24px;
    }
    .pageheader,.page-template-pagesnavs-php .pageheader {
        margin-top:-11px;
    }
    .pageheader h1 {
        font-weight:bold;
        font-size:18px;
    }
    .pageheader .note {
        font-size:12px;
    }
    .container-page {
        padding-left:110px;
    }
    .container-page .content {
        padding:15px;
    }
    .container-page .content::after {
        display:none;
    }
    .pageside {
        width:100px;
    }
    .pagemenu {
        margin-bottom:5px;
    }
    .pagemenu li a {
        padding:7px 10px;
        font-size:14px;
        font-weight:bold;
    }
    .branding {
        padding:30px 15px;
    }
    .branding h1,.branding h2 {
        font-size:20px;
        margin-bottom:10px;
    }
    .btn-lg {
        font-size:14px;
        padding:6px 15px;
    }
    .pagetitle h1,.pagetitle h2,.pagetitle h3 {
        font-size:16px;
        font-weight:bold;
    }
    .title h3 {
        font-size:16px;
    }
    .title .more {
        display:none;
    }
    .archives-list span {
        display:none;
    }
    .archives h3 {
        font-size:16px;
        font-weight:bold;
    }
}
@media (max-width:480px) {
    .excerpt {
        padding:10px 10px 10px 120px;
    }
    .excerpt .focus {
        width:100px;
        margin-left:-110px;
    }
    .excerpt .thumb {
        width:100px;
        height:68px;
    }
    .excerpt .note {
        display:none;
    }
    .excerpt .views {
        display:none;
    }
    .excerpt .omment {
        display:none;
    }
    .excerpt h2 {
        overflow:hidden;
        display:block;
        position:relative;
    }
    .excerpt h2:before {
        content:"";
        float:left;
        width:5px;
    }
    .excerpt h2,.excerpt h2:before {
        height:36px;
    }
    .excerpt h2 > *:first-child {
        float:right;
        width:100%;
        margin-left:-5px;
    }
    .excerpt h2:after {
        content:"\02026";
        box-sizing:content-box;
        -webkit-box-sizing:content-box;
        -moz-box-sizing:content-box;
        float:right;
        position:relative;
        top:-18px;
        left:100%;
        width:3em;
        margin-left:-3em;
        padding-right:5px;
        text-align:right;
        background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(white),color-stop(50%,white));
        background:-moz-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
        background:-o-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
        background:-ms-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
        background:linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
    }
}
.article_content{
    width: 100%;
    margin: 0px auto;
    background: #ffffff;
}
.article_title {
    width: 80%;
    margin: 0px auto;
    line-height: 44px;
    padding:50px 0px 15px 0px;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.article_type {
    width: 80%;
    margin: 0px auto;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
    text-align: center;
}
.article_txt {
    width: 80%;
    margin: 20px auto;
    line-height: 30px;
    color: #333333;
    font-size: 16px !important;
    letter-spacing: 0.5px;
    -webkit-text-size-adjust: none;
    text-align: justify;
}
.article_txt img {
    padding: 0;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto 5px auto;
}
.article_next{
    width: 80%;
    margin: 50px auto;
    border-top:1px solid #f1f1f1;
    padding-top: 50px;
    padding-bottom: 50px;
}
