@charset "utf-8";
/* CSS Document */
/*魅力连南*/
.lngkBox {
    height: 200px;
    overflow: hidden;
    background: url(/global/lngkBg.png) 0 0 no-repeat;
}

.lngkBox .hd {
    width: 128px;
    height: 200px;
    float: left;
    overflow: hidden;
}

.lngkBox .hd h3 {
    width: 62px;
    height: 146px;
    float: left;
    margin: 16px 0 0 20px;
}

.lngkBox .hd h3 a {
    width: 100%;
    height: 146px;
    float: left;
    overflow: hidden;
    line-height: 300px;
    text-indent: -999px;
}

.lngkBox .bd {
    padding: 20px 45px 25px 0;
    overflow: hidden;
    line-height: 26px;
    text-indent: 0em;
}

.lngkBox .bd .more {
    color: #3ba5e6;
}


/*魅力连南-栏目循环*/

.boxLoop {
    overflow: hidden;
}

.loopBox {
    width: 420px;
    overflow: hidden;
    margin-top: 8px;
}

.loopBox .hd {
    height: 32px;
    line-height: 32px;
    padding: 5px 0 3px;
    background: url(/global/loopBoxBg.png) 0 0 no-repeat;
}

.loopBox .hd .more {
    float: right;
    margin-right: 10px;
    color: #3ba5e6
}

.loopBox .hd h3 {
    width: auto;
    float: left;
    margin-left: 49px;
    display: inline;
    font-size: 18px;
    font-weight: bold;
}

.loopBox .hd h3 a {
    color: #f10202;
}

.loopBox .bd {
    height: 168px;
    padding: 5px 10px;
    overflow: hidden;
    border: 1px solid #e8e6e6;
    border-top: 0;
    background: url(/global/loopBoxBg.png) -1px -40px no-repeat;
}

.loopBox .bd .infoList li.noData,
.loopBox .bd .topicList li.noData {
    background: none;
    color: #999;
}

.loopBox .bd .topicList li a {
    color: #666;
}

.loopBox .bd .topicList li.t {
    overflow: hidden;
    padding-bottom: 10px;
}

.loopBox .bd .topicList li.t .pic {
    float: left;
    margin-right: 10px;
}

.loopBox .bd .topicList li.t .pic img {
    display: block;
    width: 96px;
    height: 72px;
}

.loopBox .bd .topicList li.t .title {
    display: none;
}

.loopBox .bd .topicList li.t .intro {
    line-height: 24px;
    color: #666;
}

.loopBox .bd .topicList li.t .intro .more {
    color: #3ba5e6;
}


/*通用-单页*/

#dyCont .mainBox .wBd {
    border: 1px solid #e8e6e6;
    background: #fff url(/global/dyContBg.png) 0 0 no-repeat;
}

#dyCont .articleCon .title {
    font-size: 24px;
    padding: 10px 0 10px;
    border-bottom: 1px dotted #b3b3b3;
}


/*文章-列表页*/

.newsList {
    overflow: hidden;
    padding-bottom: 20px;
}

.newsList li {
    padding-left: 24px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    border-bottom: 1px dotted #d8d7d7;
    background: url(/global/dot03.png) no-repeat 12px 20px;
}

.newsList li font {
    font-size: 12px;
}

.newsList li .date {
    float: right;
    color: #999;
}

.newsList li.split {
    height: 15px;
    border-bottom: 0;
    margin-top: 15px;
    background: none;
}

.newsList li.not-data {
    background: none;
    color: #999;
}


/*文章-图片列表页*/

#picPageBox .mainBox .wBd {
    padding: 10px 4px;
}

.picListPage {
    overflow: hidden;
}

.picListPage li {
    width: 200px;
    float: left;
    margin: 16px 10px 0;
    display: inline;
}

.picListPage li .pic img {
    display: block;
    width: 196px;
    height: 130px;
    padding: 3px;
    border: 1px solid #ddd;
}

.picListPage li .pic a:hover img {
    border: 1px solid #138ED9;
}

.picListPage li .title {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    padding-top: 5px;
}

.picListPage li .title a:hover {
    font-weight: bold;
    color: #1591DB;
}


/*文章-内容页*/

.articleCon {
    padding: 10px 0;
}

.articleCon .title {
    font-size: 25px;
    line-height: 26px;
    color: #4675bd;
    text-align: center;
    font-weight: bold;
    font-family: '黑体';
}

.articleCon .subTitle {
    display: none;
    height: 18px;
    line-height: 18px;
    color: #999;
    text-align: right;
    padding: 10px 0 5px;
}

.articleCon .property,.articleCon .propertyLngk {
    background-color: #fafafa;
    border-bottom: 1px dotted #e3e3e3;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px 0 10px;
}

