@charset "utf-8";
.slidebox{
    height: 443px;
    overflow: hidden;
    background:  no-repeat;
}
.slidebox li{
    position: absolute;
    top: 25px;
    left: 130px;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    background: #fbfbfb;
    box-shadow: 2px 2px 4px #e3e3e3,-2px 2px 4px #e3e3e3;
    animation: slideindown 1s;
}
.slidebox li a{
    display: block;
    height: 100%;
    color: #6c6c6c;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 10px;
    text-align: center;
    box-sizing: border-box;
}
.slidebox li i{
    display: inline-block;
    width: 32px;
    height: 43px;
    margin-bottom: 5px;
    background:  no-repeat 0 0;
}
.slidebox li a:hover{
    opacity: .6;
}
.slidebox li:nth-child(2){
    top: 155px;
    left: 0;
    background: #c8171e;
    animation: slideinleft 1s;
}
.slidebox li:nth-child(2) a{
    color: #fff;
}
.slidebox li:nth-child(2) i{
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
    background-position-x: -32px;
}
.slidebox li:nth-child(3){
    top: 155px;
    left: 130px;
    animation: zoomin 1s;
}
.slidebox li:nth-child(3) i{
    width: 37px;
    height: 41px;
    margin-bottom: 10px;
    background-position-x: -78px;
}
.slidebox li:nth-child(4){
    top: 155px;
    left: 260px;
    animation: slideindown 1s;
}
.slidebox li:nth-child(4) i{
    width: 39px;
    height: 37px;
    margin-bottom: 10px;
    background-position-x: -115px;
}
.slidebox li:nth-child(5){
    top: 155px;
    left: 390px;
    line-height: 90px;
    background: #f39700;
    animation: slideinright 1s;
}
.slidebox li:nth-child(5) span{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.slidebox li:nth-child(6){
    top: 285px;
    left: 130px;
    background: #f39700;
    animation: slideinup 1s;
}
.slidebox li:nth-child(6) a{
    color: #fff;
}
.slidebox li:nth-child(6) i{
    width: 44px;
    height: 39px;
    margin-bottom: 10px;
    background-position-x: -154px;
}

.section{
    position: relative;
    min-height: 500px;
    background: #fff;
}

.title{
    margin: 30px 0 10px;
    height: 43px;
    border-bottom: 2px solid #ba161c;
    overflow: hidden;
}
.title h3{
    font-size: 18px;
}
.title h3 a{
    position: relative;
    color: #000;
    padding-left: 40px;
}
.title h3 a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background:  no-repeat -239px 0;
}
.title h3 a:hover{
    color: #c8171e;
}
.title .rt{
    position: relative;
    margin-top: 8px;
    padding-left: 35px;
    height: 25px;
    line-height: 25px;
    color: #a4a4a4;
}
.title .rt:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    transition: .3s;
    background:  no-repeat -324px 0;
}
.title .rt:hover{
    color: #c6151d;
}
.title .rt:hover:before{
    background-position-y: -25px;
}

.side{
    float: left;
    width: 360px;
    margin-top: 30px;
}
.side .headline{
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #ba161c;
}
.side .headline h3{
    margin-left: 30px;
    font-size: 18px;
}
.side .headline i{
    float: right;
    width: 25px;
    height: 25px;
    margin: 10px 15px;
    background:  no-repeat -213px 0;
}
.side .info{
    padding: 20px 30px;
    line-height: 35px;
    background: #fceedb;
}
.side .suggestion{
    display: block;
    margin: 20px 0;
}
.side .suggestion:hover{
    opacity: .8;
}
.side .layout-first .info{
    padding-bottom: 35px;
}
.side .layout-second .info{
    padding-bottom: 32px;
}

.box{
    margin-left: 390px;
}

/*重要事项公开*/
.part-first .title h3 a:before{
    width: 30px;
    height: 27px;
    background-position-x: -263px;
}
.part-first ul{
  	height: 344px;
}
.part-first li{
    line-height: 38px;
    padding-bottom: 10px;
    margin: 10px 0;
    font-size: 16px;
    border-bottom: 1px dotted #cdcdcd;
}
.part-first li span{
    float: left;
    width: 98px;
    height: 38px;
    color: #f39700;
    padding-left: 42px;
    background:  no-repeat;
}
.part-first li p{
    margin-left: 165px;
    height: 38px;
}

