﻿@charset "utf-8";

/* Css 通用 */

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}

ol,
ul,
li {}

div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

body,
div,
ul,
li,
img,
a {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a:link,
a:visited {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
    text-decoration: none;
}

ul,
ul li {
    list-style-type: none;
}

.cl {
    zoom: 1;
}

body {
    font-family: "Microsoft YaHei", Arial;
    background-image: url(../img/WebBg_0225.jpg);
    /* 背景图 */
    background-repeat: no-repeat;
    background-position: center top;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fc {
    clear: both;
    height: 0px;
}

.Index_Top {
    height: 227px;
    width: 1020px;
    margin: auto;
    background-image: url(../img/index_TopBg.jpg);
    /* 导航栏图 */
    background-repeat: no-repeat;
}

.Index_Top_MenuMain {
    height: 60px;
    width: 175px;
    margin-top: 167px;
    float: right;
}

.Index_Top_MenuMainBlock {
    height: 60px;
    width: 15px;
    margin-top: 167px;
    float: right;
}

.Index_Top_MenuMain>a {
    color: #FFF;
    font-size: 15px;
    margin-left: 20px;
    line-height: 25px;
    display: inline-block;
}

.Index_Top_MenuMain>a:hover {
    font-weight: bold;
}

.MainBlock {
    width: 1000px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    overflow: hidden;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    background-color: #FFFFFF;
}

.Block_PicNews {
    height: 260px;
    width: 290px;
    border: 1px none #eee;
}

.Block_Two {
    width: 730px;
    border: 1px solid #eeeeee;
    overflow: hidden;
    padding: 5px;
    float: left;
}

.Block_PicNews.fl>a {
    background-color: #e8e8e8;
    height: auto;
    display: inline-block;
    padding: 5px;
    margin: 5px;
}

.Block_PicNews_Button {
    border: 1px solid #d3d3d3;
    background-color: #eeeeee;
    height: 32px;
    width: 278px;
    margin-left: 5px;
}

.Block_PicNews_Button>a {
    margin-top: 2px;
    display: inline-block;
    margin-left: 6px;
    float: left;
}


/* 滑动门 S */

#topNews .hot {
    height: 45px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    text-align: center;
}

#topNews .hot a {
    color: #0071bd;
    font-size: 22px;
    font-family: "Microsoft Yahei"
}

#topNews .hot a:hover {
    text-decoration: none;
}

#topNews .box .bd {
    border: #dcdcdc 1px solid;
    border-top: none;
    height: 205px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
}

.box .hd {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    height: 24px;
    line-height: 24px;
}

.box .hd .more {
    float: right;
    display: inline;
    font-size: 12px;
    color: #555555;
}

.box .hd .more:hover {
    color: #cc0000;
}

.box .hd {
    height: auto;
    overflow: hidden;
    zoom: 1;
    padding-left: 0;
    padding-right: 0;
}

.box .hd .tab {
    height: 33px;
    border-bottom-width: 1px;
    border-bottom-color: #DCDCDC;
    border-bottom-style: solid;
}

.box .hd .tab li {
    float: left;
    padding-top: 3px;
    margin-right: 0px;
    display: inline;
}

.box .hd .tab li a {
    display: block;
    zoom: 1;
    float: left;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #333;
}

.box .hd .tab .on {
    margin-bottom: -1px;
    position: relative;
    padding-top: 0;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #E14707;
}

.box .hd .tab .on a {
    color: #000000;
    padding: 0 9px 1px;
    border-left: #dcdcdc 1px solid;
    border-right: #dcdcdc 1px solid;
    background: #fff;
}

.infoList li {
    height: 25px;
    line-height: 25px;
    /* overflow: hidden; */
    font-size: 12px;
}

.infoList li a {
    float: left;
}

.infoList li a:hover {
    text-decoration: underline;
}

.infoList li .date {
    float: right;
    color: #919191;
}

.infoList li .dateRight {
    margin-left: 5px;
    color: #919191;
}

