@charset "utf-8";
/*banner*/
.banner .slideBox {
    width: 100%;
    position: relative;
}

.banner .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .slideBox .prev, .banner .slideBox .next {
    position: absolute;
    display: block;
    width: 32px;
    height: 72px;
    top: 50%;
    margin-top: -36px;
    background: rgba(255, 255, 255, 0.4);
    filter: alpha(opacity=40);
}

.banner .slideBox .prev img, .banner .slideBox .next img {
    display: block;
    margin: 25px 0 0 10px;
}

.banner .slideBox .prev:hover, .banner .slideBox .next:hover {
    background: rgba(1, 102, 154, 0.3);
    filter: alpha(opacity=30);
}

.banner .slideBox .prev {
    left: 3%;
}

.banner .slideBox .next {
    right: 3%;
}

/*主体内容*/
.mainL {
    width: 800px;
    margin-bottom: 10px;
}

/*工作动态*/
.work {
    margin: 45px 0 60px;
}

.hT {
    margin-bottom: 28px;
}

.hT h3 {
    font-size: 20px;
    font-weight: bold;
}

.hT a {
    font-size: 14px;
    font-family: Arial;
    width: 56px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #9b9b9b;
    color: #ffffff;
    margin-top: 3px;
}

.hT a:hover {
    background-color: #014568;
}

.workLeft, .workBox a {
    display: block;
    width: 390px;
    height: 273px;
}

.workBox a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.workPhoto h3 {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=30);
    left: 0;
    bottom: 0;
    line-height: 40px;
    padding-left: 15px;
    font-size: 16px;
    color: #ffffff;
}

.workLeft .hd {
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 24px;
    height: 219px;
}

.workLeft .hd ul {
    width: 24px;
    height: 219px;
}

.workLeft .hd li {
    width: 24px;
    height: 18px;
    background: rgba(255, 255, 255, 0.4);
    filter: alpha(opacity=40);
    text-align: center;
    line-height: 18px;
    color: #ffffff;
    cursor: pointer;
}

.workLeft .hd li:hover, .workLeft .hd li.on {
    background: rgba(1, 102, 154, 0.3);
    filter: alpha(opacity=30);
}

.workLeft .hd li:hover:before, .workLeft .hd li.on:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid rgba(1, 102, 154, 0.3);
    border-bottom: 4px solid transparent;
    left: -8px;
    top: 5px;
}
.parBd{
    min-height: 422px;
}
.list_1 {
    right: 0;
    bottom: 0;
}

.list_2 {
    right: 0;
    bottom: 20px;
}

.list_3 {
    right: 0;
    bottom: 40px;
}

.list_4 {
    right: 0;
    bottom: 60px;
}

.workList {
    width: 390px;
}

.workList li + li {
    margin-top: 21px;
}

.workList a {
    display: flex;
    align-items: center;
}

.workList a:hover span, .workList a:hover b {
    color: #014568;
    font-weight: bold;
}

.workList em {
    width: 4px;
    height: 4px;
    background-color: #014568;
    margin: 0 10px 0 0;
}

