article{
    overflow: hidden;
    padding-bottom: 76px;
}

/*新闻页面*/
article > .articleNav {
    overflow: hidden;
}

article > .articleNav > .breadcrumb{
    background: url("/assets/images/icon/artNav.png") no-repeat left center;
    float: left;
    padding-left: 22px;
    color: #aaaaaa;
}

article > .artBody {
    margin-top: 22px;
    overflow: hidden;
}

article > .artBody > .artContent {
    float: left;
    width: 66.66%;
    background: #ffffff;
    border-top: 4px solid #024490;
    padding-bottom: 40px;
    box-shadow: 0px 2px 3px 0px #ccc;
}

article > .artBody > .artContent > .contTitle {
    padding: 25px 19px;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
}

article > .artBody > .artContent > .contTitle > .tit {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    clear: both;
}

article > .artBody > .artContent > .contTitle > .source {
    float: left;
    padding-left: 20px;
    background: url("/assets/images/icon/source.png") no-repeat left center;
    margin-top: 15px;
    color: #003e8b;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    font-weight: 600;
}

article > .artBody > .artContent > .contTitle > .time {
    float: left;
    padding-left: 20px;
    background: url("/assets/images/icon/time.png") no-repeat left center;
    margin-left: 24px;
    margin-top: 15px;
    color: #bbb;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
}

article > .artBody > .artContent > .contBody{
    padding: 25px 19px;
}

article > .artBody > .artContent > .contPage{
    overflow: hidden;
    padding: 0px 56px;
    margin-top: 22px;
    text-align: center;
    line-height: 45px;
}

article > .artBody > .artContent  > .contPage > .pageBtn {
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

article > .artBody > .artContent  > .contPage > .pageBtn:hover .pageItem{
    border-color: #007DDB;
}

article > .artBody > .artContent  > .contPage > .pageBtn:hover .pageText{
    text-decoration:  underline ;
}

article > .artBody > .artContent  > .contPage > .pageBtn > .pageIcon {
    width: 39px;
    border: 1px solid #e7e7e7;
    display: inline-block;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}

article > .artBody > .artContent  > .contPage > .pageBtn > .pageText {
    width: 92px;
    border: 1px solid #e7e7e7;
    display: inline-block;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}
article > .artBody > .artContent  > .contPage > .pageList {
    display: inline-block;
    color: #60b6ff;
    cursor: pointer;
}

article > .artBody > .artMores {
    width: 31.66%;
    float: right;
}

article > .artBody > .artMores > .moreItem {
    width: 100%;
    margin-bottom: 23px;
    background: #fff;
    border-top: 4px solid #024490;
    box-shadow: 0px 2px 3px 0px #ccc;
}

article > .artBody > .artMores > .moreItem > .moreTit {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #f3f3f3;
}

article > .artBody > .artMores > .moreItem > .moreTit > .lt {
    margin-left: 20px;
    font-size: 19px;
    font-weight: 600;
}

article > .artBody > .artMores > .moreItem > .moreTit > .rt {
    font-size: 17px;
    margin-right: 10px;
    color: #c6c6c6;
    cursor: pointer;
}

article > .artBody > .artMores > .moreItem > .moreTit > .rt:hover {
    color: #007DDB;
}

article > .artBody > .artMores > .moreItem >  .moreCont {
    padding: 12px 40px 12px 9px;
}

article > .artBody > .artMores > .moreItem >  .moreCont > ul > li {
    height: 32px;
    line-height: 32px;
    width: 100%;
    color: #000;
    padding-left: 12px;
    background: url("/assets/images/icon/moreItem.png") no-repeat left center;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

article > .artBody > .artMores > .moreItem >  .moreCont > ul > li:hover {
    color: #007DDB;
}





.dynamicList{
    width: 100%;
}
.dynamicList>.dynamicItem{
    width: 100%;
    overflow: hidden;
    padding-bottom: 24px;
    border-bottom: 1px dashed #a4a4a4;;
    margin-bottom: 56px;
}
.dynamicList>.dynamicItem>.dynamic_img{
    width: 12%;
    height: 124px;
}
.dynamicList>.dynamicItem>.dynamic_img>img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.dynamicList>.dynamicItem>.dynamic_text{
    margin-left: 1.3%;
    width: 86.7%;
}
.dynamicList>.dynamicItem>.dynamic_text>.item_title{
    color: #626262;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    cursor: pointer;
}
.dynamicList>.dynamicItem>.dynamic_text>.item_title>span{
    color: #ca0200;
    font-size: 14px;
}
.dynamicList>.dynamicItem>.dynamic_text>p{
    color: #a4a4a4;
}
.dynamicList>.dynamicItem>.dynamic_text>.item_sourceTime{
    overflow: hidden;
    margin-top: 38px;
    color: #a4a4a4;
}

.IndustryList{
    /*width: 70%;*/
    /*border-right: 1px solid #bfbfbf;*/
    padding-right: 1.58%;
    box-sizing: border-box;
}
.IndustryList>.IndustryItem{
    width: 100%;
    overflow: hidden;
    margin-bottom: 56px;
}
.IndustryList>.IndustryItem>.Industry_img{
    width: 124px;
    height: 124px;
}
.IndustryList>.IndustryItem>.Industry_img>img{
    width: 100%;
    height: 100%;
}
.IndustryList>.IndustryItem>.Industry_text{
    margin-left: 4.1%;
    width: 73.6%;
	font-size:16px;
}
.IndustryList>.IndustryItem>.Industry_text>.item_title{
    color: #626262;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
}
.announceList{
    width: 30%;
    padding-left: 1.58%;
    box-sizing: border-box;
}
.announceList>.news{
    margin-bottom: 32px;
}
.announceList>.news>.news_title{
    overflow: hidden;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 32px;
}
.announceList>.news>.news_title>div:first-child{
    border-bottom: 3px solid #0248a0;
    font-size: 18px;
    padding-bottom: 10px;
}
.announceList>.news>.news_title>div:last-child{
    font-size: 14px;
    line-height: 35px;
}

.announceList>.news>.news_list>ol>li{
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
}
.announceList>.news>.news_list>ol>li>span:first-child{
    float: left;
    width: 80%;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.announceList>.news>.news_list>ol>li>span:first-child::before{
    content: "●";
    color: #0248a2;
    font-size: 18px;
    margin-right: 5px;
}
.announceList>.news>.news_list>ol>li>span:last-child{
    float: right;
}
.expert_name{
	border-bottom: 1px solid #bfbfbf;
	 margin-bottom: 32px;
}
.expert_name>div:first-child{
    border-bottom: 3px solid #0248a0;
    font-size: 24px;
    padding-bottom: 10px;
	color:#0248a0;
}
.expert_name>div:nth-child(2){
    font-size: 18px;
	height:35px;
	padding-left:5%;
}
.clear{
	clear:both;
}
.expert_title{
	padding-bottom:40px;
	text-align:center;
}
.expert_title h2{
	font-size:24px;
	margin-bottom:20px;
}
.expert_title h3{
	font-size:20px;
	color:#666;
	font-weight:normal;
}
article p{ 
	line-height:2em;
	font-size:16px;
}
.img_center{
	text-align:center;
}
.img_center img{
	margin-bottom:30px;
}