@charset "utf-8";
/*---------------------------custom-------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*{transition:background .5s;-webkit-transition:background .5s;}
a{background-color: transparent;text-decoration: none;cursor: pointer;}
img,table{max-width: 100% !important;}
img,input{vertical-align: middle;}
li{list-style: none;}
hr{border: none;}
.fl{float:left;}
.fr{float:right;}
.txtcen{text-align:center;}
/*-----------------------------theme主题-----------------------------*/
body{font-size:14px;font-family: 微软雅黑, 宋体 , Verdana, Arial;line-height: 1.42857143;color: #333;}
a{color: #333;}
a:hover,a:focus{color: red;}
.theme-dqwz{/* background: url(../images/icon/icon_dqwz.jpg) no-repeat 0 center; *//* padding-left: 25px; *//* border-bottom: 1px solid #CCCCCC; */}

/*-----------------------------header页眉-----------------------------*/


/*-----------------------------footer页脚-----------------------------*/

/*-----------------------------list列表-----------------------------*/

/*分页*/
/* 分页样式 */
#page-div{text-align:center;}
#page_div{text-align:center;margin-top:30px;}
.pagination-first{}
.pagination-last{}
.pagination-first > a{margin-right:20px;}
.pagination-index{display:inline-block;width:55px;height:30px;border:1px solid #D3D3D3;line-height:30px;background-color:#F2F2F2;color:#000000;font-size:12px;}
.pagination-num{display:inline-block;border:1px solid #D3D3D3;width:30px;height:30px;line-height:30px;color:#000000;font-size:12px;}
.pagination-first > a.active{background-color:#005EAB;color:#fff;}


/*-----------------------------title-----------------------------*/
.hdjl,.zxft {
    background: #fff;
    padding: 0 20px 25px;
    min-height: 600px;
}
.hdjl_title{
    width: 95%;
    background-color: #f2f2f2;
    margin: 20px auto;
}
.hdjl_title p{
    display: inline-block;
    font-size: 18px;
    color: #0087e4;
    padding: 8px 25px;
    background-color: #c4e7ed;
}

.hdjl_titles{
    width: 100%;
    border-bottom: 1px solid #c4e7ed;
    margin: 0 auto 20px;
    position: relative;
}
.hdjl_titles p{
    display: inline-block;
    font-size: 18px;
    color: #0087e4;
    padding: 8px 25px;
    background-color: #c4e7ed;
    margin-right: 20px;
}
.hdjl_titles span{
    display: inline-block;
    font-size: 14px;
    color: #898787;
}
.hdjl_titles span span{
    color: #d80909;
    padding: 0 5px;
}
.hdjl_titles div{
    line-height: 24px;
    font-size: 16px;
    color: #707070;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.hdjl_titles div img{
    display: inline-block;
    margin: -3px 7px 0 0;
}

/*-----------------------------list-----------------------------*/
/*-----------------------------插件-----------------------------*/
/*-----------------------------添加类名-----------------------------*/

/*-----------------------------********-----------------------------*/

@media (max-width: 768px) {
    .container{
        width: 100%;
    }
    .hdjl{
        min-height: auto;
        padding: 0 10px 10px;
    }
    .hdjl_title p{
        font-size: 16px;
        padding: 8px 18px;
    }
    .hdjl_titles p{
        display: block;
        width: 100%;
        font-size: 16px;
        text-align: center;
        padding: 5px 0;
    }
}

.hd_search {
    overflow: auto;
    margin: 25px 0 0 30px;
    font-size: 16px;;
}
.hd_search div {
    margin-right: 13px;
    float: left;
    overflow: hidden;
}
.hd_search div.xjcx {
    line-height: 36px;
    color: #245399;
    padding-right: 11px;
}
.hd_search label {
    float: left;
    line-height: 36px;
    max-width: 70px;
    font-size: 14px;
    text-align: right;
}
.hd_search input {
    height: 36px;
    font-size: 14px;
    color: #555;
    padding: 6px 12px;
    border: 1px solid #eee;
}
.btn {
    float: left;
    height: 36px;
    font-size: 16px;
    color: #0087e5;
    border-radius: 4px;
    cursor: pointer;
}
.btn-info {
    padding: 6px 29px;
    background: #c4e7ed;
    border: 0;
    outline: none;
}
.btn-info:hover {
    background-color: #94deea;
}
.btn-success {
    color: #0087e5;
    padding: 6px 40px 6px 40px;
    background: #c4e7ed no-repeat 19px 7px;
    margin-left: 45px;
}
.btn-success:hover {
    color: #0087e5;
}
.btn-success:hover {
    background-color: #94deea;
}
.hd_list {
    /*border-top: 1px solid #e0e6ef;*/
	width: 104%;
}
.hd_list_title {
    margin-top: 20px;
}
.hd_list li {
    overflow: auto;
    /*border-top: 3px solid #fff;*/
    margin: 3px 0px 0px 30px;
}
.hd_list li div {
    float: left;
    background: #e0e6ef;
    border-bottom: none;
    padding: 10px 15px;
    box-sizing: border-box;
    border-right: 2px solid #e9edf3; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hd_list_title li:first-child div {
    color: #245399;
    font-weight: bold;
}
.hd_list li div.hd_l_div1 { width: 40%; }
.hd_list li div.hd_l_div2 { width: 7%; }
.hd_list li div.hd_l_div3 {width: 8%;}
.hd_list li div.hd_l_div4 {width: 10%;}
.hd_list li div.hd_l_div5 { width: 18%; }
.hd_list li div.hd_l_div6 { width: 17%; }
.hd_list li div a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hd_list li div p {
    display: none;
    float: left;
    font-weight: bold;
    color: #245399;
}