.articleCon .property>span {
    font-size: 15px;
    color: #999;
    margin:0 25px;
}

.articleCon .property>span>span{
    color: #8d0707;
}

.articleCon .propertyLngk span{
    font-size:15px;
    color:#999;
}

.articleCon .propertyLngk em{font-size:15px;color:#999;margin:0 5px 0 10px;}

.articleCon .property .small {
    height: 24px;
    line-height: 24px;
    /* background:url(/global/share/fontZoom.png) no-repeat left top; padding-left:18px;*/
}

.articleCon .property .big {
    /*background:url(/global/share/fontZoom.png) no-repeat left -24px;*/
    padding-left: 8px;
}

.articleCon .property2 {
    background-color: #fafafa;
    border-bottom: 1px dotted #e3e3e3;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding: 0 10px;
    margin: 10px 0 10px;
}

.articleCon .property2 .center {
    display: inline-block;
    *display: inline;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.articleCon .property2 a {
    color: #f10202;
    margin: 0 4px;
}

.articleCon .conTxt {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    padding: 20px 0 10px;
    width: 100%;
    overflow: hidden;
}

.articleCon .page {
    padding: 0 10px 0 0;
    text-align: center;
}

.articleCon .others {
    padding-top: 12px;
    overflow: hidden;
}

.articleCon .others span {
    color: #257f03;
}

.articleCon .others a {
    margin-right: 5px;
}

.articleCon .others .prev,
.articleCon .others .next {
    color: #666;
}

.articleCon .userControl {
    line-height: 22px;
    padding: 2px 10px;
    text-align: right;
    color: #333;
    background-color: #fffbe6;
    border: 1px dotted #ede699;
}

#noSideContent .articleCon .conTxt {
    height: auto;
}

.articleCon #fj a{ color: #2d66a5; text-decoration: underline;}

/*************** 新闻中心-首页  S **************/

#focusNewsList {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #e8e6e6;
    background: url(/global/focusNewsListBg.png) right bottom no-repeat;
}

#focusNewsList .topicList {
    width: 410px;
    float: right;
}

#focusNewsList .focusBox {
    float: left;
}

#focusNewsList .topicList .t {
    border-bottom: 0;
}


/* 焦点图切换- 数字 */

.focusBox {
    width: 450px;
    overflow: hidden;
    position: relative;
}

.focusBox .hd {
    position: absolute;
    z-index: 1;
    right: 4px;
    bottom: 36px;
    height: 20px !important;
    padding-top: 0 !important;
}

.focusBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    background-color: white;
}

.focusBox .hd ul li {
    float: left;
    margin-right: 1px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #49494a;
    border: 1px solid #8e8e8d;
    cursor: pointer;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.focusBox .hd ul li span {
    color: #fff;
}

.focusBox .hd ul li.on {
    background: #ff0303;
    border: 1px solid #ff0303;
    font-weight: bold;
    filter: alpha(opacity=100);
    opacity: 1;
}

.focusBox .hd ul li.on span {
    color: white;
}

.focusBox .bd {
    position: relative;
}
.focusBox .bd li{
    position: relative;
}
.focusBox .bd .pic {
    width: 450px;
    height: 290px;
}

.focusBox .bd .pic img {
    width: 450px;
    height: auto;
}

.focusBox .bd .con {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: left;
    background: none;
}

.focusBox .bd .con .title {
    width: 100%;
    height: 32px;
    text-indent: 10px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.focusBox .bd .con .title a {
    color: white;
    font-size: 14px;
    font-weight: normal;
}

.focusBox .bd .con .title a:hover {
    color: white;
    text-decoration: underline;
}

.focusBox .bd .bg {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.50;
}


/*魅力连南-栏目循环*/

.boxLoop {
    overflow: hidden;
}

.loopBox2 {
    width: 440px;
    overflow: hidden;
    margin-top: 10px;
}

.loopBox2 .hd {
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #eae8e8;
    background: url(/global/mainBoxWhd.png) 0 0 repeat-x;
}

.loopBox2 .hd h3 {
    width: auto;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: white;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    color: white;
    display: inline;
    background: url(/global/bmListBoxHd.png) 0 -42px repeat-x;
}

.loopBox2 .hd h3 span {
    width: auto;
    height: 36px;
    float: left;
    padding-left: 28px;
    display: inline;
    background: url(/global/mainBoxH3.png) 0 8px no-repeat;
}

.loopBox2 .hd h3 span a {
    color: white;
    font-size: 18px;
}

.loopBox2 .hd h3 .arrow {
    width: auto;
    height: 36px;
    float: left;
    padding-right: 36px;
    display: inline;
    background: url(/global/mainBoxWhd.png) right -86px no-repeat;
}

.loopBox2 .hd .more {
    float: right;
    margin-right: 12px;
    color: #3ba5e6;
}

.loopBox2 .bd {
    height: 290px;
    padding: 15px 10px;
    overflow: hidden;
    border: 1px solid #e8e6e6;
    border-top: 0;
    background: url(/global/loopBoxBg.png) -1px -40px no-repeat;
}


/*************** 新闻中心-首页 E **************/


/*文章首页-图片新闻*/

#boxTpxw {
    overflow: hidden;
    margin-top: 8px;
    font-size: 13px;
}

#boxTpxw .hd {
    height: 32px;
    line-height: 32px;
    padding: 5px 0 3px;
    background: url(/global/boxTpxwBg.png) 0 0 no-repeat;
}