/*信息公开事项清单*/
.part-second .title h3 a:before{
    width: 30px;
    height: 31px;
    background-position-x: -293px;
}
.part-second ul{
    margin: 0 -15px;
    overflow: hidden;
}
.part-second li{
    float: left;
    width: 110px;
    height: 110px;
    text-align: center;
    margin: 10px 15px;
    border: 2px solid #f39700;
    border-radius: 10px;
}
.part-second li a{
    position: relative;
    display: block;
    height: 100%;
    padding: 10px 0 15px;
    overflow: hidden;
    box-sizing: border-box;
}
.part-second li i{
    display: inline-block;
    width: 50px;
    height: 40px;
    background:  no-repeat -349px 0;
}
.part-second li p{
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    font-size: 16px;
    margin-top: 10px;
}
.part-second li:hover a{
    color: #fff;
    background: #f39700;
}
.part-second li:hover i{
    background-position-x: -399px;
    transition: .5s;
}
.part-second li:hover p{
    background-position-x: -399px;
    animation: slideinleft .5s;
}

.part-second li:nth-child(2) i{
    width: 46px;
    height: 37px;
    background-position-x: -449px;
}
.part-second li:nth-child(2):hover i{
    background-position-x: -495px;
}

.part-second li:nth-child(3) i{
    width: 42px;
    height: 46px;
    background-position-x: -541px;
}
.part-second li:nth-child(3):hover i{
    background-position-x: -583px;
}

.part-second li:nth-child(4) i{
    width: 36px;
    height: 36px;
    background-position-x: -624px;
}
.part-second li:nth-child(4):hover i{
    background-position-x: -660px;
}

.part-second li:nth-child(5) i{
    width: 44px;
    height: 44px;
    background-position-x: -696px;
}
.part-second li:nth-child(5):hover i{
    background-position-x: -740px;
}

.part-second li:nth-child(6) i{
    width: 39px;
    height: 32px;
    background-position-x: -784px;
}
.part-second li:nth-child(6):hover i{
    background-position-x: -823px;
}

.part-second li:nth-child(7) i{
    width: 43px;
    height: 43px;
    background-position-x: -862px;
}
.part-second li:nth-child(7):hover i{
    background-position-x: -905px;
}

.part-second li:nth-child(8) i{
    width: 43px;
    height: 43px;
    background-position-x: -948px;
}
.part-second li:nth-child(8):hover i{
    background-position-x: -987px;
}

.part-second li:nth-child(9) i{
    width: 40px;
    height: 40px;
    background-position-x: -1034px;
}
.part-second li:nth-child(9):hover i{
    background-position-x: -1074px;
}

.part-second li:nth-child(10) i{
    width: 44px;
    height: 42px;
    background-position-x: -1114px;
}
.part-second li:nth-child(10):hover i{
    background-position-x: -1158px;
}

.part-second li:nth-child(11) i{
    width: 39px;
    height: 38px;
    background-position-x: -1202px;
}
.part-second li:nth-child(11):hover i{
    background-position-x: -1241px;
}

.part-second li span{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: 34px;
    background: #f39700;
    border-radius: 50%;
}
.part-second li:hover span{
    background: #fff;
    animation: slideinup 1s;
}

/*友情链接*/
.link ul{
    margin-top: 20px;
    overflow: hidden;
}
.link ul li{
    float: left;
    font-size: 16px;
}
.link ul li span{
    margin: 0 20px;
}
.link ul li:last-child span{
    display: none;
}

/*详情页*/
.detail{
    margin: 20px 0;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.caption p span{
    color: #949494;
    margin: 0 5px;
}
.content{
    padding-top: 30px;
    min-height: 300px;
}

/*简介页*/
.profile{
    padding: 25px 0;
    min-height: 300px;
}

/*友情链接*/
.web_link li{
	border:#d2d2d2 1px solid;
    margin-right: 15px;
}
