/*list-intro页面*/
.intro_content .intro_content_title p a:hover {
    color: #1B68A4;
}

.intro_content_article {
    width: 100%;
}

.intro_content_article h2 {
    text-align: center;
    color: #1B68A4;
    font: bold 24px "Microsoft YaHei";
}

.intro_content_article p {
    font-size: 18px;
    margin-top: 35px;
}

/*list-figure页面*/
.figure_content .figure_content_title p a:hover {
    color: #1B68A4;
}

.figure_content_article {
    width: 100%;
}

.figure_content_article ul {
    overflow: hidden;
}

.figure_content_article ul li {
    float: left;
    width: 390px;
    height: 255px;
    background-color: #f2f2f2;
    margin: auto 19px 27px;
}

.figure_content_article ul li a img {
    float: left;
    width: 157px;
    /*height: 220px;*/
    margin: 15px auto auto 15px;
}

.figure_content_article ul li a p {
    float: left;
    margin: 25px auto auto 23px;
}

.figure_content_article ul li a p span {
    display: block;
}

.figure_content .figure_content_article ul li a p:hover span {
    color: #20b56a;
}

.figure_content_article ul li a p span:first-child {
    font-size: 24px;
}

.figure_content_article ul li a p span:nth-child(2) {
    width: 170px;
    height: 88px;
  	line-height: 22px;
    color: #7f7f7f;
    font-size: 14px;
    overflow: hidden;
    margin: 20px 0 12px;
}

.figure_content_article ul li a p span:last-child {
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border: #d2d2d2 1px solid;
    border-radius: 20px;
    color: #7f7f7f;
}

/*detail-figure页面*/
.figure_content_intro .content_intro_title p a:hover {
    color: #1B68A4;
}

.content_intro_article {
    overflow: hidden;
}

.content_intro_article img {
    float: left;
    width: 225px;
    height: 315px;
}

.figure_intro_body {
    float: left;
    width: 580px;
    font-size: 20px;
    margin-left: 25px;
}

/*list-news页面*/
.list_news_content .list_news_title p a:hover {
    color: #1B68A4;
}

.list_news_list ul li a {
    display: block;
    height: 42px;
    overflow: hidden;
    font-size: 18px;
    line-height: 42px;
    background: url("../images/list_circle.png")left center no-repeat;
    padding-left: 23px;
    box-sizing: border-box;
}

.list_news_list ul li a span:first-child {
    float: left;
    width: 720px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_news_list ul li a span:last-child {
    float: right;
}

/*details-news页面*/
.detail_news_content .detail_news_title p a:hover {
    color: #1B68A4;
}

.detail_news_article>h2, 
.detail_news_article>p{
    text-align: center;
}

.detail_news_article h2 {
    color: #1B68A4;
    font: bold 24px "Microsoft YaHei";
    margin-bottom: 15px;
}

.detail_news_article {
    color: #666666;
    font-size: 14px;
}

.detail_news_article>p span:last-child {
    margin-left: 15px;
}

.detail_news_article .content{
    margin: 20px 0;
    min-height: 400px;
}

.list_news_list{
  min-height: 580px;
}

/*机构设置*/
.org_title{
    margin-top: 30px;
    border-bottom: 2px solid #1B68A4;
}
.org_title span{
    display: inline-block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 25px;
    background: #1B68A4;
}
.org_list{
    margin: 20px 0 10px;
    overflow: hidden;
}
.org_list li{
    float: left;
    width: 30%;
    margin: 0 28px 12px 0;
}

.list_news_list .org_list li a{
    height: auto;
    line-height: normal;
    background: url(../images/list_circle.png) left 8px no-repeat;
}

/*分页*/
.pagebox {
    font-family: "宋体",sans-serif;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    margin: 25px 0;
}
.pagebox span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin-right: 2px;
    overflow: hidden;
    text-align: center;
}
.pagebox span a {
    display: block;
    overflow: hidden;
}
.pagebox span.pagebox_pre_nolink {
    border: 1px solid #ddd;
    color: #999;
    cursor: default;
    height: 21px;
    line-height: 21px;
    text-align: center;
    padding: 0 8px;
}
.pagebox span.pagebox_pre {
    color: #009944;
    height: 23px;
}
.pagebox span.pagebox_pre a, .pagebox span.pagebox_pre a:visited, .pagebox span.pagebox_next a, .pagebox span.pagebox_next a:visited {
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    width: 53px;
}
.pagebox span.pagebox_pre a:hover, .pagebox span.pagebox_pre a:active, .pagebox span.pagebox_next a:hover, .pagebox span.pagebox_next a:active {
    border: 1px solid #363636;
    color: #363636;
}
.pagebox span.pagebox_num_nonce {
    background: #1B68A4 none repeat scroll 0 0;
    border: 1px solid #1B68A4;
    color: #fff;
    cursor: default;
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
}
.pagebox span.pagebox_num {
    color: #009944;
    height: 23px;
}
.pagebox span.pagebox_num a, .pagebox span.pagebox_num a:visited {
    border: 1px solid #b8b8b8;
    color: #8a8a8a;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
    text-decoration: none;
}
.pagebox span.pagebox_num a:hover, .pagebox span.pagebox_num a:active {
    border: 1px solid #363636;
    color: #363636;
}
.pagebox span.pagebox_num_ellipsis {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #393733;
    line-height: 23px;
    width: 22px;
}
.pagebox span.pagebox_next_nolink {
    border: 1px solid #ddd;
    color: #999;
    cursor: default;
    height: 21px;
    line-height: 21px;
    text-align: center;
    width: 53px;
}
.pagebox_jump {
    display:none;
}


