﻿.column {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}
.top-da {
    margin-top: 30px;
}
.da{
    display: block;
    width: 100%;
}
.da img{
    display: block;
    width: 100%;
}
.main {
    overflow: hidden;
    margin-top: 30px;
}
.leftbar {
    width: 220px;
    float: left;
}
.rightbar {
    width: 738px;
    float: left;
    margin-left: 40px;
    border: 1px solid #cccccc;
}
.plate {
    overflow: hidden;
    position: relative;
}
.plate.contactmx, .plate.hotnews{
    margin-top: 30px;
}
.hot-list {
    padding: 0 20px;
    border: 1px solid #00afff;
}
.hot-list li{
    line-height: 42px;
    border-bottom: 1px dashed #e5e5e5;
}
.hot-list li:last-child{
    border-bottom: none;
}
.hot-list li a{
    color: #666666;
}
.hot-list li a:hover{
    color: #00afff;
}
.plate-title {
    text-align: center;
    color: white;
    line-height: 46px;
    background-color: #00afff;
    font-size: 20px;
}
.left-nav {
    padding: 0 20px;
    border: 1px solid #00afff;
    margin-top: 6px;
}
.left-nav li{
    line-height: 48px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}
.left-nav li a{
    color: #999;
    font-size: 18px;
}
.left-nav li.on a{
    color: #00afff;
}
.left-nav li a:hover{
    color: #00afff;
}
.tablink {
    background: url(../images/tab-link.png) no-repeat center;
    background-size: cover;
    width: 12px;
    height: 29px;
    position: absolute;
    top: 34px;
}
.tablink.tab1 {
    left: 28px;
}
.tablink.tab2 {
    right: 28px;
}
.mxinfo {
    border: 1px solid #00afff;
    padding: 20px;
    text-align: justify;
}
.mxinfo .name{
    font-size: 18px;
    color: #00afff;
    margin: 6px 0;
}
.mxinfo p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.mxinfo p span{
    color: #00afff;
}
.content-head {
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    line-height: 46px;
}
.content-name {
    float: left;
    width: 112px;
    height: 46px;
    padding-left: 20px;
    background: url(../images/bg-title.png) no-repeat center;
    background-size: cover;
    color: white;
    font-size: 18px;
}
.position {
    float: right;
    margin-right: 20px;
    font-size: 14px;
    color: #999999;
}
.position a{
    color: #999999;
}
.position a:hover{
    color: #00afff;
}
.position span{
    margin: 0 10px;
}
.position span.curent{
    padding-left: 16px;
    background: url(../images/icon01.png) no-repeat left center;
}
.content {
    padding: 20px;
    overflow: hidden;
}
.content-top {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 10px;
}
.maincontent {
    margin-top: 20px;
}
.content-title {
    font-size: 20px;
    line-height: 1;
}
.content-data {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}
.content-data span{
    margin-right: 20px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}
.content-data span.form{
    background-image: url(../images/icon02.png);
}
.content-data span.time{
    background-image: url(../images/icon03.png);
}
.content-data span.read{
    background-image: url(../images/icon04.png);
}
.maincontent img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.maincontent p{
    line-height: 1.8;
    margin-top: 16px;
}
.maincontent p:first-child{
    margin-top: 0;
}
.video-list {
    overflow: hidden;
    width: 720px;
    margin-left: -11px;
}
.video-list li{
    overflow: hidden;
    float: left;
    width: 218px;
    text-align: center;
    margin: 0 11px;
    margin-bottom: 20px;
}
.video-list li .video-img{   
    width: 218px;
    height: 160px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.video-list li .bf-btn{
    width: 50px;
    height: 50px;
    background: url(../images/bof-btn.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    cursor: pointer;
}
.video-name {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.page {
    overflow: hidden;
    text-align: center;
    line-height: 32px;
    margin-top: 20px;
}
.page span.on {
    background-color: #00afff;
    color: white;
}
.page span {
    display: inline-block;
    height: 32px;
    width: 32px;
    border: 1px solid #e5e5e5;
    margin: 0 5px;
    cursor: pointer;
}
.page span.on{
    background-color: #00afff;
    color: white;
}
.page span:hover {
    background-color: #e5e5e5;
}
.page span.on:hover{
    background-color: #00afff;
}
.answer-main {
    overflow: hidden;
}
.answer-main li{
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e5e5e5;
    margin-top: 30px;
}
.answer-main li:first-child {
    margin-top: 0;
}
.answer-main .ask{
    overflow: hidden;
}
.answer-main .icon-ask{
    float: left;
    width: 28px;
    height: 28px;
    background-color: #00afff;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
}
.answer-main .icon-answer{
    background-color: #666666;
}
.answer-main .answer-content{
    font-size: 16px;
    float: left;
    margin-left: 20px;
    color: #666666;
    line-height: 28px;
    margin-top: 0;
    width: 630px;
}
.answer-main .ask-title{
    color: #00afff;
    float: left;
    font-size: 16px;
    margin-left: 20px;
    line-height: 28px;
}
.answers {
    margin-top: 20px;
    overflow: hidden;
}
.news-list {
    overflow: hidden;
}
.news-list li{
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.news-list li:first-child {
    margin-top: 0;
}
.news-list li .news-img{
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}
.news-list li .news-about{
    width: 598px;
    float: left;
    margin-left: 20px;
    text-align: justify;
    color: #999999;
}
.news-list li .news-about .news-title{
    text-align: justify;
    color: #333;
    font-size: 18px;
}
.news-list li .news-about .news-title:hover{
    color: #00afff;
    cursor: pointer;
}
.news-list li .news-about p{
    margin-top: 10px;
    line-height: 1.5;
}