#boxTpxw .hd .more {
    float: right;
    margin-right: 10px;
    color: #3ba5e6
}

#boxTpxw .hd h3 {
    width: auto;
    float: left;
    margin-left: 49px;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    color: #1591DB;
}

#boxTpxw .hd h3 a {
    color: #f10202;
}

#boxTpxw .bd {
    padding: 15px 10px;
    overflow: hidden;
    border: 1px solid #e8e6e6;
    border-top: 0;
    background: url(/global/boxTpxwBg.png) -1px -40px no-repeat;
}

#boxTpxw .tempWrap {
    width: 880px !important;
}

#boxTpxw .picList li {
    width: 160px;
    float: left;
    margin: 0 7px;
}

#boxTpxw .picList li .pic img {
    width: 152px;
    height: 114px;
    display: block;
    padding: 3px;
    border: 1px solid #ddd;
}


/*************** 友情链接-列表  S **************/

.friendLinkList {
    overflow: hidden;
}

.friendLinkList li {
    width: 33%;
    height: 24px;
    margin-top: 5px;
    padding-bottom: 5px;
    line-height: 24px;
    float: left;
    display: inline;
    text-indent: 10px;
    background: url(/global/share/d0t04.png) no-repeat left 10px;
}

.friendLinkList li.noData {
    background: none;
    color: #666;
}

#nodePicBox .mainBox .wBd {
    padding: 24px 10px;
}

.nodePicList {
    overflow: hidden;
}

.nodePicList li {
    width: auto;
    float: left;
    margin: 0 20px;
    padding-bottom: 20px;
}

.nodePicList li img {
    display: block;
    width: 340px;
    height: 120px;
}



/* ==========================================================================
   走进连南-单页简介-样式
========================================================================== */
.about-loop{
    overflow: hidden;
    margin-top: -10px;
}
.about-box {
    margin-top: 10px;
    height: 180px;
    overflow: hidden;
    background: url(/global/about-box-bg.jpg) right bottom no-repeat;
    border: 1px solid #e8e6e6;
}

.about-box .hd {
    width: 128px;
    height: 200px;
    float: left;
    overflow: hidden;
}

.about-box .hd a{
    display: block;
    margin: 18px 45px 0 15px;
}
.about-box .hd a>span{
    display: block;
}
.about-box .hd a i{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.about-box .hd .tit-top{
    margin-right: 28px;
}
.about-box .hd .tit-bottom{
    margin-left: 28px;
}
.about-box .hd .tit-top i{
	position: relative;
    z-index: 1;
    font-size: 22px;
    font-family: 华文新魏;
    color: white;
}
.about-box .hd .tit-bottom i{
    font-size: 36px;
    font-family: 华文行楷;
    color: #f11313;
}
.about-box .hd .tit-top i:after,
.about-box .hd .tit-top i::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 0;
    height: 0;
    float: left;
    border-style: solid;
    border-width: 20px;
}
.about-box .hd .tit-top i::before{
    right: -20px;
    border-color: transparent transparent transparent #0280c8;
}
.about-box .hd .tit-top i:after{
    left: -20px;
    border-color: transparent #0280c8 transparent transparent;
}

.about-box .bd {
    padding: 20px 20px 20px 0;
    overflow: hidden;
    font-size: 15px;
    line-height: 26px;
    text-indent: 0em;
}

.about-box .bd .more {
    color: #3ba5e6;
}

/*相关稿件*/
#box-relation{
    overflow: hidden;
}
#box-relation .hd{
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 3px;
    border-bottom: 2px solid #ddd;
}
#box-relation .hd h3{
    width: auto;
    float: left;
    padding: 0 10px;
    min-width: 65px;
    height: 40px;
    font-size: 16px;
    color: #2f6ea2;
    border-bottom: 2px solid #2f6ea2;
}
#box-relation .bd{
    overflow: hidden;
    padding: 10px 0 0;
}