.infoList li.noData {
    color: #777777;
}

.infoList li.split {
    height: 0;
    padding: 0;
    font-size: 0;
    background: none;
    border-bottom: #ddd 1px dotted;
    margin: 10px 0;
}

.infoListA li {
    padding-left: 15px;
    background-image: url(../img/list.png);
    background-repeat: no-repeat;
    background-position: 0 -22px;
}

.infoListA li>a {
    width: 60%;
    height: 20px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infoListB li {
    background: url('../img/list.png') 0 -21px no-repeat;
    padding-left: 15px;
}

#box_gknews {
    width: 420px;
    float: left;
    margin-left: 6px;
}

#box_gknews .news-1 {}

#box_gknews .bd {
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-top: 8px;
}

#box_gknews .bd ul li {
    height: 27px;
    line-height: 27px;
}


/* 滑动门 E */

.Block_PicNews_RMain {
    float: right;
    width: 250px;
    border: 1px solid #eeeeee;
}

.Block_TopNews_ggMore {
    height: 30px;
}

.Block_TopNews_ggList {
    font-size: 12px;
    line-height: 26px;
    margin-left: 5px;
    margin-top: 6px;
}

.Block_TopNews_ggList li {
    list-style-position: inside;
    list-style-type: square;
}

.Block_JZinfo {
    width: 290px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.Block_JZinfo li {
    background-image: url(../img/button04Bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 2em;
    font-size: 14px;
    line-height: 40px;
    color: #6c580a;
    height: 40px;
    width: 282px;
}

.Banner_A {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 242px;
}

.IndexQuery input {
    width: 160px;
    border: 1px solid #CCC;
    margin-top: 10px;
    height: 30px;
    margin-left: 5px;
    margin-bottom: 10px;
    line-height: 30px;
    text-indent: 10px;
}

.IndexQuery2 input {
    background-color: #09F;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 60px;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 10px;
}

.PicRoll_Main {
    padding-top: 15px;
    height: 175px;
    width: 200px;
    text-align: center;
    float: left;
}

.PicRoll_Main a span {
    font-size: 14px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Block_JZinfo2 {
    width: 290px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    background-image: url(../img/dot01.png);
    background-repeat: repeat-y;
    background-position: right top;
}

.Block_JZinfo2_Title {
    height: 30px;
    width: 96%;
    font-size: 15px;
    color: #C00;
    background-image: url(../img/BlockTitle_B0.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    text-indent: 2em;
    line-height: 30px;
}

.Block_JZinfo2_Title a {
    color: #C00;
}

.Block_JZinfo2_List {
    font-size: 12px;
    line-height: 26px;
    margin-left: 5px;
    margin-top: 6px;
}

.Block_JZinfo2_List li {
    list-style-position: inside;
    list-style-type: none;
    text-indent: 15px;
    background-image: url(../img/list2.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #eeeeee;
    width: 275px;
    font-size: 14px;
    height: 30px;
}

.Banner_B {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 242px;
}

.Block_TxtNews_RMain {
    float: right;
    width: 250px;
}

.Block_JZinfo2_List2 {
    font-size: 12px;
    line-height: 26px;
    margin-left: 5px;
    margin-top: 6px;
}

.Block_JZinfo2_List2 li {
    overflow: hidden;
    text-overflow: ellipsis;
    list-style-position: inside;
    list-style-type: none;
    text-indent: 15px;
    background-image: url(../img/list2.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #eeeeee;
    width: 275px;
    font-size: 14px;
    height: 32px;
}

.Block_JZinfo2_List2 li a {
    color: #C00;
}

.PicRoll_Main2 {
    width: 84px;
    text-align: center;
    float: left;
    padding: 8px;
    height: auto;
}

.PicRoll_Main2>a>img {
    width: 84px;
    height: 112px;
}

.PicRoll_Main2 a span {
    font-size: 12px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FFEEEE;
    line-height: 14px;
    color: #CC0000;
}

.PicRoll_Title {
    width: 1000px;
    text-align: center;
    margin-top: 5px;
}


/*友情链接*/

.TTSlider {
    width: 1000px;
    margin: 10px auto
}

.TTSlider li {
    list-style-type: none;
    float: left;
}

.TTSliderTitle ul {
    height: 37px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e1dbdb;
}

.TTSliderTitle li {
    width: 90px;
    height: 37px;
    position: relative;
    z-index: 3;
    left: 0;
}

.TTSliderTitle li div {
    float: left;
    display: block;
    width: 90px;
    height: 37px;
    font-size: 14px;
    font-family: '微软雅黑';
    text-align: center;
    line-height: 37px;
    cursor: pointer;
}

.TTSliderTitle .cur div {
    width: 88px;
    background-color: #fff;
    border-top: 1px #F00 solid;
    border-left: 1px solid #e1dbdb;
    border-right: 1px solid #e1dbdb;
    border-bottom: none;
}

.TTSliderTitle .noneBorRight div {
    border-right: none;
    border-left: none;
}

.TTSliderTitle li a {
    display: block;
    overflow: hidden;
}

.TTSliderPic {
    width: 1000px;
    position: relative;
    height: 80px;
    z-index: 1
}

.TTSliderPicList {
    position: relative;
    width: 1000px;
    overflow: hidden;
    height: 80px;
}

.TTSliderPic ul {
    position: absolute;
    display: none;
    top: 3px;
    left: 0
}

.TTSliderPic ul.show {
    display: block;
}

.TTSliderPic li img {
    width: 140px;
    height: 55px;
}

.TTSliderPic li {
    width: 143px;
    height: 80px;
    margin-top: 15px;
}

.TTSliderPic li a {
    display: block;
    height: 80px;
    overflow: hidden;
}


/* 友情链接 */

.infoListC li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 12px;
    float: left;
    width: 125px;
    text-indent: 10px;
}

.Foot {
    position: relative;
    background-color: #333;
    width: 100%;
    height: 150px;
    color: #FFF;
    font-size: 14px;
    margin-top: 30px;
}

.Foot p {
    margin-top: 8px;
}

.Foot .foot-bak {
    content: "";
    background: #34aadc linear-gradient(to left, red, #5ac8fa, #007aff, #5ac8fa);
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Foot .foot-cont {
    margin-top: 30px;
    display: flex;
}


/*   Page页开始 */

#mainContent {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 5;
    text-align: left;
    overflow: hidden;
}


/*当前地址*/

.pathWrap {
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    overflow: hidden;
    text-align: left;
}

.pathWrap .path {
    margin-left: 12px;
    padding-left: 25px;
}

#mainContent {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
    overflow: hidden;
}

.layout {
    overflow: hidden;
    margin-top: 10px;
}

.side {
    width: 300px;
    float: right;
    text-align: left;
    overflow: hidden;
    background-color: white;
}


/*  Page页*/

.side {
    width: 240px;
    float: left;
    text-align: left;
}

.mainContent {
    width: 750px;
    float: right;
    text-align: left;
}


/*侧栏-菜单*/

#sideMenuBox {
    overflow: hidden;
    background-color: #ddd;
    margin-bottom: 10px;
}

#sideMenuBox .hd {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    background-image: url(../images2015/sideMenuBg.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#sideMenuBox .hd h3 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

#sideMenuBox .hd h3 a {
    color: white;
}

#sideMenuBox .bd {
    margin: 0 1px 1px;
    padding: 5px 1px 4px;
    overflow: hidden;
    background-color: white;
    border: 4px solid #f7f7f7;
    border-top: 0;
}

#sideMenuBox .bd ul {}

#sideMenuBox .bd ul li {
    width: 100%;
    float: left;
    margin-top: 1px;
    height: 42px;
    line-height: 46px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

#sideMenuBox .bd ul li a {
    display: block;
    height: 42px;
    width: 100%;
    float: left;
    background: url(../images2015/sideMenuBg.png) no-repeat left -42px;
}

