
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;border: 0;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
a:hover {
    color: #DB3A39;
}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
html,body {
    width: 100%;
    height: 100%;
}
a {
    font-size: inherit;
    
}
.center {
    width: 100%; 
    height: auto;
}
.center .center_con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 150px;
}
.center .center_con_left {
    width: 750px;
    height: auto;
    padding-right: 30px;
}
.center .center_con_right {
    width: 450px;
    height: auto;
    padding-left: 30px;
    border-left: 1px solid #cfcfcf; 
}
.title {
    font-weight: bold;
    font-size: 22px;
    color: #619c4a;
}
.online_interview {
    margin-bottom: 50px;
}
.online_interview .photo_news {
    width: 100%;
    height: auto;
    margin-bottom: 37px;
}
.photo_news .news_imgbox {
    width: 263px;
    height: 197px;
    margin-right: 17px;
}
.news_imgbox img {
    width: 100%;
    height: 100%;
} 
.photo_news .news_con {
    width: 432px;
    min-height: 150px;
    padding-top: 9px;
}
.news_con li + li {
    margin-top: 10px;
}
.news_con li span:first-child {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.news_con li:first-child a {
    font-size: 18px;
    color: #619c4a;
    font-weight: bold;
}
.news_con li:first-child +li+li  a {
    font-size: 18px;
    color: #999999;
    line-height: 33px;
}
.news_con li:first-child +li  span+span {
    font-size: 18px;
    color: #999999;
}

.list_box {
    width: 100%;
    min-height: 100px;
}
.list1 {
    min-height: 128px;
}
.list_box li {
    background: url(../image/2007271555519444862.png) no-repeat left center;
    padding-left: 12px;
    font-size: 15px;
    color: #333333;
}
.list_box li+li {
    margin-top: 16px;
}
.list_box li a {
    float: left;
}
.list_box li span {
    float: right;
    color: #999999;
}
.center_con_left .hot_issues {
    width: 100%;
    height: auto;
}
.hot_issues .hot_issues_solicit {
    width: 100%;
    height: auto;
    margin-bottom: 33px;
}
.hot_issues_solicit .solicit_imgbox {
    width: 66px;
    height: 66px;
    margin-right: 17px;
}
.solicit_imgbox img {
    width: 100%;
    height: 100%;
}
.hot_issues_solicit .solicit_con {
    padding-top: px;
}
.solicit_con .solicit_problem {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;

}
.solicit_con .solicit_date {
    font-size: 17px;
    color: #999999
}
.center_right_list {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.center_right_list li {
    width: 420px;
	min-height: 95px;
}
.center_right_list li img {
    width: 100%;
    height: 100%;
}
.center_right_list li+li {
    margin-top: 12px;
}
.jt_img {
    width: 22px;
    height: 22px;
    margin-top: 5px;
    display: none;
    margin-left: 4px;
}
.online_interview>a,.hot_issues>a,.online_survey>a{
    display: block;
    padding-bottom: 14px;
    margin-bottom: 38px;
    border-bottom: 1px solid #619c4a;
}
.online_interview a:hover .jt_img {
    display: block;
}
.hot_issues a:hover .jt_img {
    display: block;
}
.online_survey a:hover .jt_img {
    display: block;
}