@charset "utf-8";
body{ background: #F6FBFE;}
/*左侧栏目*/
.listMain{ width: 1180px; margin: 30px auto; overflow: hidden;}
.leftMenu{ float: left; width: 230px; background: #fff; overflow: hidden; border-radius: 4px;}
.rightContent{ float: right; width: 930px; min-height: 410px; background: #fff; border-radius: 4px; overflow: hidden;}
.curParentC{ height: 50px; line-height: 50px;  padding: 0 14px; color: #333; font-weight: 700;}
.childMenu{ border-top: 1px solid #EEEEEE; overflow: hidden; padding:  14px 12px;}
.childMenu li{ position: relative; height: 39px; padding: 0 10px; line-height: 44px; border-radius: 4px;}
.childMenu li a{ display: block; font-size: 14px; color: #333; line-height: 39px; }
.childMenu li.current{  background: #00A4FF;}
.childMenu li.current a{ font-weight: bold; color: #fff; font-weight: 700; }
.childMenu li.current span{ display: block; position: absolute; top: 16px; left: 0; z-index: 3; width: 2px; margin-left: -1px; height: 14px;}

.allContent{ padding: 0 14px;}

/*列表头部当前栏目+当前位置*/
.contentHead{ padding-left: 14px; line-height: 50px; height: 50px; border-bottom: 1px solid #EEE; overflow: hidden;}
.currentChannel{ float: left; width: 20%; font-size: 18px; color: #4584F8; text-align: left;}
.cur_pos{ padding-left: 24px; font-size: 12px; color: #666; background: url(../images/home.png) no-repeat center left;}
.cur_pos a{ color: #080808;}
.cur_pos a:hover{ text-decoration: underline;}
.cur_pos .fontbold{ color: #666;}

/*列表区域*/
.contentDiv{ padding: 10px; overflow: hidden;}
.contentDiv>ul>li{ padding: 0 12px 0 8px; line-height: 42px;}
.contentDiv>ul>li:first-child a{ border-top: none;}
.contentDiv>ul>li a{ display: block; height: 100%; padding: 0 8px 0 12px; overflow: hidden; border-top: 1px dashed #C2C9CF; background: url(../images/icon.png) no-repeat left center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.contentDiv>ul>li a .artName{ display: block; float: left; width: 83%; text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.contentDiv>ul>li a .time{ display: block; float: right; width: 15%; text-align: right;}
.contentDiv>ul>li:hover{ background: rgba(0,98,177,0.04); -moz-box-shadow: 0px 4px 8px 0px rgba(206,226,255,0.4); -webkit-box-shadow: 0px 4px 8px 0px rgba(206,226,255,0.4); box-shadow: 0px 4px 8px 0px rgba(206,226,255,0.4);}
.contentDiv>ul>li:hover +li a{ border: 1px solid transparent;}
.contentDiv>ul>li a:hover{ color: #00A4FF; border: none;}
.contentDiv>ul>li a:hover span{ color: #00A4FF;}
.contentDiv>ul>li a:hover .artName{ font-weight: bold;}
.contentDiv .contentL{ padding: 0 10px;}
.contentDiv .contentL .doctitle{ padding: 20px 0; text-align: center; font-size: 24px;}
.contentDiv .contentL .div_content img { max-width: 95%;max-height: 100%;margin: 10px auto;}
.contentDiv .contentL .div_content p{ font-size: 14px; display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px;}

.loading{  width: 140px; height: 40px; text-align: center; margin: 80px auto; line-height: 40px;font-size: 14px; color: #2B74F1; box-sizing: border-box; cursor: pointer;}
.loading img{ margin-right: 10px; width: 30px; vertical-align: middle; margin-top: -4px;}



/*分页*/
.pager{ margin-top: 11px; border-top: 1px solid #ECEEED;}