#sideMenuBox .bd ul li a:hover,
#sideMenuBox .bd ul li.on a {
    background-position: left -97px;
    color: #e83904;
    font-weight: bold;
    text-decoration: none;
}


/*热点*/

#sideZfgg .bd {
    height: 240px;
}


/*通用列表页右侧*/

.mainBox {
    overflow: hidden;
    text-align: left;
}

.mainBox .mHd {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    background: url(../images/mainBoxMhd.png) no-repeat 1px top;
    border: 1px solid #ddd;
    border-bottom: 2px solid #1388df;
}

.mainBox .mHd h3 {
    margin-left: 10px;
    padding-left: 25px;
    background: url(../images/mainBoxH3.png) no-repeat left 5px;
    font-size: 14px;
    font-weight: bold;
    color: #0272c9;
    border: 1px solid white;
}

.mainBox .mBd {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    padding: 25px;
    background-color: white;
}


/*文章-列表页*/

.newsList {
    overflow: hidden;
    padding-bottom: 10px;
}

.newsList li {
    padding-left: 15px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    background: url(../images/dot08.png) no-repeat left 10px;
}

.newsList li .date {
    float: right;
    color: #999;
}

.newsList li .node {
    color: #999;
}

.newsList li.split {
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    border-top: 1px dotted #ccc;
    margin-top: 15px;
    background: none;
}

