/*****
*怀化市政府目录专题样式文件
*@crtime:2020年10月22日10:51
*@Company:湖南微象科技有限公司 www.microxiang.com
*@Author:张涵
*
*/
@charset "utf-8";
html{font-size:14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
*{box-sizing: border-box;}
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,label,input,img{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
a{text-decoration:none;color:#333;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);  /* 去掉链接触摸高亮 */ }
a:hover,a :focus{color:#1552ad;outline:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;}
/*定位*/
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.clearfix::after,.tab-box>dt::after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.content-box{max-width: 1200px;margin: 0 auto;}
/*CSS3属性*/
.box-shadow {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    /*右、下、距离、模糊程度、阴影颜色，内阴影*/
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
body{background: url(../images/zt_xymybg_02.png)no-repeat top center;min-width: 1200px;}
/*头部*/
.xymy_header{padding: 30px 0 10px 0;background: #FFF;}
.xymy_header_box { width: 100%;max-width: 1200px;margin: 0 auto;}
.xymy_header_top { height: 100px; border-bottom: 1px solid rgba(255,255,255,0.2); width: 100%; overflow: hidden;}
.xymy_header_top .xymy_logo{display: inline-block;float: left;}
.xymy_header_top .logo  { display: inline-block; float: left;}
.xymy_header_top .xymy_fhsy { width: 108px; height: 32px; border-radius: 2px; background:#FFF; display: block; float: right; margin-top: 34px; color: #0b448f; line-height: 32px; font-size: 15px; text-align: center; border: 1px solid #8eb1dc;}
.xymy_header_top .xymy_fhsy:hover {background:#0b448f;color: #FFF;}


.xymy_lmtit {border-bottom: 1px solid #ccc;position: relative;height: 50px;line-height: 50px;padding: 0 55px;}
.xymy_lmtit .lmtit-chnel {
   height: 80px;
    padding: 0 25px;
    color: #fff;
    line-height: 80px;
    background: url(../images/zt_xymytbg_03.png) no-repeat;
    display: inline-block;
    width: 50%;
    position: absolute;
    top: -31px;
    left: 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.xymy_more {
    height: 50px;
    float: right;
    line-height: 50px;
    font-size: 15px;
    color: #808080;
}
.c-xygzdt{background: #FFF;margin-bottom: 65px;}
.c-xygzdt .bd ul{padding: 25px 55px 35px 55px;}
.c-xygzdt .bd li{float: left;width: 100%;}
.c-xygzdt .bd li .date{float:right; color:#a8a8a8;font-size:16px;height: 42px;line-height: 42px;}
.c-xygzdt .bd li a{max-width:78%;display:block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333;background: url(../images/hbdc_dian_03.png) no-repeat left center;padding-left: 25px;height:42px;line-height:42px;text-align:left;font-size: 16px;}
.c-xygzdt .bd li a:hover{color:#1552ad;}

/*中间w文字*/
.xymy_tit{padding: 75px 0 220px 0;overflow: hidden;text-align: center;}

/*底部*/
.footer { background: #2e5aa6; padding: 25px 0;}
.footer_box { width: 100%; max-width: 1200px; margin: 0 auto;}
.footer_info { margin-left: 190px;}
.footer_info p {font-size: 14px; color: #90c9f4; line-height: 30px;}
.footer_info p a{font-size: 14px; color: #90c9f4; line-height: 30px;}
.footer_info p img { margin-right: 5px; position: relative; top:3px}
.footer_img { margin-top:35px;}
.footer_img a { margin-right:5px;}
.footer_img a:nth-child(3){display:none;} 
