HTML,BODY {
  WIDTH: 100%; HEIGHT: 100%;
  line-height: 1.5;
}
BODY {
  MARGIN: 0px; PADDING: 0px; BACKGROUND: #EEEEEE; COLOR: #535353; FONT-FAMILY: arial,verdana,sans-serif;
}
TABLE {
  FONT-SIZE: 12px; TEXT-ALIGN: left; MARGIN: auto
}
DIV {
  MARGIN: auto
}
FORM,INPUT,SELECT,TEXTAREA {
  MARGIN: 0px; PADDING: 0px
}
INPUT,SELECT,TEXTAREA {
  FONT-SIZE: 12px; FONT-FAMILY: arial; VERTICAL-ALIGN: middle
}

IMG {
  BORDER: 0px
}
IMG.absmiddle {
  VERTICAL-ALIGN: middle
}
A {
  COLOR: #535353; TEXT-DECORATION: none
}
A:hover {
  TEXT-DECORATION: none;
}
strong{
font-weight:bold;
}
*, :after, :before {
    box-sizing: border-box;
}
img {
    vertical-align: middle;
    border: 0;
}
pre{
    margin: 15px 0;
    padding: 20px;
    border: 1px dotted #785;
    background: #f5f5f5;
    line-height: 1.4;
    font-family: Consolas;
    white-space: pre-wrap;
}
.content_detail table,.content_detail table tr th, .content_detail table tr td,
.table,.table tr th, .table tr td { border-collapse:collapse;border:1px solid #ddd;padding:1px 2px; }
.content_detail table tr:nth-of-type(1),
.table tr:nth-of-type(1){background-color:#eee;}
.btn{border:1px solid #e3e3e3;margin-left:5px;padding:2px 3px;background-color:#f66;color:#efefef;font-size:12px;}
.ad-site {
    margin:0 auto;
    text-align: center;
}
.ad-archive-p {
    width: auto;
    margin: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
}
.ad-single-p {
    width: auto;
    margin: 0 auto 10px;
    padding: 10px;
    border: 1px dashed #bbb;
    border-radius: 3px;
    overflow: hidden;
}


header{
    background: #212121;
    height: 75px;
    border: none;
    padding: 0 20px;
}
.header_con{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.header_title{
    color: #fff;
    float: left;
    line-height: 75px;
    height: 75px;
}
.header_title h2 a{
    color:#d81e06;
    width: 121px;
    height: 75px;
    line-height: 75px;
    display: block;
    text-align: center;
}
.header_title h2 a img{
    display: block;
}
.header_menu{
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    width: auto;
    border-top: 0;
    box-shadow: none;
    padding-right: 10px;
    padding-left: 10px;
}
.header_menu ul{
    float: left;
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.header_menu li{
    float: left;
    position: relative;
    display: block;
}
.header_menu li a{
    padding: 20px 20px;
    line-height: 35px;
    height: 75px;
    color: #c1c1c1;
    font-size: 16px;
    background: none;
    transition: all .3s ease;
    position: relative;
    display: block;
}
.header_menu li a.on{
    color:#fff;
}
.header_search{
    right: 15px;
    z-index: 1;
    position: absolute;
    top: 8px;
}
.header_search form{
    margin: 15px 10px;
    box-shadow: none;
}
.sidebar_list form{
    margin: 5px 0;
    box-shadow: none;
}
.content_search {
width:250px;
    margin: 5px auto;
    box-shadow: none;
}
.content_search form .search_text,
.sidebar_list form .search_text,
.header_search form .search_text{
    margin: 0 5px 0 0;
    height: 30px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #000;
    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
    position: relative;
    display: table-cell;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    padding: 5px 10px;
    background-color: #fff;
    background-image: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.content_search .search_btn,
.sidebar_list .search_btn,
.header_search form .search_btn{
    height: 30px;
    width: 50px;
    border: none;
    background-color: #46c37b;
    color: #fff;
    transition: all .3s ease;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header_login{
    right: 50px;
    z-index: 1;
    position: absolute;
    top: 0;
}

.header_login form{
    margin: 15px 10px;
    box-shadow: none;
}

.header_login form .login_con{
    height: 30px;
    line-height: 30px;
}
.header_login form .login_con a{
  margin:0 5px;
    color:#fff;
}
.logined
{
    margin: 15px 10px;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
}


.logined a{
  margin:0 5px;
    color:#fff;
}

    .swiper-container {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translateZ(0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translateZ(0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform,left,top;
    -o-transition-duration: 0s;
    -o-transform: translateZ(0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translateZ(0);
    -ms-transition-timing-function: ease;
    transition-property: transform,left,top;
    transition-duration: 0s;
    transform: translateZ(0);
    transition-timing-function: ease;
    box-sizing: border-box;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.course{
  display: block;
  position: relative;
    background: #fff;
  margin: 20px 0;
}
.course_con{
    width: 1160px;
    background: #fff;
    padding: 0 20px;
}
.course_title {
    position: relative;
    padding: 50px 0;
    text-align: center;
}
.course_title h3{
    position: relative;
    margin-bottom: 20px;
    font-size: 32px;
    z-index: 1;
    color: #313131;
}
.course_row:before,.course_row:after {
    content: " ";
    display: table;
}
.course_row{
    margin-left: -10px;
    margin-right: -10px;
}
.course_row:after {
    clear: both;
}
.course_detail{
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.course_item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
    background-color: #fff;
}
.course_item:hover {
  transform:translateY(-6px);
  -webkit-transform:translateY(-6px);
  -moz-transform:translateY(-6px);
  box-shadow:0 26px 40px -24px rgba(0,36,100,.3);
  -webkit-box-shadow:0 26px 40px -24px rgba(0,36,100,.3);
  -moz-box-shadow:0 26px 40px -24px rgba(0,36,100,.3);
  transition:all .3s ease;
}
.course_img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.course_img a img{
    width: 100%;
    padding: 10px;
    display: block;
    max-width: 100%;
    height: auto;
}
.course_info {
    margin-top: 10px;
    padding: 0 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    word-wrap: normal;
}
.course_info a {
    cursor: pointer;
    color: #616161!important;
    transition: all .3s ease;
    margin-top: 10px;
    padding: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.course_more {
    text-align: center;
    margin: 20px auto;
}
.course_more a{
    font-size: 14px;
    padding: 12px 35px;
    color: #616161;
    background-color: #f5f5f5;
   
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #dcdcdc;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.course_more a:hover {
	z-index:2;
	transition:all .3s ease;text-decoration:none
	color:#616161;background-color:#e1e1e1;
}



.service{
  display: block;
  position: relative;
  padding-bottom: 20px;
  background: #fff;
}
.service_con{
  width: 1160px;
}
.service_title {
    position: relative;
    padding: 50px 0;
    text-align: center;
}
.service_title h3{
    position: relative;
    margin-bottom: 20px;
    font-size: 32px;
    z-index: 1;
    color: #313131;
}
.service_row:before,.service_row:after {
    content: " ";
    display: table;
}
.service_row{
    margin-left: -10px;
    margin-right: -10px;
}
.service_row:after {
    clear: both;
}
.service_detail{
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.service_item {
    position: relative;
    width:100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 50px;
    border: 1px solid #e4ecf3;
    background-color: #fff;
}
.service_item:hover {
  transform:translateY(-6px);
  -webkit-transform:translateY(-6px);
  -moz-transform:translateY(-6px);
  box-shadow:0 26px 40px -24px rgba(0,36,100,.3);
  -webkit-box-shadow:0 26px 40px -24px rgba(0,36,100,.3);
  -moz-box-shadow:0 26px 40px -24px rgba(0,36,100,.3);
  transition:all .3s ease;
}
.service_img{
    font-weight: bold;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.service_img a{
    display: block;
}
.service_img a img{
    width: 100%;
    padding: 10px;
    display: block;
    max-width: 100%;
    height: auto;
}
.service_info {
    margin-top: 10px;
    padding: 0 10px;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;
    word-wrap: normal;*/
}
.service_info a {
    cursor: pointer;
    color: #616161!important;
    transition: all .3s ease;
    margin-top: 10px;
    padding: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;*/
}
.service_info p{
    text-align: center;
}
.service_more {
    text-align: center;
    margin: 20px auto;
}
.service_more a{
    font-size: 14px;
    padding: 12px 35px;
    color: #616161;
    background-color: #f5f5f5;
   
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #dcdcdc;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.service_more a:hover {
	z-index:2;
	transition:all .3s ease;text-decoration:none
	color:#616161;background-color:#e1e1e1;
}





footer {
    position: relative;
}
footer a{
    color: #c1c1c1;
}
.footer_con{
    background: #212121;
    border-top: 1px solid #444;
    text-align: center;
    padding: 20px 0;
    line-height: 30px;
    color: #c1c1c1;
}
.copyright{
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}


article{
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    background-color: #f5f5f5;
    letter-spacing: 1px;
}
.nav{
	position: relative;
	width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.nav_con{
  /*
    position: relative;
    width: 1160px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    */
}
.nav_title {
    text-transform: uppercase;
    padding: 6px 0;
    font-size: 20px;
}
.nav_more {
    position: absolute;
    top: 0;
    right: 10px;
}
.nav_more a{
    font-size: 14px;
    padding: 12px 35px;
    border-color: #34a263;
    background-color: #46c37b;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nav_more a:hover{color:#fff;background-color:#37a967}

.list{
    width: 1160px;
    margin: 30px auto;
    min-height: 400px;
    padding-left: 10px;
    padding-right: 10px;
 }

.list_cat {
    border: 1px solid #e4ecf3;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #fff;
 }
.list_cat_all {
    border-bottom: 1px dashed #e4ecf3;
    padding-left: 10px!important;
    padding-top: 10px!important;
}
.list_cat_all .cat_title {
    width: 90px;
    margin-top: 3px;
    float: left;
}

.list_cat_all .cat_con{
    margin-left: 100px;
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
}
.list_cat_all .cat_con li{
    margin-top: 3px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    list-style: none;
}
.list_cat_groups{
    padding: 0 60px 0 15px;
    position: relative;
    overflow-y: hidden;
}
.list_cat_groups .cat_title {
    float: left;
    padding: 15px 0;
    width: 100px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.list_cat_groups ul{
    list-style: none;
    padding: 0;
    margin: 0 0 0 100px;
}
.list_cat_groups ul li {
    float: left;
    padding: 10px 12px;
}
.list_cat_groups ul li.on a{
    background-color: #f5f5f5;
}

.list_cat_groups ul li a {
    display: block;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    color: #919191;
    transition: all .3s ease;
}
.list_page{
	text-align: center!important;
}
.list_page_con{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
}
.list_page_con span {
    position: relative;
    float: left;
    padding: 5px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #919191;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    margin: 5px;
    border-radius: 4px;
}

.detail{
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.nav_list{
    background: none;
    margin: 12px auto;
    padding: 8px 0;
}
.detail_top{
    position: relative;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
}
.detail_title{
    padding-right: 130px;
    padding-bottom: 10px;
}
.detail_title span{
    vertical-align: top;
    display: inline-block;
    color: #313131;
    font-size: 24px;
    word-wrap: break-word;
    word-break: break-all;
}
.detail_title i{
    font-size: 24px;
}
.detail_desc{
    overflow: hidden;
}
.detail_desc .detail_img{
    position: relative;
    float: left;
    width: 480px;
    padding:10px;
}
.detail_img img{
    display: block;
    width:460px;
    height: 330px;
}
.detail_info{
    padding:10px 10px 10px 60px;
    margin-left: 480px;
    color: #919191;
}
.detail_info .info_list{
    margin-bottom: 5px!important;
}
.info_list .left{
    width: 60px;
    display: inline-block;
}
.info_list .right{
    vertical-align: middle!important;
    display: inline-block!important;
    margin-right: 10px!important;
    color: #313131!important;
}
.detail_con{
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.detail_con .row {
    margin-left: -10px;
    margin-right: -10px;
}
.detail_con_left{
    float: left;
    width: 25%;
}
.con_sidebar {
    min-height: 600px;
    padding: 0 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
}
.sidebar_title{
    position: relative;
    font-size: 16px;
    padding: 10px 0;
    line-height: 30px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    border-color: #e1e1e1;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.sidebar_list{
    position: relative;
    padding: 15px 0;
}
.sidebar_list a{
   display:block;
}
.sidebar_list li{
    padding: 10px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.sidebar_list ul li a{
   display:block;
    padding-left: 15px;
    font-weight: normal;
}
.sidebar_list li:hover,.sidebar_list li.on{
  text-decoration:none;
  color:#555;
  background-color:#f5f5f5;
}

.detail_con_right{
    float: left;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.content{
    min-height: 600px;
    background: #fff;
    padding: 0 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
}
.content_title{
    position: relative;
    font-size: 16px;
    padding: 10px 0;
    line-height: 30px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    color: #616161;
    border-color: #e1e1e1;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.content_title h3{
    border: none;
    margin-right: 0;
    font-size: 16px;
    transition: all .3s ease;
    padding: 0;
}
.content_info {
    font-size:14px;
	line-height:2.5;
    padding: 15px 30px;
    text-align:right;
}
.content_detail {
    font-size:14px;
	line-height:2.5;
    padding: 15px 30px;
}
.content_detail strong{
  font-weight: bold;
}
.content_detail img{
    max-width: 95%;
    margin: 0 auto;
    /*display: block;*/
}
.content_list{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.content_list li{
    margin-bottom: 10px;
    position: relative;
    background-color: #f5f5f5;
    list-style: none;
    padding: 15px 45px;
}
.content_list li span.utype{
    float: right;
}
.content_list ul li{
    background-color: transparent;
}
.content_list  ul li:hover{background-color:#f3fee8}

.news_list{
    padding: 5px 30px;
  }
.news_item{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.news_title{
    padding-top: 5px;
    overflow: hidden;
}
.news_title_left{
  float: left!important;
}
.news_title_left .date{
    height: 45px;
    width: 45px;
    text-align: center;
    color: #919191;
    background-color: #f5f5f5;
    border-radius: 50%;
}
.news_title_left .date .day{
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.2;
}
.news_title_left .date .month{
    font-size: 12px;
}

.news_title_right{
    padding-left: 60px;
}
.news_title_right p{
    margin-bottom: 0;
    font-size: 12px;
}
.news_title_right p a{
    cursor: pointer;
    color: #616161!important;
    transition: all .3s ease;
}
.news_title_right h2{
    margin: 0;
    line-height: 32px;
    font-size: 22px;
}
.news_title_right h2 a{
    cursor: pointer;
    color: #616161!important;
    transition: all .3s ease;
}

.news_desc{
    color: #919191;
    zoom: 1;
    overflow: hidden;
    margin-top: 15px;
}
.news_desc_left{
    padding-right: 15px;
    display: table-cell;
    vertical-align: top;
}
.news_desc_left a img{
    width: 260px;
    height: 145px;
    border-radius: 4px;
    vertical-align: middle;
}
.news_desc_right{
    padding-left: 10px;
    line-height: 25px;
    word-break: break-all;
    display: table-cell;
    vertical-align: top;
    zoom: 1;
    overflow: hidden;
}
.download_list{
    padding: 15px 30px;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.download_list li{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 0;
    zoom: 1;
    overflow: hidden;
}
.download_num{
    padding-right: 18px;
    display: table-cell;
    vertical-align: top;
}
.download_num span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background: #f1f1f1;
    color: #919191;
    text-align: center;
    font-size: 12px;
}
.download_num span strong {
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 7px 0 0;
}
.download_body{
    width: 10000px;
    word-break: break-all;
    padding-top: 5px!important;
    display: table-cell;
    vertical-align: top;
    zoom: 1;
    overflow: hidden;
}
.download_title{
    margin-bottom: 10px;
    margin-top: 0;
}
.download_info{
    font-size: 12px;
    color: #999;
}
.member{
    width: 1160px;
    margin: 30px auto;
    min-height: 400px;
}

.member_left {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.member_side {
    padding: 20px 0 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
}
.member_side h3{
    list-style-type: none;
    color: #919191;
    margin-bottom: 10px;
    margin-left: 20px;
}
.member_side ul{
    margin-bottom: 20px;
    padding-left: 0;
}
.member_side ul li{
    border-radius: 0;
    border: none;
    padding: 0;
    border-left: 2px solid transparent;
}
.member_side ul li:hover{
  text-decoration:none;
  color:#555;
  background-color:#f5f5f5;
}

.member_side ul li a {
    display: block;
    color: #616161;
    padding: 10px 15px 10px 35px;
}

.member_right{
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.member_con{
    min-height: 400px;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
}

.links section{
    width: 1160px;
    margin: 0 auto;
    position: relative;
    padding-left: 10px;
}
.links_con{
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
}
.links_con .title{
    position: relative;
    font-size: 16px;
    padding: 10px 0;
    line-height: 30px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    color: #616161;
    border-color: #e1e1e1;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.links_con ul{
    position: relative;
    padding: 5px 0;
}
.links_con ul li {
    padding: 5px 15px 0px 0px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.tagcloud {
    padding: 5px 0 5px 2px;
}
.tagcloud a {
    float: left;
    margin: 4px;
    padding: 0 7px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #f4f4f4;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.content_message
{
width:100%;
margin:0 auto;
}
.content_message form{
width:350px;
margin:0 auto;
padding:20px 30px;
}
.content_message .message_text{
border:1px solid #ddd;
margin:10px auto;
padding:5px 10px;
width:300px;
height:30px;
line-height:30px;
}
.content_message .message_vcode{
border:1px solid #ddd;
margin:10px auto;
padding:5px 10px;
width:260px;
height:30px;
line-height:30px;
}
.content_message .message_textarea{
border:1px solid #ddd;
margin:10px auto;
padding:5px 10px;
width:300px;
height:150px;
line-height:30px;
}
.content_message .message_btn{
    height: 30px;
    width: 50px;
    border: none;
    background-color: #46c37b;
    color: #fff;
    transition: all .3s ease;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.comments-title{background: #fff;margin-bottom: 10px;padding: 15px 20px;border: 1px solid #ddd;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);border-radius: 2px;}
.comment-list,.comment-list ol{list-style: none;}
.comment-list li{position: relative;background: #fff;margin:10px 0;padding: 15px 20px;border: 1px solid #ddd;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);border-radius: 2px;word-wrap: break-word;word-break: break-all;}
.children li{position: relative;background: #fff;margin: 0 0 10px 0;padding: 15px 20px;border: 1px solid #ebebeb;border-radius: 2px;word-wrap: break-word;word-break: break-all;}
.children{margin: 5px 0 0 0;}
.vcard .avatar{float: left;width: 48px;height: 48px;margin: 6px 10px 0 0;padding: 2px;transition: all 0.8s ease 0s;-webkit-transition: all 0.8s ease 0s;-moz-transition: all 0.8s ease 0s;-o-transition: all 0.8s ease 0s;}
.vcard:hover .avatar{transform: rotate(720deg);-webkit-transform: rotate(720deg);-moz-transform: rotate(720deg);-o-transform: rotate(720deg);-ms-transform: rotate(720deg);}
.comment-author{color: #999;}
.fn{font-style: normal;font-weight: bold;}
.floor{color: #999;}
.comment-meta, .comment-meta a{color: #999;}
.reply a{background: #fff;position: absolute;top: 15px;right: 20px;line-height: 25px;padding: 0 10px;border: 1px solid #ddd;border-radius: 2px;}
.reply a:hover{background: #304040;color: #fff;border: 1px solid #304040;transition: all 0.2s ease-in 0s;}
.at, .at a{color: #2f889a;}
.no-comments{background: #fff;text-align: center;margin: 0 0 10px 0;padding: 10px;border: 1px solid #ddd;}
#edita{color: #8b8b8b;}