html,
body,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

* {
    font-family: "microsoft yahei";
}



html,
body {
    min-width: 1200px;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.header {
    height: 180px;
    background: url(../img/header-bg.png) no-repeat;
}

.header-con {
    width: 1200px;
    margin: 0 auto;
}

.header .logo {
    margin: 8px 0 0 0;
}

.header .logo h1 img {
    width: 778px;
    height: 161px;
}

.seach {
    width: 270px;
    height: 40px;
    line-height: 40px;
    background: rgba(230, 230, 230, .4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66E6E6E6, endColorstr=#66E6E6E6);
    padding-left: 20px;
    margin-top: 60px;
}

.seach .seach-in {
    width: 235px;
    height: 38px;
    line-height: 38px;
    background: rgba(230, 230, 230, .4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66E6E6E6, endColorstr=#66E6E6E6);
    border: none;
    outline: none;
}

.seach .seach-btn {
    position: relative;
    top: 0px;
}

/* Safari，Chrome WebKit browsers */
.seach input::-webkit-input-placeholder {
    color: #2f4883;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.seach input:-moz-placeholder {
    color: #2f4883;
}

/* 火狐 Mozilla Firefox 19+ */
.seach input::-moz-placeholder {
    color: #2f4883;
}

/* Internet Explorer 10+ */
.seach input:-ms-input-placeholder {
    color: #2f4883;
}

/* 导航 */

.navigation {
    width: 100%;
    background: #2e4782;
    height: 60px;
}

.nav-con {
    width: 1200px;
    margin: auto;
}

.nav {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 120px;
    height: 60px;
    float: left;
    position: relative;
    display: inline;
    text-align: center;
}

.nav .nLi h3 {
    height: 60px;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    font-weight: 100;
}

.nav .sub {
    display: none;
    width: 120px;
    left: 0;
    top: 60px;
    position: absolute;
    background: #fff;
    line-height: 60px;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    zoom: 1;
}

.nav .sub a {
    display: block;
    color: #000;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #1a3676;
    color: #fff;
}

.nav .nLi:hover {
    background: #1a3676;
}

.nav .on{
    background: #1a3676;
}


.nav .on h3 a{
    font-weight: bold;
}

/* 大图轮播 */

.banner {
    width: 100%;
    min-width: 1200px;
    /* height: 600px; */
}

.nav2-lunbo {
    width: 100%;
    /* height: 600px; */
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.nav2-lunbo .nav2-lunbo-hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 49%;
    bottom: 20px;
    z-index: 1;
}

.nav2-lunbo .nav2-lunbo-hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    padding: 0;
    margin-right: 12px;
    list-style: none;
}

.nav2-lunbo .nav2-lunbo-hd ul li {
    float: left;
    margin-right: 15px;
    width: 20px;
    height: 5px;
    cursor: pointer;
    background: #fff;
}

.nav2-lunbo .nav2-lunbo-hd ul li.on {
    background: #16316f;
}

.nav2-lunbo .nav2-lunbo-bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.nav2-lunbo .nav2-lunbo-bd li {
    zoom: 1;
    vertical-align: middle;
}

.nav2-lunbo .nav2-lunbo-bd img {
    width: 100%;
    /* height: 600px; */
    display: block;
}

/* 结束 */


.container {
    width: 1200px;
    margin: 0 auto;
}

.con1 {
    /* overflow: hidden; */
    height: 585px;
}

.cons1 {
    width: 590px;
    height: 585px;
}

.slideGroup {
    width: 590px;
    text-align: left;
}

.slideGroup .parHd {
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.slideGroup .parHd ul {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    /* height: 32px; */
}

.slideGroup .parHd ul li {
    float: left;
    /* padding: 0 15px; */
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-right: 30px;
}

.slideGroup .parHd ul li a {
    color: #666666;
}

.slideGroup .parHd ul li.on {
    font-size: 20px;
    border-bottom: 2px solid #183475;
}

.slideGroup .parHd ul li.on a {
    color: #333333;
}

.slideGroup .parHd ul li span {
    position: absolute;
    right: 0;
    display: none;
}

.slideGroup .parHd ul li span a {
    font-size: 14px;
    font-weight: 100;
    color: #999999;
}

.slideGroup .parHd ul li.on span {
    display: inline-block;
}

.slideGroup .parHd ul li.on span a {
    color: #999999;
}

.slideGroup .slideBox {
    /* overflow: hidden; */
    zoom: 1;
    /* padding: 10px 0 10px 42px; */
    position: relative;
}

/* .slideGroup .sPrev,
.slideGroup .sNext {
    position: absolute;
    left: 5px;
    top: 10px;
    display: block;
    width: 30px;
    height: 94px;
    border: 1px solid #ddd;
    background: url(images/icoLeft.gif) center center no-repeat #f4f4f4;
}

.slideGroup .sNext {
    left: auto;
    right: 5px;
    background: url(images/icoRight.gif) center center no-repeat #f4f4f4;
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
    border-color: #f60;
} */

.slideGroup .parBd {
    position: relative;
    left: -10px;
}

.slideGroup .parBd ul {
    /* overflow: hidden; */
    zoom: 1;
}

.slideGroup .parBd ul li {
    float: left;
    _display: inline;
    text-align: center;
    margin-right: 30px;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    margin: 10px;
}

.slideGroup .parBd ul li .pic {
    text-align: center;
    overflow: hidden;
}

.slideGroup .parBd ul li .pic img {
    width: 285px;
    height: 210px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.slideGroup .parBd ul li .pic a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.slideGroup .parBd ul li .text {
    text-align: left;
    padding: 15px 15px 15px 20px;
    border-bottom: 2px solid #fff;
}

.slideGroup .parBd ul li .text .title a {
    color: #666666;
    font-weight: bold;
}

.slideGroup .parBd ul li .text .time {
    font-size: 14px;
    font-weight: 100;
    color: #999999;
    margin-top: 10px;
}

.slideGroup .parBd ul li:hover .text {
    border-bottom: 2px solid #183475;
}

.slideGroup .parBd ul li:hover .text .title a {
    color: #16316f;
}

.con1-left-list {
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.con1-left-list ul li {
    padding: 20px;
    border-bottom: 2px solid #eeeeee;
    overflow: hidden;
}

.con1-left-list ul li .con1-time {
    width: 50px;
    text-align: center;
}

.con1-left-list ul li .con1-time .day {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
}

.con1-left-list ul li .con1-time .year {
    font-size: 12px;
    margin-top: 10px;
    color: #999999;
}

.con1-left-list ul li .con1-text {
    width: 485px;
}

.con1-left-list ul li .con1-text .title {
    color: #333333;
    font-weight: bold;
}

.con1-left-list ul li .con1-text .abs {
    font-size: 14px;
    margin-top: 13px;
    color: #999999;
}

.con1-left-list ul li:hover .con1-text .title {
    color: #16316f;
}

.con1-left-list ul li:hover .con1-time .day {
    color: #16316f;
}

.con1-left-list ul li:hover .con1-time .year {
    color: #16316f;
}

.box1,
.box2 {
    display: none;
}

.lanmu {
    overflow: hidden;
    height: 52px;
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.lanmu .name {
    font-size: 20px;
    border-bottom: 2px solid #183475;
    float: left;
    cursor: pointer;
    font-weight: bold;
    margin-right: 30px;
}

.lanmu .more a {
    font-size: 14px;
    font-weight: 100;
    color: #999999;
}


.con1-right {
    box-shadow: none;
}

.con1-right ul {
    margin-top: 20px;
}

.con1-right ul li {
    margin-bottom: 29px;
    background: #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.con1-right ul li:hover {
    border-color: #465d91;
}

.slideGroups {
    width: 1200px;
    text-align: left;
}

.slideGroups .parHd {
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.slideGroups .parHd ul {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    /* height: 32px; */
}

.slideGroups .parHd ul li {
    float: left;
    /* padding: 0 15px; */
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-right: 30px;
}

.slideGroups .parHd ul li a {
    color: #666666;
}

.slideGroups .parHd ul li.on {
    font-size: 20px;
    border-bottom: 2px solid #183475;
}

.slideGroups .parHd ul li.on a {
    color: #333333;
}

.slideGroups .parHd ul li span {
    position: absolute;
    right: 0;
    display: none;
}

.slideGroups .parHd ul li span a {
    font-size: 14px;
    font-weight: 100;
    color: #999999;
}

.slideGroups .parHd ul li.on span {
    display: inline-block;
}

.slideGroups .parHd ul li.on span a {
    color: #999999;
}

.slideGroups .slideBox {
    /* overflow: hidden; */
    zoom: 1;
    /* padding: 10px 0 10px 42px; */
    position: relative;
}

/* .slideGroups .sPrev,
.slideGroups .sNext {
    position: absolute;
    left: 5px;
    top: 10px;
    display: block;
    width: 30px;
    height: 94px;
    border: 1px solid #ddd;
    background: url(images/icoLeft.gif) center center no-repeat #f4f4f4;
}

.slideGroups .sNext {
    left: auto;
    right: 5px;
    background: url(images/icoRight.gif) center center no-repeat #f4f4f4;
}

.slideGroups .sPrev:hover,
.slideGroups .sNext:hover {
    border-color: #f60;
} */

.slideGroups .parBd {
    position: relative;
    left: -10px;
}

.slideGroups .parBd ul {
    /* overflow: hidden; */
    zoom: 1;
}

.slideGroups .parBd ul li {
    width: 280px;
    float: left;
    display: inline;
    text-align: center;
    margin-right: 30px;
    margin: 10px 13px;
}

.slideGroups .parBd ul li .pic {
    width: 280px;
    height: 155px;
    text-align: center;
    overflow: hidden;
}

.slideGroups .parBd ul li .pic img {
    width: 280px;
    height: 155px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.slideGroups .parBd ul li .pic a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.slideGroups .parBd ul li .text {
    width: 208px;
    height: 65px;
    text-align: left;
    padding: 15px 15px 15px 20px;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    margin: auto;
    position: relative;
    top: -30px;
    border-bottom: 2px solid #fff;
}

.slideGroups .parBd ul li .text .title a {
    color: #666666;
    font-weight: bold;
}

.slideGroups .parBd ul li .text .time {
    font-size: 14px;
    font-weight: 100;
    color: #999999;
    margin-top: 10px;
}

.slideGroups .parBd ul li:hover .text {
    border-bottom: 2px solid #183475;
}

.slideGroups .parBd ul li:hover .text .title a {
    color: #16316f;
}

.slideGroups .parBd ul li .text .time img {
    margin-right: 8px;
}

.con3 {
    position: relative;
    height: 325px;
}

.cons3 {
    width: 590px;
    height: 335px;
}

.con3-list ul {
    margin-top: 30px;
    padding: 0 20px 0 45px;
    list-style-type: disc;
    /* width: 98%; */
    overflow: hidden;
}

.con3-list ul li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e4e4e4;
    /* padding-left: 15px; */
    position: relative;
    box-shadow: none !important;
    margin: 0 !important;
    width: 555px;
    text-align: left !important;
    /* padding-right: 15px; */
    width: 100%;
}

/* .con3-list ul li::after{
    content: '';
    width: 5px;
    height: 5px;
    background: #b5b5b5;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    left: 0px;
} */

.con3-list ul li {
    color: #b5b5b5;
}

.con3-list ul li a {
    color: #333333;
}

.con3-list ul li span {
    float: right;
    color: #999999;
    font-weight: 100;
}

.con3-list ul li:hover {
    color: #183475;
}

.con3-list ul li:hover a {
    color: #183475;
    font-weight: 600;
}

.con3-list ul li:hover a span {
    color: #999999;
    font-weight: 100;
}

.con3-box {
    width: 100%;
    height: 245px;
    background: #ffffff;
    position: absolute;
    top: 79px;
    left: 0;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.con4 {
    margin-top: 40px;
}

.con4 ul{
    height: 130px;
}

.con4 ul li {
    width: 275px;
    height: 130px;
    float: left;
    margin-right: 33px;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
}

.con4 ul li .con4-con {
    width: 275px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    background: rgba(255, 255, 255, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
}

.con4-con span {
    width: 35px;
    height: 32px;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.item1 .con4-con span {
    background: url(../img/item1-2.png) no-repeat;
}

.item2 .con4-con span {
    background: url(../img/item2-2.png) no-repeat;
}

.item3 .con4-con span {
    background: url(../img/item3-2.png) no-repeat;
}

.item4 .con4-con span {
    background: url(../img/item4-2.png) no-repeat;
}

.con4-con a {
    font-size: 20px;
    font-weight: bold;
    color: #183475;
}

.con4 ul li:hover .con4-con {
    background: rgba(24, 52, 117, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2183475, endColorstr=#B2183475);
}

.con4 ul .item1:hover .con4-con span {
    background: url(../img/item1-1.png) no-repeat;
}

.con4 ul .item2:hover .con4-con span {
    background: url(../img/item2-1.png) no-repeat;
}

.con4 ul .item3:hover .con4-con span {
    background: url(../img/item3-1.png) no-repeat;
}

.con4 ul .item4:hover .con4-con span {
    background: url(../img/item4-1.png) no-repeat;
}

.con4 ul li:hover .con4-con a {
    color: #fff;
}

.con5{
    margin-top:30px;
}

.slideGroupsa {
    width: 1200px;
    text-align: left;
    overflow: hidden;
}

.slideGroupsa .parHd {
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.slideGroupsa .parHd ul {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.slideGroupsa .parHd ul li {
    float: left;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-right: 30px;
}

.slideGroupsa .parHd ul li a {
    color: #666666;
}

.slideGroupsa .parHd ul li.on {
    font-size: 20px;
    border-bottom: 2px solid #183475;
}

.slideGroupsa .parHd ul li.on a {
    color: #333333;
}

.slideGroupsa .slideBox {
    zoom: 1;
    position: relative;
}

.slideGroupsa .sPrev,
.slideGroupsa .sNext {
    position: absolute;
    right: 5px;
    top: -60px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/right.png) center center no-repeat;
}

.slideGroupsa .sNext {
    left: auto;
    right: 50px;
    background: url(../img/left.png) center center no-repeat;
}

.slideGroupsa .sPrev:hover,
.slideGroupsa .sNext:hover {
    border-color: #f60;
}

.slideGroupsa .parBd {
    margin-top: 20px;
}

.slideGroupsa .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroupsa .parBd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-right: 33px;
}

.slideGroupsa .parBd ul li .pic {
    text-align: center;
    overflow: hidden;
}

.slideGroupsa .parBd ul li .pic img {
    width: 155px;
    height: 205px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.slideGroupsa .parBd ul li .pic a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.slideGroupsa .parBd ul li .title {
    line-height: 24px;
}

.con6 {
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
    border-top: 1px solid #e4e4e4;
}

.con6 ul span {
    font-size: 16px;
    left: 60px;
    float: left;
    font-weight: bold;
}

.con6 ul li {
    float: left;
    margin: 0 15px;
}

.con6 ul li a {
    font-size: 14px;
    left: 60px;
}

.foot {
    background: #183475;
}

.foot-con {
    width: 1200px;
    margin: auto;
    padding: 30px 0;
    overflow: hidden;
}

.foot-left .logo2 {
    width: 176px;
    height: 46px;
    margin-bottom: 20px;
}

.foot-left p,
.foot-right p {
    font-size: 14px;
    color: #fff;
    line-height: 2.2em;
}

.foot-right p {
    text-align: right;
    float: right;
}

.select-container {
    position: relative;
    float: right;
    margin-bottom: 20px;
}

.selects {
    margin-right: 0;
}

.select-container input {
    width: 250px;
    height: 35px;
    line-height: 35px;
    text-indent: 20px;
    background: #fff;
    color: #7a7a7a;
    outline: none;
    border: 1px solid #bdbdbd;
}

.select-container span {
    position: relative;
}

.select-container span::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #b0b0b0;
    position: absolute;
    top: 9px;
    left: 215px;
}

.select-container ul {
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 1;
    width: 250px;
    display: none;
    list-style: none;
}


.select-container li {
    height: 30px;
    line-height: 30px;
}

.select-container li a {
    display: inline-block;
    width: 100%;
    color: #7a7a7a;
    text-indent: 5px;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #bdbdbd;
}

.select-container li a:hover {
    color: #fff;
    background: #003561;
}

.foot-right {
    width: 300px;
    margin-top: 30px;
}

.nei-con {
    width: 1200px;
    padding: 30px 0;
    overflow: hidden;
}

.ce-nav {
    width: 250px;
}

.nei_lanmu {
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 45px;
    background: #2f4883;
    color: #fff;
}

.ce-nav ul {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #2f4883;
}

.ce-nav ul li {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    margin-left: 2px;
}

.ce-nav ul li span {
    float: right;
    padding-right: 20px;
    display: none;
}

.ce-nav ul li:hover {
    background: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-right: none;
}

.ce-nav ul li:hover span{
    display: block;
}

.ce-nav ul li:hover a{
    font-weight: bold;
    color: #2f4883;
}

.ce-nav ul .on{
    background: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-right: none;
}

.ce-nav ul .on a{
    font-weight: bold;
    color: #2f4883;
}

.ce-nav ul .on span{
    display: block;
}

.nei-right {
    width: 920px;
}

.lanmu-weizhi {
    height: 30px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.lanmu-weizhi .lanmus {
    color: #01458e;
    font-weight: bold;
    height: 30px;
    border-bottom: 2px solid #01458e;
}

.lanmu-weizhi .weizhi,
.lanmu-weizhi .weizhi a {
    color: #999999;
    font-size: 14px;
}

.lanmu-weizhi .weizhi a:last-child{
    color: #183475;
}

.detail {
    background: #fff;
    padding: 20px;
}

.detail-con {
    border: 1px solid #dcdcdc;
    padding: 0 20px;
}

.detail-con h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.detail-con .time {
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.detail-text {
    padding: 15px 0;
}

.detail-text p {
    line-height: 2.2em;
    text-indent: 32px;
}

.next {
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
}

.next p {
    line-height: 3.4375rem;
    font-size: 14px;
}

.next p:hover a {
    color: #183475;
}

.img-list ul {
    overflow: hidden;
}

.img-list ul li {
    width: 295px;
    height: 195px;
    background: #f4f4f4;
    float: left;
    margin-right: 17px;
    margin-bottom: 17px;
}

.img-list ul li .img {
    width: 295px;
    height: 165px;
    overflow: hidden;
}

.img-list ul li .img img {
    width: 295px;
    height: 165px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.img-list ul li .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.img-list ul li p {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.img-list ul li:hover {
    background: #2f4883;
}

.img-list ul li:hover p a {
    color: #fff;
}

.text-list ul li {
    padding: 25px 20px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

.text-list ul li .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.text-list ul li:hover .title {
    color: #2f4883;
}

.text-list ul li .abs,
.text-list ul li .time {
    font-size: 14px;
    font-weight: 100;
}

.text-list ul li .abs {
    color: #666666;
    margin-bottom: 15px;
}

.text-list ul li .time {
    color: #999999;
}

.imgtext-list ul li {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    overflow: hidden;
}

.imgtext-list ul li .img {
    width: 243px;
    height: 140px;
    overflow: hidden;
}

.imgtext-list ul li .text {
    padding: 25px 20px;
    width: 635px;
}

.imgtext-list ul li .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.imgtext-list ul li .abs,
.imgtext-list ul li .time {
    font-size: 14px;
    font-weight: 100;
}

.imgtext-list ul li .abs {
    color: #666666;
    margin-bottom: 15px;
}

.imgtext-list ul li .time {
    color: #999999;
}

.team-list ul li {
    width: 280px;
    height: 377px;
    float: left;
    margin-right: 35px;
    margin-bottom: 30px;
    position: relative;
}

.team-list ul li .img {
    width: 280px;
    height: 377px;
    overflow: hidden;
}

.team-list ul li .img img {
    width: 280px;
    height: 377px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.team-list ul li .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.team-list ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    text-align: center;
}

.team-list ul li p a {
    color: #fff;
}

.team-list ul li:hover p{
    background: rgba(47,72,131, .7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B22f4883,endColorstr=#B22f4883);
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #1a3676!important;
    background-color: #1a3676!important;
}