@charset "utf-8";
.header{background:#004BE5;}
body{margin-top:80px;}
/*map面包屑导航*/
.map{height:40px;line-height:40px;border-bottom:1px solid #eee;font-size:14px;padding-top:31px;margin-bottom:60px;padding-bottom:8px;}
.map a,.map span{color:#666666;display:block;float:left;}
.map a{padding:0 13px 0 10px;background:url(../images/newslist/map.png) no-repeat right center;}
.map a:hover{color:red;}
.map a:last-child{background:none;}

/*main*/
.main{margin-bottom:20px;}
.main .left{overflow:hidden;}
.main .articleIntro{width:198px;border:1px solid #eee;float:left;}
.main .articleIntro .author{padding-left:20px;border-bottom:1px solid #eee;color:#999;height:48px;line-height:48px;}
.main .articleIntro .author font{color:#333333;font-size:14px;}
.main .articleIntro .time{padding:14px  20px;line-height:24px;border-bottom:1px solid #eee;}
.main .articleIntro .time .p1{color:#999;}
.main .articleIntro .tag{padding:10px 20px;border-bottom:1px solid #eee;}
.main .articleIntro .tag .p1{color:#999;margin-bottom:4px;}
.main .articleIntro .tag .p2 a{margin-right:5px;white-space:nowrap;}
.main .articleIntro .tag .p2 a:hover{color:red;}
.main .articleIntro .other{height:50px;}
.main .articleIntro .other a{width:100px;display:block;height:50px;float:left;opacity:0.8;}
.main .articleIntro .other a:hover{opacity:1;}
.main .articleIntro .other a.prev{width:97px;border-right:1px solid #eee;background:url(../images/newslist/pageprev.png) no-repeat center;}
.main .articleIntro .other a.next{background:url(../images/newslist/pagenext.png) no-repeat center;}
.main  .articlecontent{margin:0 0 0 202px;}
.main  .articlecontent img{width:100%;}
.main  .detailed{margin:0 6%;line-height:220%;font-size:14px;}
.main  .detailed p{line-height:220%;font-size:14px;padding:10px 0;}
.main  .detailed img{margin:10px auto;max-width:100% !important;}
.main   .articlecontent_title{font-size:48px;margin:0 6%;margin-bottom:18px;margin-top:-10px;}
.main  .right{width:379px;float:right;}
.main  .right h2{font-size:24px;font-weight:normal;padding-bottom:15px;line-height:24px;}
.main  .rightlist li{height:75px;margin:10px 0 20px 0;}
.main  .rightlist li .img{display:block;width:120px;height:75px;background:#000;float:left;}
.main  .rightlist li .txt{margin-left:132px;background:url(../images/index/jiantou2.png) no-repeat left 113px;height:75px;}
.main  .rightlist li .txt .p1{font-size:14px;color:#888;margin-top:5px;}
.main  .rightlist li .txt .p2{font-size:16px;padding-top:10px;}


/*上一篇下一篇*/
.articlebottom{border-top:1px dotted #CACFD9;margin:0 6%;}
.articlebottom .prevnext{margin-right:140px;}
.golist{float:right;width:150px;height:40px;border:1px solid #eee;margin-top:37px;display:block;line-height:40px;text-align:center;font-size:14px;color:#999999;}
.golist:hover{border-color:#002FD5;}
.golist font{position:relative;}
.golist font::before{position:absolute;width:12px;height:10px;background:url(../images/newslist/pp1.png) no-repeat left center;left:-14px;top:5.5px;content:"";}
.golist font::after{position:absolute;width:12px;height:10px;background:url(../images/newslist/pp2.png) no-repeat left center;right:-14px;top:5.5px;content:"";}
.prevnext{line-height:28px;padding:20px 0 90px 0;color:#999;font-size:14px;}
.prevnext a{color:#666;}
.prevnext a:hover{color:red;}