.newsList li.not-data {
    background: none;
    color: #999;
}


/*文章-图片列表页*/

.picListPage {
    overflow: hidden;
    margin-top: -12px;
}

.picListPage li {
    width: 154px;
    float: left;
    margin: 10px 10px 0;
    display: inline;
}

.picListPage li .pic img {
    display: block;
    width: 148px;
    height: 110px;
    padding: 2px;
    border: 1px solid #c6c6c6;
}

.picListPage li .title {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    padding-top: 5px;
}


/*热点专题-列表页*/

.rdztMenu {
    position: relative;
    overflow: hidden;
    padding-top: 4px;
    margin-top: 6px;
}

.rdztMenu .hd {
    width: 33px;
    height: 166px;
    float: left;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 0;
    background: url(../images/rdztMenuHd.png) no-repeat left top;
    overflow: hidden;
}

.rdztMenu .hd h3 {
    width: 16px;
    padding: 5px 7px;
    height: 113px;
    float: left;
    display: inline;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: white;
}

.rdztMenu .hd h3 a {
    color: white;
}

.rdztMenu .hd .more {
    padding: 0 8px;
    width: auto;
    float: left;
    font-size: 12px;
    line-height: 16px;
    color: #666;
    text-align: center;
}

.rdztMenu .hd .more:hover {
    color: #c00;
}

.rdztMenu .bg {
    border: 1px solid #dedede;
    overflow: hidden;
    background-color: white;
}

.rdztMenu .bd {
    border: 4px solid #f7f7f7;
    overflow: hidden;
    padding: 10px 8px 12px 45px;
}

.rdztMenu .bd ul {
    overflow: hidden;
}

.rdztMenu .bd ul li {
    width: 228px;
    float: left;
    margin: 1px 0 0 5px;
    display: inline;
    height: 42px;
    line-height: 46px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}

.rdztMenu .bd ul li a {
    display: block;
    height: 42px;
    width: 100%;
    float: left;
    background: url(../images/sideMenuBg.png) no-repeat left -42px;
}

.rdztMenu .bd ul li a:hover,
.rdztMenu .bd li.on a {
    background-position: left -97px;
    color: #e83904;
    font-weight: bold;
    text-decoration: none;
}


/*文章-内容页*/

.articleCon {
    padding: 0 30px 10px;
}

.articleCon .title {
    font-size: 24px;
    line-height: 46px;
    color: #c4371a;
    text-align: center;
}

.articleCon .property,
.articleCon .property2 {
    height: 25px;
    line-height: 24px;
    margin: 10px 0 10px;
    text-align: center;
    color: #666;
    background: #f7f6f6;
    border-top: 1px dotted #e9e9e8;
    border-bottom: 1px dotted #e9e9e8;
}

