﻿.header{
    position: relative;
    background: linear-gradient(to right, #B71D46 , #A81464);
}
.fixed {
    position: fixed;
    background: #fff;
}
.logo{
    padding: 20px 0;
}
.logo .search{
    top: 0;
}
.nav{
    padding-bottom: 20px;
}
.banner{
    position: relative;
    overflow: hidden;
}
.banner h1{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1400px;
    color: #fff;
    transform: translate(-50%,-50%);
}
.section{
    min-height: 500px;
    background: #fff url(../image/cloud.png) no-repeat right bottom;
}
.bread{
    line-height: 50px;
    margin-bottom: 20px;
    color: #666;
    background-color: #f9f9f9;
}
.bread a{
    color: #666;
}
.bread a:hover{
    color: #D31F3D;
}
.bread span{
    margin: 0 10px;
    font-family: '宋体';
}
/*左侧导航*/
.side{
    float: left;
    width: 299px;
    margin-bottom: 50px;
}
.side>p{
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 10px 10px;
    border-bottom: 3px solid #BB244A;
}
.side p span{
    display: none;
}
.side>ul{
    margin-bottom: 30px;
}
.side li{
    position: relative;
}
.side>ul>li>a{
    position: relative;
    display: block;
    line-height: 50px;
    font-size: 18px;
    padding-left: 10px;
}
.side>ul>li{
    border-bottom: 1px solid #BB244A;
}
.side>ul>li span{
    position: absolute;
    top: 18px;
    right: 0;
    width: 17px;
    height: 14px;
    background: url(../image/arrow4.png) no-repeat;
    display: none;
}
.side>ul>li:hover span,
.side>ul>li span.on{
    display: block;
}

.side .second-menu{
    padding-bottom: 15px;
}
.side .second-menu li a{
    display: block;
    line-height: 45px;
    padding-left: 45px;
    font-size: 16px;
}
.side .second-menu li.on a{
    color: #fff;
    background-color: #BF335A;
}
.side ul .active .second-menu{
    display: block;
}
.side ul .active>a{
    background: #fff;
    border-bottom-color: #fff;
}

/*右侧主体*/
.column{
    margin-left: 340px;
    padding-bottom: 25px;
}
.column>h2{
    position: relative;
    top: -2px;
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: 3px solid #BB244A;
}
.detail{
    padding: 30px 0;
}
.detail>h3{
    line-height: 40px;
    font-size: 28px;
    text-align: center;
}
.detail>h4{
    margin-top: 15px;
    color: #999;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.detail>h4 span{
    margin: 0 15px;
}
.content{
    margin-top: 30px !important;
    font-size: 18px;
}
.content p{
    line-height: 1.5em;
    text-align: justify;
}

/*通用列表*/
.common-list{
    margin-top: 20px;
}
.common-list li{
    padding: 10px 15px 15px;
    margin-bottom: 20px;
    border: 1px solid #FCFCFC;
    box-shadow: 1px 1px 2px #eee,-1px 1px 2px #eee;
    overflow: hidden;
    transition: .3s;
}
.common-list li:hover{
    padding-left: 25px;
}
.common-list li .date{
    float: left;
    padding-right: 25px;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #ddd;
}
.common-list li .date h3{
    line-height: 35px;
    font-size: 30px;
}
.common-list li .date p{
    padding-left: 3px;
}
.common-list li:hover .date{
    color: #D31F3D;
}
.common-list li>p{
    margin-left: 135px;
    padding-right: 40px;
    line-height: 40px;
    font-size: 20px;
    background: url(../image/more1.png) no-repeat right bottom;
}

/*图片新闻*/
.news .bd{
    margin: 25px 0;
}
.news ul{
    margin: 0 -10px;
    opacity: 1;
}
.news ul li{
    margin: 0 0 30px;
    padding: 0 10px;
}
.news ul li>a{
    height: 190px;
}
.news ul li .date{
    top: 145px;
    left: 18px;
    padding: 10px 15px;
}
.news ul li .date h2{
    line-height: 30px;
    font-size: 28px;
}
.news ul li .info{
    padding: 40px 18px 35px;
    box-shadow: 2px 2px 4px #EAEAEA, -2px 2px 4px #EAEAEA;
}
.news ul li:hover .info{
    box-shadow: 2px 2px 6px #D9D9D9, -2px 2px 6px #D9D9D9;
}
.news ul li h3 {
    font-size: 16px;
    height: 50px;
    line-height: 25px;
}
.news ul li p{
    margin: 15px 0 25px;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
}
.news ul li .info>a{
    line-height: 25px;
    padding-left: 32px;
    font-size: 14px;
    background-size: contain;
}

/*热门新闻*/
.hot{
    margin: 15px 0 30px;
}
.hot dt{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E2E2E2;
}
.hot dt p{
    height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
}

/*机构人员*/
.org{
    margin: 0 -18px 30px;
    padding: 10px 0;
    overflow: hidden;
}
.org:last-of-type{
    padding-bottom: 150px;
}
.org li{
    float: left;
    width: 50%;
    padding: 20px 18px 5px;
}
.org:first-of-type li:first-child{
    width: 100%;
}
.org:first-of-type li:first-child div{
    width: calc(50% - 18px);
    box-sizing: border-box;
}
.org li div{
    padding: 22px 35px;
    border: 1px solid #ECECEC;
    box-shadow: 0 2px 4px #E8E8E8;
    background: #fff url(../image/org-bg.png) no-repeat right bottom;
}
.org li h3{
    margin-bottom: 20px;
    font-size: 22px;
}
.org li h3 span{
    padding-left: 10px;
    color: #666;
    font-size: 18px;
    font-weight: normal;
}
.org li p{
    line-height: 28px;
    padding-left: 28px;
    color: #666;
    font-size: 16px;
    background: url(../image/icon-1.png) no-repeat left center;
}
.org li p:nth-of-type(2){
    background-image: url(../image/icon-2.png);
}
.org li p:nth-of-type(3){
    background-image: url(../image/icon-3.png);
}
.org li p:nth-of-type(4){
    background-image: url(../image/icon-4.png);
}
.org-title{
    text-align: center;
}
.org-title span{
    position: relative;
    color: #b92a62;
    font-size: 22px;
    font-weight: bold;
}
.org-title span:before,
.org-title span:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -120px;
    width: 100px;
    height: 8px;
    margin-top: -4px;
    background: url(../image/before.png) no-repeat;
    background-size: contain;
}
.org-title span:after{
    left: auto;
    right: -120px;
    background-image: url(../image/after.png);
}

