/* 中间主体 */

/* 当前位置 */
.boxBody {
    width: 100%;
    height: auto;
    background: #fff;
}
.boxBodyCon{
	background: url(pagebg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 30px;
}
.dqwzBox {
    height: 60px;
    line-height: 60px;
    width: 1200px;
    margin: 0 auto;
}
/* 要闻板块一 */
.yaowenBox {
    width: 1200px;
    margin: 0 auto;
    height: 400px;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.yaowenBoxL,
.yaowenBoxR{
    width: 48%;
}

.yaowenBoxL > ul,
.yaowenBoxR > ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.yaowenBoxL > ul li,
.yaowenBoxR > ul li,
.xinxiListBoxL > ul li,
.xinxiListBoxR > ul li,
.dmtConBoxL > ul li,
.dmtConBoxR > ul li{
    font-size: 22px;
    margin-right: 20px;
    line-height: 2em;
}

.yaowenBoxL > ul li a,
.yaowenBoxR > ul li a,
.xinxiListBoxL > ul li a,
.xinxiListBoxR > ul li a,
.dmtConBoxL > ul li a,
.dmtConBoxR > ul li a{
	color: #999;
}
.yaowenBoxL > ul li .active,
.yaowenBoxR > ul li .active,
.xinxiListBoxL > ul li .active,
.xinxiListBoxR > ul li .active,
.dmtConBoxL > ul li .active,
.dmtConBoxR > ul li .active{
	color: #0D5BAA;
}
.shuxian {
    margin-top: 10px;
    width: 1px;
    height: 350px;
    border-left: 1px solid #e1e1e1;
}
.yaowenBoxList {
    display: none;
}
.newList li {
    line-height: 2.3em;
	background: url(newstit.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}
.newList li a {
    color: #333;
    max-width: 400px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newList li span{
	color: #999;
	margin-left: 10px;
}
/* 图片新闻css */
.tupianBox {
    width: 1200px;
    margin: 0 auto;
    height: auto;
	padding: 40px 0;
}
.tupianTitle {
    height: 28px;
    color: #0d59a7;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}
.picScroll-left{ 
	width:100%;  
	overflow:hidden; 
	position:relative;     
}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-right: 30px;
    position: relative;
}
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ 
	width:380px; 
	height:214px; 
	display:block;  
}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title {
    height: 50px;
    line-height: 50px;
    background: #05162F80;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.picScroll-left .bd ul li .title a{
	color: #fff;
	width: 100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 20px;
}
.xinxiListBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-top: 30px;
}
.xinxiListBoxL,
.xinxiListBoxR{
	width: 46%;
}
.xinxiListBoxL > ul {
    display: flex;
    flex-direction: row;
}
.xinxiListBoxL > ul li {
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
}
.xxlist{
	border-left: 1px solid #CEE4FF;
	margin-top: 20px;
}
.xxlist li {
    padding-left: 40px;
    background: url(blueD.png);
    background-repeat: no-repeat;
    margin-left: -8px;
    background-position: left 4px;
	margin-bottom: 20px;
 	min-height: 82px;
}
.xxlist li p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.xxlist li a {
    color: #333;
    display: block;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xxlist li span{
	color: #999;
}
.xxlist li h6 {
    font-size: 14px;
    color: #999;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 新闻板块三 */
.dmtBox {
    background: url(pagebg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 30px;
	padding-top: 30px;
}
.dmtConBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
}
.dmtConBoxL,
.dmtConBoxR {
    width: 46%;
}
.newList > a {
    width: 100%;
    height: 190px;
    background: #CEE4FF;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	color: #333;
}
.dmtXxA {
    padding: 20px;
	line-height: 2em;
    overflow: hidden;
}
.dmtRlist {
    margin-top: 20px;
}
.dmtRlist ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}
.dmtRlist ul li {
    width: 260px;
    height: 140px;
    margin-bottom: 20px;
}
.dmtRlist ul li a{
	display: block;
	width: 100%;
	height: 100%;
    overflow: hidden;
}
.dmtRlist ul li a img {
    width: 100%;
    height: 100%;
}
.picScroll-left-tj {
    display:none;
}




/* 手机版样式 */
@media screen and (max-width: 768px){
.dqwzBox {
    width: 100%;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.yaowenBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding:20px;
    height: auto;
}

.yaowenBoxL {
    width: 100%;
}

.shuxian {
    display: none;
}

.yaowenBoxR {
    width: 100%;
}

.newList li a {
    width: 100%;
    max-width: 100%;
    white-space: break-spaces;
}

.newList li {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: none;
    border-bottom: 1px solid #f1f2f3;
}

.tupianBox {
    width: 100%;
    padding: 0 20px;
}

.xinxiListBox {
    display: flex;
    flex-direction: column;
}

.xinxiListBoxL {
    width: 100%;
}

.xinxiListBoxR {
    width: 100%;
}

.dmtConBox {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.dmtConBoxL {
    width: 100%;
}

.dmtConBoxR {
    display: none;
}

.newList a img {
    max-width: 60% !important;
}
  
  .picScroll-left-tj {
    display:block;
    padding:0 20px;
    width:100%;  
    overflow:hidden; 
    position:relative;     
  }
.picScroll-left-tj .hd a {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    font-size: 40px;
    z-index: 999;
    line-height: 60px;
    color: #fff;
 	background: #00000020;
    text-align: center;
  	font-weight: 100;
}

.picScroll-left-tj .hd .next {
    top: 50%;
    left: 20px;
}

.picScroll-left-tj .hd .prev {
    top: 50%;
    right: 20px;
}

.picScroll-left-tj .bd ul li img {
    width: 100%;
    height: 220px;
}
  .picScroll-left-tj .active {
    font-size: 22px;
    margin-right: 20px;
    line-height: 2em;
    color: #0d5baa;
}
.newList li:nth-child(n+5) {
display: none;
}

div#tblgov {
    max-height: auto !important;
}

ul.gsyw {
    height: auto !important;
}
.xxlist li span {
    width: 30%;
    font-size: 0.22rem;
    text-align: right;
}

.xxlist li {
    padding-left: 0.4rem;
}

.xxlist li a {
    max-width: 70%;
}
  .yaowenBoxL > ul li, .yaowenBoxR > ul li, .xinxiListBoxL > ul li, .xinxiListBoxR > ul li, .dmtConBoxL > ul li, .dmtConBoxR > ul li {
    font-size: 0.34rem;
}
}