
/** 清除内外边距 **/
body,html, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/*reset*/
*{font-family:'Microsoft YaHei'}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0}
input,button,select,textarea{outline:none;background:none;}li{list-style:none}img{border:none}textarea{resize:none}
body{color:#666;background:#fff;word-break:break-all;word-wrap:break-word;text-align:center}
a{outline:none;text-decoration:none;color:#666;}
html{min-width:1200px;}
.fix{clear:both;}



/*导航*/
body{background:#f3f5f7;}
.head_nav li{
            display: inline-block;
            float: left;
            line-height: 73px;
            padding-left: 25px;
            font-size: 16px;
            color: #eee;
            font-family: 'SourceHanSansCN-Medium.otf','Microsoft YaHei',"Helvetica Neue",Helvetica,Arial,sans-serif;
        }
.head_log{
            line-height: 46px;
            margin-top: 12px;
            display: inline-block;
            float: left;
            font-size: 23px;
            color: white;
            text-decoration: none;
        }
.self{
            float:right;
            padding-right: 20px;
            height: 70px;
            font-size: 16px;
            color: white;
            line-height: 73px;
        }
.self a{
            color: white;
            text-decoration: none;
        }
.self a:hover{color:white;text-decoration: none;}

/*答疑*/
.qa_warp{width:100%;margin:0px auto;text-align:center;}
.qa_bg{width: 100%;
    height: 695px;
    background: url(../../pic/fgdy/fg_bg.png) no-repeat center;}

/*答疑分类*/
.detail{width:1200px;height:auto;overflow:hidden;background:#fff;border-radius:10px;box-shadow:2px 4px 8px #e2e2e2;margin:0px auto;position:relative;margin-top:-650px;}
.de_left{width:560px;text-align:left;display:inline-block;float:left;margin-left:20px;margin-top:20px;}
.de_left h4{font-size:17px;font-weight:bold;color:#333;}
.de_left ul li{display:inline-block;float:left;padding-right:29px;height:38px;}
.de_left ul{margin-top:20px;}
.de_left ul a:hover{color:#000;}
.de_left .all{background:#f01414;padding:0px 10px;height:30px;border-radius:4px;color:#fff;margin-right:20px;}
.de_right{width:579px;margin-left:40px;}
.de_line{width:1px;height:260px;background:#d9dde1;display:inline-block;float:left;margin:26px 0px;}
.fgsub{
  background: #47b2fc;
    width:58px;
    border: 1px solid transparent;
   height:34px;
color:white;
}

/*法规列表*/
.qa_list{width:1200px;margin:40px auto;}
.qa_list i{background:#47b2fc;color:#fff;padding:9px 10px 3px 10px;height:23px;margin-left:18px;}
.qa_list select{border:none;height:34px;width:112px;background:#f0f0f0;}
.qa_list .sear_box{width:480px;height:34px;border:1px solid #47b2fc;background:#fff;margin:0px auto;    border-right: none;}
.qa_list input{width:300px;height:34px;background:#fff;border:none;}

.qa_cont{width:1200px;margin:40px auto;}
.list_fl{width:800px;height:auto;float:left;}
.cont_lf{width:800px;background:#fff;height:auto;overflow:hidden;box-shadow:2px 4px 8px #e2e2e2;text-align:left;border-radius:10px;display:inline-block;}
.cont_lf div:last-child
{ 
border-bottom:none;
}
.cont_lf h3{border-bottom:1px solid #ddd;padding:20px 0px 20px 20px;}
.qa_text{border-bottom:1px dashed #aaa;padding:10px;width:94%;margin:0px auto;}
.qa_text .item{text-align:left;height:auto;overflow:hidden;color:#666;padding:6px 0px;}
.qa_text .item2{text-align:right;font-size:15px;color:#0872BB;}


/*会议通知*/
#text{width:380px;background:#fff;height:auto;overflow:hidden;box-shadow:2px 4px 8px #e2e2e2;border-radius:6px;display:inline-block;text-align:left;float:right;}
#text h3{border-bottom:1px solid #ddd;padding:20px 0px 20px 20px;}
.MyNot{display:inline-block;width:320px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;padding:12px;border-bottom:1px solid #ddd;font-size:14px;}
.MyNot:hover{color:#1567A0;}
.Mylast{border-bottom:none;}