.articleCon .property {
    margin-top: 25px;
}

.articleCon .property .small {
    height: 24px;
    line-height: 24px;
    background: url(../images/fontZoom.png) no-repeat left top;
    padding-left: 18px;
}

.articleCon .property .big {
    background: url(../images/fontZoom.png) no-repeat left -24px;
    padding-left: 18px;
}

.articleCon .property2 {
    text-align: right;
    padding-right: 10px;
    font-weight: normal;
}

.articleCon .property span,
.articleCon .property2 span {
    padding-right: 12px;
    font-size: 14px;
}

.articleCon .userControl {
    line-height: 22px;
    padding: 2px 10px;
    text-align: right;
    color: #333;
    background-color: #fffbe6;
    border: 1px dotted #ede699;
}

.articleCon .conTxt {
    color: #333;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0 10px 0;
    width: 100%;
    overflow: hidden;
}

.articleCon .page {
    padding: 0 10px 0 0;
}

.articleCon .others {
    padding-top: 12px;
    height: 43px;
    overflow: hidden;
}

.articleCon .others span {
    color: #257f03;
}

.articleCon .others a {
    margin-right: 5px;
}

.articleCon .others .prev,
.articleCon .others .next {
    background: url(../images/others.png) no-repeat 2px 8px;
    padding-left: 15px;
}

.articleCon .others .next {
    background-position: 2px -18px;
}


/*首页双栏
.index_left{float:left;width:740px;overflow:hidden;}
.index_right{float:right;width:250px;overflow:hidden;}
.section_title h2{height:37px;padding-left:31px;border-bottom:1px solid #e1dbdb;line-height:37px;font-weight:normal;}
.section_title h2 a{font-size:16px;color:#e71f19;}
.section_title h2 .more{float:right;display:block;height:30px;margin:3px 3px 0 0;padding-right:18px;background:url(http://www.chinacharityfederation.org/WebSite/images/more.gif) no-repeat 26px 13px ;font-size:12px;font-family:'宋体';color:#262626;}
*/


/*总会项目*/

.index_project {
    width: 740px;
    height: 187px;
    overflow: hidden;
}

.index_project h2 .project_quict_chazhao {
    width: 64px;
    height: 24px;
    background-color: #e71f19;
    color: #fff;
    border: none;
    cursor: pointer;
    line-height: 24px\9;
    _line-height: 24px;
    vertical-align: middle;
    border: 0px;
}

.index_project_cont {
    clear: both;
    height: 150px;
}

.index_project_left,
.index_project_list,
.index_project_right {
    float: left;
    display: inline;
    margin-top: 20px;
}

.index_project_list li {
    float: left;
    display: inline;
    margin: 0 4px;
}

.index_project_list li img {
    width: 124px;
    height: 94px;
    padding: 2px;
    border: 1px solid #dcdcdc;
}


/*图片外框颜色*/

.index_project_list li .name {
    display: block;
    width: 124px;
    height: 23px;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}


/*图片点击左右滚动效果*/

.amazon_scroller {
    padding: 0px;
    width: 1000px
}

.amazon_scroller .amazon_scroller_nav {
    position: absolute
}

.amazon_scroller .amazon_scroller_nav li {
    cursor: pointer;
    position: absolute;
}

.amazon_scroller .amazon_scroller_mask {
    width: 850px;
    position: absolute;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
}

.amazon_scroller_title {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}

.amazon_scroller ul {
    padding: 0px;
    margin: 0px;
    float: left;
}

.amazon_scroller ul li {
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
    float: left;
    text-align: center;
    display: inline;
}

.amazon_scroller ul li a {
    text-decoration: none;
}

.amazon_scroller ul li a amazon_scroller_title {
    height: 25px;
    overflow: hidden;
}

.amazon_scroller ul li a:hover {
    text-decoration: underline;
}