.pb_sys_style2 .p_no_d {
    border: 1px solid #BB244A !important;
    background-color: #BB244A !important;
}

.xxgk-list{
    overflow: hidden;
}
.xxgk-list li{
    float: left;
    margin: 20px 20px 0 0;
    max-width: 100%;
    width: 510px;
    height: 140px;
    background: url(../image/xkjs-bg.svg) no-repeat center center;
    border-radius: 5px;
}
.xxgk-list li a{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #4F2FCE;
}
.xxgk-list li a img{
    margin-right: 20px;
}
.xxgk-list li:nth-of-type(2){
    background-image: url(../image/rcpy-bg.svg);
}
.xxgk-list li:nth-of-type(2) a{
    color: #0082AB;
}

.xxgk-list li:nth-of-type(3){
    background-image: url(../image/xsjl-bg.svg);
}
.xxgk-list li:nth-of-type(3) a{
    color: #885600;
}

.xxgk-list li:nth-of-type(4){
    background-image: url(../image/kxyj-bg.svg);
}
.xxgk-list li:nth-of-type(4) a{
    color: #AD1A27;
}

.xxgk-list li:nth-of-type(5){
    background-image: url(../image/qt-bg.svg);
}
.xxgk-list li:nth-of-type(5) a{
    color: #00599E;
}
.w100 {
  width: 100px !important;
}

.w120 {
  width: 120px !important;
}

.w140 {
  width: 140px !important;
}

.w160 {
  width: 160px !important;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.context{
font-size:16px;
}
.context .head{
    display: flex;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 10px;
    background: #efefef;
}
.context .head span{
    padding: 0 8px;
    font-weight: bold;
}
.context .head span,.infoList li span{
	display: block;overflow: hidden;
}
.context .flex1 {
  flex: 1;
  overflow: hidden;
}
.infoList li{
    display: flex;
    text-align: center;
  	height: 38px !important;
  	line-height: 37px;
}
.infoList li span{
    padding: 0 8px;
	font-size: 15px;
}
.infoList li span.flex1{
	text-align: left;
}