.workList span {
    font-size: 16px;
    flex:1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.workList b {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

/*政策法规*/
.policyT li {
    font-size:18px;
    color:#666666;
}

.policyT .on {
    font-weight:bold;
    font-size:20px;
    color:#333333;
    cursor: pointer;
}

.policyT b {
    font-weight: normal;
    font-size: 14px;
    color: #c3c3c3;
    margin: 3px 15px 0;
}

.policyT h4 {
    font-size: 18px;
    color: #666666;
    line-height: 26px;
}

.parBd li a {
    padding: 30px 0;
}

.parBd li a+a {
    border-top: 1px dotted #e6e6e6;
}

.parBd li a {
    display: block;
}

.parBd .lf {
    width: 118px;
    height: 80px;
    border: 1px solid #e5e5e5;
    text-align: center;
    background-color: #ffffff;
}

.parBd .lf h3 {
    font-size: 28px;
    color: #246289;
    line-height: 50px;
}

.parBd .lf h4 {
    font-size: 16px;
    color: #246289;
}

.parBd .rt {
    width: 646px;
}

.parBd .rt h3 {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 16px;
}

.parBd .rt p {
    font-size: 14px;
    color: #777777;
    line-height: 22px;
}

.parBd li a:hover .lf {
    background-color: #246289;
}

.parBd li a:hover .lf h3,.parBd li a:hover .lf h4 {
    color: #ffffff;
}

/*右*/
.mainR {
    margin-top: 45px;
    width: 355px;
    background: url(../img/reportBg.png) left center no-repeat;
    background-size: 100% 100%;
    top: 0;
    right: 0;
}

.mainR > h3 {
    font-size: 20px;
    font-weight: bold;
    /* text-align: center; */
    padding-top: 34px;
    background: url(../img/line.png) top center no-repeat;
    margin-bottom: 16px;
    text-indent: 1.4em;
}

.mainR ul {
    width: 300px;
    margin: 0 auto;
}

.mainR ul .lf {
    width: 60px;
    height: 62px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 2px;
}

.mainR .lf h3 {
    font-size: 23px;
    color: #246289;
    line-height: 35px;
}

.mainR ul a {
    display: block;
}

.mainR .lf h4 {
    color: #246289;
}

.mainR h2 {
    width: 220px;
    font-size: 16px;
    color: #666666;
    line-height: 23px;
    padding-top: 3px;
}

.mainR li {
    padding: 23px 0;
    border-bottom: 1px dotted #e6e6e6;
}

.mainR li:hover .lf {
    background-color: #246289;
}

.mainR li:hover h3, .mainR li:hover h4 {
    color: #ffffff;
}

.mainR li:hover h2 {
    color: #246289;
}

.morePlus a {
    display: block;
    width: 124px;
    height: 35px;
    line-height: 35px;
    background-color: #246289;
    border-radius: 6px;
    margin: 20px auto 25px;
    color: #ffffff;
}

.morePlus a:hover {
    background-color: #014568;
}

.morePlus span {
    font-family: Arial;
    width: 90px;
    text-align: center;
    font-size: 15px;
}

.morePlus b {
    width: 34px;
    text-align: center;
    font-size: 18px;
    background-color: #1f6c9c;
}

/*安全课堂*/
.safeClass {
    padding-top: 33px;
    width: 100%;
    height: 490px;
    background: url(../img/safe_bg.png) center no-repeat;
}

.safeTitle h3 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.safeTitle p {
    width: 30px;
    height: 5px;
    background-color: #ffffff;
    margin-top: 5px;
    margin-bottom: 25px;
}

.safeL a {
    display: block;
    width: 535px;
    height: 352px;
}

.play01 {
    top: 146px;
    left: 237px;
}

.safeM {
    margin: 0 15px;
}

.safeM a {
    display: block;
    width: 310px;
    height: 170px;
}

.safeM a + a {
    margin-top: 12px;
}

.safeM .play02 {
    top: 55px;
    left: 125px;
}

.safeR {
    width: 325px;
    background: url(../img/safe_bg1.png);
    height: auto;
}

.safeR a {
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.safeR a:hover{
    color:#aaaaaa;
    font-weight: bold;
}

.safeR em {
    width: 4px;
    height: 4px;
    background-color: #94a4ab;
    margin: 0 10px 0 0;
}

.safeR li + li {
    padding-top: 20px;
}

.safeR li {
    display: flex;
    align-items: center;
}

.safeR {
    padding: 15px;
}

.safeCon a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

/*江苏大学生*/
.footerList {
    background-color: #f9f9f9;
    padding: 45px 0 45px;
}

.footerList li {
    width: 284px;
    height: 78px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    line-height: 76px;
}

.footerList li + li {
    margin-left: 21px;
}

.footerList li div {
    width: 67px;
    height: 76px;
}

.footerList li div img {
    margin: 18px 0 0 19px;
}

.footerList li h3 {
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    border-left: 1px solid #eeeeee;
    margin-top: 28px;
    width: 215px;
    text-align: center;
}

.footerList li:hover h3,.friendShip li:hover span{
    color:#01669a;
    font-weight:bold;
}

/*友情链接*/
.friend{
    background: url(../img/map.png) top center no-repeat;
}
.friendShip {
    height: 130px;
    padding-top: 45px;
}

.friendShip > h3 {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 20px;
}

.friendShip li a {
    display: flex;
    align-items: center;
}

.friendShip > ul li + li {
    margin-left: 25px;
}

.friendShip li em {
    width: 4px;
    height: 4px;
    border: 1px solid #014568;
    border-radius: 2px;
    margin: 0 7px 0 0;
}

.friendShip li span {
    font-size: 15px;
    color: #666666;
}

.friendBox {
    width: 185px;
    height: 216px;
    background: url(../img/fr_bg.png);
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 25px 0 0 18px;
}

.friendBox li {
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
}

.slideGroup .sPrev,.slideGroup .sNext{z-index:10; position:absolute; right:28px; top:4px; display:block; width:18px; height:18px; border:1px solid #ddd; background:url(../img/left.png) center center no-repeat #9b9b9b; }
.slideGroup .sNext{ right:0; background:url(../img/right.png) center center no-repeat #9b9b9b;  }
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ background-color: #0f71bc;  }
#header .commonWidth div, #header .commonWidth p{display: inline !important}
.pic-img{width:535px;height:352px;}