/*****内容****/

.container {
    margin: 0 auto;
    max-width: 1320px;
}

.footer{
    clear:both;
    float: none;
    margin:50px auto;
    max-width:1320px;
    background: #fff;
    margin-top:50px;
}

/**左边**/

.left-col {
    background-color: #fff;
    position: fixed;
    width: 190px;
    height: auto;
    min-height:800px;
    z-index: 999;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
}

.site-branding {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
    text-align: center;
}

.site-branding img {
    vertical-align: middle;
    width: auto;
    max-width: 100%;
}

.site-branding #logo {
    padding: 10px 0;
}


/**导航**/

.nav {
    width: 100%;
}

.nav ul {
    margin-bottom: 10px;
}

.nav ul li {
    white-space: nowrap;
}

.nav ul li a {
    color: #333;
    font-size: 16px;
    padding: 10px 10px 10px 60px;
    display: block;
}

.nav ul li a.active ,.nav ul li a:hover{
    background-color: #ed4040;
    color: #fff;
    border-radius: 4px;
}

.logo{
    width:155px;
    height:44px;
}


/**幻灯**/

.gslider {
    width: 770px;
    height: 385px;
    margin: 20px 0;
}

.gslider img {
    width: 770px;
    height: 385px;
}

.content-wrapper {
    margin-right: 320px;
    margin-left: 190px;
    padding: 0 20px 0;
    float: left;
}

.content-wrapper a:hover {
    text-decoration: underline;
    color: #ed4040;
}


/**最新动态**/

.recent-content {
    width: 770px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}

.recent-content h2 {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 20px;
    position: relative;
}

.recent-content h2 span {
    display: inline-block;
    border-bottom: 2px solid #ff4c4c;
    margin-bottom: -1px;
    padding: 10px 0 9px;
}

.recent-footer{
    width: 770px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    margin-top:20px;
    text-align: center;
    font-size:14px;
}
.recent-footer p{
    padding:20px;
    font-size:14px;
}
.recent-footer p span{
    margin-right:20px;
}


/**文章**/

.list_article {
    padding: 20px;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
}

.list_article h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.list_article h3 a {
    font-size: 20px;
    line-height: 30px;
    font-weight:500;
}

.pov {
    display: block;
}

.tittop {
    margin-bottom: 8px;
    font-size: 13px;
    color: #999;
}

.tittop b {
    color: #999;
    font-size: 12px;
    margin-right: 10px;
    font-weight: normal;
}

.list_article ul {
    margin: 15px 0 15px;
    overflow: hidden;
}

.list_article ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
}

.list_article .mg {
    margin-right: 0;
    clear: right;
}

.thumbnail-wrap {
    overflow: hidden;
}

.list_article ul li:hover .thumbnail-wrap img {
    transform: scale(1.02);
    transition: all 0.4s;
    overflow: hidden;
}

.list_article ul li img {
    width: 230px;
    height: 150px;
    overflow: hidden;
}

.sview {
    width: 100%;
    height: auto;
}


.article_view {
    width: 100%;
    height: auto;
}

.article_desc {
    float: left;
    width: 490px;
    overflow: hidden;
}

.sviewr {
    float: right;
    width: 218px;
    overflow: hidden;
    height: auto;
}

.sviewr img {
    width: 218px;
    height: 140px;
    overflow: hidden;
    border-radius: 5px;
}


.article_photo {
    float: right;
    width: 220px;
    overflow: hidden;
    height: auto;
}

.article_photo img {
    width: 218px;
    height: 140px;
    overflow: hidden;
    border-radius: 5px;
    border:1px solid #eee;
}

.article_summary {
    margin-bottom: 12px;
}

.article_summary p {
    line-height: 26px;
    font-size: 14px;
    color:#666;
}

.footbar {
    height: 26px;
    line-height: 26px;
}

.footbar i {
    font-style: normal;
}

.footbar-category {
    background-color: #ff4c4c;
    color: #fff;
    padding: 5px;
    line-height: 26px;
    margin-right: 20px;
}

.footbar-category a {
    color: #fff;
}

.footbar-category a:hover {
    color: #fff;
    text-decoration: none;
}

.footbar-like {
    margin-right: 15px;
    color:#666;
}

.footbar-like a {
    color: #999;
    font-size: 12px;
}



.article_about {
    height: 26px;
    line-height: 26px;
    color:#888;
}

.article_about i {
    font-style: normal;
}



/**右边**/

.sitebar {
    width: 300px;
    margin-left: -320px;
    float: left;
}

.searchbox {
    background-color: #fff;
}

.searchbox form {
    height: 38px;
    padding: 20px;
    position: relative;
    margin-right: 20px;
}

.search-input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e9e9e9;
    padding-left: 10px;
    font-size: 14px;
}

.search-submit {
    width: 64px;
    height: 38px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 20px;
    right: 0;
    border-left: none;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    outline: none;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    background-color: #ff4c4c;
}

.sitebar-article {
    margin: 20px 0;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.sitebar-article h2 {
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    font-size: 1em;
    margin: -5px 0 20px;
    font-size: 18px;
}

.sitebar-article h2 span {
    border-bottom-color: #ff4c4c;
    border-bottom: 2px solid #ff4c4c;
    display: inline-block;
    margin-bottom: -1px;
    padding-bottom: 10px;
}

.sitebar-article ul li {
    margin-bottom: 15px;
    overflow: hidden;
}

.sitebar-article-list ul li .article_left {
    float: left;
    width: 158px;
}

.sitebar-article-list ul li .article_left a {
    color: #333;
    line-height: 24px;
    font-size: 14px;
}

.sitebar-article-list ul li a:hover {
    color: #ff4c4c;
    text-decoration: underline;
}

.sitebar-article-list ul li .article_left p {
    line-height: 24px;
    font-size: 14px;
}

.sitebar-article-list ul li .article_left time {
    color: #999;
    line-height: 24px;
}

.sitebar-article-list ul li .article_right {
    float: right;
    width: 90px;
    height: auto;
}

.sitebar-article-list ul li .article_right img {
    width: 90px;
    height: 60px;
    border-radius: 5px;
}

.mt-20{
    margin-top:20px;
}
.sitebar-article-list ul li:hover .article_right img {
    transform: scale(1.01);
    transition: all .5s;
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ali {
    width: 300px;
}

.ali img {
    width: 300px;
    height: auto;
}


/**文章显示**/

.showart {
    padding: 20px;
}

.loccrumbs {
    font-size: 13px;
    margin-bottom: 20px;
    color: #999;
}

.loccrumbs span {
    color: #999;
    font-size: 12px;
}

.loccrumbs a {
    color: #999;
    text-decoration: underline;
}

.showart h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight:bold;
}

article{
    font-size: 18px;
    line-height: 30px;
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 25px;
}
article img{
    width: 730px;
    padding: 10px 0;
}

article  p {
    margin-bottom: 20px;
    overflow:auto;
}

article table{width:100%;border:1px solid #999;border-width:1px 1px 0 0;border-collapse: collapse;margin-bottom: 14px;}
article table th{font-weight:bold;font-size:14px;border:1px solid #999;border-width:0 0 1px 1px;padding:2px 4px 2px 4px;}
article table td{font-weight: normal;font-size:14px;border:1px solid #999;border-width:0 0 1px 1px;padding:2px 4px 2px 4px;text-align: center;}


/*翻页
 */

.pagination{
    margin:20px 0 20px 0;
    padding:20px;
    overflow: hidden;
    font-size:14px;
}
.pagination a{margin-right:20px;border:1px solid #ccc;padding:5px 10px 5px 10px;font-size:14px;}