﻿.question_cate{
    display: none;
}
.position_div{
    width: 1188px;
    height: 40px;
    line-height: 40px;
    border-left:1px solid #e3e3e3;
    border-right:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    display: block;
    margin: auto;
    padding-left: 10px;
    font-size: 14px;
    color: #999999;
}
.article_div{
    width: 1200px;
    margin: 10px auto;
    display: table;
}
.article_left{
    width: 838px;
    padding: 45px;
    margin-right: 10px;
    border: 1px solid #d8e5f4;
    background: #f5faff;
    display: table;
    float: left;
}
.article_title{
    font-size: 25px;
    color: #000000;
    display: block;
}
.article_time{
    font-size: 14px;
    color: #CCCCCC;
    height: 40px;
    line-height: 40px;
}
.article_content{
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
}
.article_desc{
    text-indent: 30px;
}
.article_img{
    width: 70%;
    margin: 20px 15%;
}
.article_details{
    text-indent: 30px;
    margin-bottom: 30px;
}
.article_keywords{
    word-break: keep-all;
    display: table;
    margin-top: 20px;
}
.article_keywords span{
    background: #e6e6e6;
    display: block;
    float: left;
    padding: 5px 10px;
    color: #888888;
    margin:5px 5px;
}
.article_text{
    width: 100%;
    display: table;
    border-top: 1px solid #e3e3e3;
    margin-top: 20px;
}
.article_text a{
    margin-top: 10px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #294c7f;
}
.article_message{
    width: 100%;
    display: table;
    margin-top: 20px;
}
.article_remind{
    background: #fffee6;
    border: 1px solid #f1e0c9;;
    border-radius: 5px;
    padding: 10px;
}
.article_remind p{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.article_remind span{
    font-size: 16px;
}
.article_message_div{
    width: 100%;
    display: table;
    margin-top: 20px;
}
.message_item{
    margin:0 auto 15px auto;
    font-size: 16px;
    line-height: 34px;
    display: table;
    width: 100%;
}
.message_item input{
    width: 60%;
    height: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding-left: 5px;
    display: block;
    float: left;
}
.message_item i{
    color: red;
    margin-right: 5px;
}
.message_item span{
    display: block;
    float: left;
    margin: 0 5px;
}
.content_name{
    padding-left: 20px;
    display: block;
    color: #000000 !important;
    float: left;
}
.content_text{
    width: 59.5%;
    height: 150px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    outline: none;
    padding: 5px;
    font-size: 14px;
    font-family: "微软雅黑";
    display: block;
    float: left;
}
.submit_button{
    width: 55%;
    margin-left: 10%;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    background: #32a703;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.article_right{
    width: 260px;
    display: table;
    float: left;
}
.right_item{
    display: block;
    /*margin-bottom: 20px;*/
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #dddddd;
}
.right_item:last-child{
    /*border-bottom: 0;*/
}
.right_item img{
    width: 100%;
}
.right_item a{
    text-decoration: none;
}
.right_item a p{
    max-height: 40px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    /*padding: 10px 0;*/
    color: #333333;
    margin-bottom: 5px;
}
.right_item a span{
    font-size: 14px;
    width: 100%;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    color: #666666;
}