.amazon_scroller ul li a img {
    width: 124px;
    height: 94px;
    padding: 1px;
    border: 1px solid #dcdcdc;
}


/*分页*/

.page {
    margin-top: 50px;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
}

.page a {
    color: #666;
    /* color: #000000; */
    /* margin: 15px 10px; */
    margin-top: 20px;
    margin-left: 15px;
    padding: 3px 10px;
    background: #e6e3e3;
    display: inline-block;
}


/* -------------------------------------  */


/*通用简介*/

#tyjjyBox {}

#tyjjyBox ul {
    overflow: hidden;
    padding-bottom: 10px;
}

#tyjjyBox .title {
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    font-weight: bold;
    color: #e81f04;
    text-align: center;
}

#tyjjyBox .title a {
    color: #e81f04;
}

#tyjjyBox .intro {
    line-height: 26px;
    font-size: 14px;
}

#tyjjyBox .intro a {
    color: #d10202;
}


/*20161129新加*/

.Banner_C {
    padding: 5px;
    width: 990px;
    text-align: left;
}

.Banner_C>a {
    width: 230px;
    height: 180px;
    display: inline-block;
    padding: 6px;
    overflow-y: hidden;
}

.Banner_C>a>img {
    width: 230px;
}


/*20170228新增*/

.JiJinShow {
    background-image: url(../img/BlockTitle_A0.png);
    background-repeat: no-repeat;
    background-position: left;
    text-align: right;
}

.JiJinShow>span {
    font-family: "微软雅黑", Arial;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 30px;
    font-weight: bold;
    float: left;
    padding-left: 66px;
}

.JiJinShow>a {
    font-family: "微软雅黑", Arial;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
}

.JiJinShow>a:hover {
    text-decoration: underline;
}

.JiJinShow .JiJinnow {
    background-image: url(../images2015/JiJinNow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.picScroll-left {
    width: 998px;
    overflow: hidden;
    position: relative;
}


/*
.picScroll-left .hd {overflow: hidden;height: 30px;background: #f4f4f4;padding: 0 10px;}.picScroll-left .hd .prev, .picScroll-left .hd .next {display: block;width: 5px;height: 9px;float: right;margin-right: 5px;margin-top: 10px;overflow: hidden;cursor: pointer;background: url("images/arrow.png") no-repeat;}.picScroll-left .hd .next {background-position: 0 -50px;}.picScroll-left .hd .prevStop {background-position: -60px 0;}.picScroll-left .hd .nextStop {background-position: -60px -50px;}.picScroll-left .hd ul {float: right;overflow: hidden;zoom: 1;margin-top: 10px;zoom: 1;}.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}.picScroll-left .hd ul li.on {background-position: 0 0;}
*/

.picScroll-left .bd {
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 120px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.txtMarquee-top {
    width: 285px;
    overflow: hidden;
    position: relative;
}

.txtMarquee-top .bd {
    padding-top: 15px;
    padding-bottom: 15px;
}

.txtMarquee-top .infoList li {
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-image: url(../img/list2.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 13px;
}

.txtMarquee-top .infoList li .date {
    float: right;
    color: #999;
}

.txtMarquee2-top {
    width: 400px;
    overflow: hidden;
    position: relative;
}

.txtMarquee2-top .bd {
    padding-top: 15px;
    padding-bottom: 15px;
}

.txtMarquee2-top .infoList li {
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-image: url(../img/list2.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 13px;
}

.txtMarquee2-top .infoList li .date {
    float: right;
    color: #999;
}

.Block_JZinfo3 {
    width: 420px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    background-image: url(../img/dot01.png);
    background-repeat: repeat-y;
    background-position: right top;
}

.Block_JZinfo3_Title {
    height: 30px;
    width: 410px;
    font-size: 15px;
    color: #C00;
    background-image: url(../images2015/BlockTitle3_1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    text-indent: 2em;
    line-height: 30px;
}

.Block_JZinfo3_Title a {
    color: #C00;
}