/*统一标题*/
.sz_title {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.sz_title h1 {
    float: left;
    font-size: 24px;
    color: #333;
}

.sz_title .more {
    float: right;
}

.sz_title .more a {
    font-size: 12px;
    color: #333333;
}

/*图片新闻*/
.part1 {
    margin-top: 30px;
}

/*焦点图*/
.game163 {
    position: relative;
    overflow: hidden;
    width: 556px;
    height: 384px;
    float: left;
    margin-top: 30px;
}

.game163 .bigImg {
    height: 384px;
    position: relative;
}

.game163 .bigImg li img {
    vertical-align: middle;
    width: 556px;
    height: 386px;
}

.game163 .bigImg h4 {
    font-size: 16px;
    color: #ffffff;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    text-align: left;
    background: url(../img/foucs_bg.png) center center repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.game163 .bigImg h4 a {
    color: #ffffff;
    padding-left: 15px;
}

.game163 .pageState {
    position: absolute;
    bottom: 20px;
    right: 15px;
    color: #ffffff;
    font-size: 20px;
}

.game163 .pageState span {
    color: #ffffff;
    font-size: 20px;
}

.part1 .xwdt {
    float: left;
    margin-left: 30px;
    width: 813px;
}

.xwdt .xwdt_top {
    height: 90px;
    border-bottom: 1px #1093a1 solid;
    overflow: hidden;
    margin-top: 30px;
}

.xwdt .xwdt_top .time {
    float: left;
    width: 60px;
    height: 90px;
    background: #1093a1;
    text-align: center;
    color: #ffffff;
    margin-right: 16px;
}

.xwdt .xwdt_top .time .day {
    font-size: 24px;
    margin-top: 15px;
}

.xwdt .xwdt_top .time .yue {
    font-size: 15px;
}

.xwdt .xwdt_top .time hr {
    width: 50px;
    height: 1px;
    border: 0;
    background: #ffffff;
    margin: 10px auto;
    display: block;
}

.xwdt .xwdt_top .text {

}

.xwdt .xwdt_top .text h1 {
    font-size: 18px;
    color: #15569d;
}

.xwdt .xwdt_top .text h1 a {
    color: #15569d;
    font-size: 18px;
}

.xwdt .xwdt_top .text p {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    margin-top: 15px;
}

.xwdt ul {

}

.xwdt ul li {
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px #cacaca dashed;
    margin: 8px 0;
}

.xwdt ul li a,
.xwdt ul li span {
    font-size: 15px;
    color: #333333;
}

.xwdt ul li span {
    float: right;
}

.xwdt ul li a:hover {
    color: #0c427e;
}

/*创科通知*/
.part2 {
    margin-top: 30px;
}

.part2 .kctz {
    float: left;
    width: 1031px;
}

.kctz .kctz_foucs {
    width: 362px;
    float: left;
    height: 290px;
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 7.76px 0.24px rgba(0, 0, 0, 0.26);
    margin-top: 20px;
}

.kctz .kctz_foucs .img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.kctz .kctz_foucs .img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.kctz .kctz_foucs .img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.kctz .kctz_foucs span {
    position: absolute;
    top: 150px;
    left: 25px;
    width: 55px;
    height: 45px;
    background: #1093a1;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    z-index: 3;
    padding-top: 10px;
}

.kctz .kctz_foucs span i {
    font-size: 12px;
}

.kctz .kctz_foucs .text {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 10px;
}

.kctz .kctz_foucs .text a {
    font-size: 15px;
    color: #333333;
}

.kctz .kctz_foucs .text p {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    margin-top: 10px;
}

.kctz .kctz_foucs .text a:hover {
    color: #1093a1;
}

.kctz ul {
    float: right;
    width: 616px;
    margin-top: 20px;
}

.kctz ul li {
    background: #f0eeef;
    border-left: 7px #f0eeef solid;
    line-height: 56px;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 20px;
}

.kctz ul li a,
.kctz ul li span {
    font-size: 15px;
    color: #333333;
}

.kctz ul li span {
    float: right;
}

.kctz ul li:hover {
    border-left: 7px #1093a1 solid;
    transition: 0.5s;

}

.kctz ul li:hover a,
.kctz ul li:hover span {
    color: #1093a1;
}

/*中心服务*/
.part2 .zxfw {
    width: 308px;
    float: right;
}

.zxfw ul {
    background: #1093a1;
    padding: 15px 0;
    margin-top: 20px;
}

.zxfw ul li {
    padding:10px 0;
}

.zxfw ul li a {
    display: block;
    margin: 0 20px;
    padding: 14px 0;
    border: 1px #ffffff solid;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    transition: 0.5s;
}

.zxfw ul li.zxfw1 a {
    background: url(../img/fw_icon1.png) 20px center no-repeat;
}

.zxfw ul li.zxfw2 a {
    background: url(../img/fw_icon2.png) 20px center no-repeat;
}

.zxfw ul li.zxfw3 a {
    background: url(../img/fw_icon3.png) 20px center no-repeat;
}

.zxfw ul li.zxfw4 a {
    background: url(../img/fw_icon4.png) 20px center no-repeat;
}

.zxfw ul li.zxfw5 a {
    background: url(../img/fw_icon5.png) 20px center no-repeat;
}

.zxfw ul li.zxfw6 a {
    background: url(../img/fw_icon6.png) 20px center no-repeat;
}

.zxfw ul li.zxfw1:hover a {
    background: #ffffff url(../img/fw_icon1_hover.png) 20px center no-repeat;
}

.zxfw ul li.zxfw2:hover a {
    background: #ffffff url(../img/fw_icon2_hover.png) 20px center no-repeat;
}

.zxfw ul li.zxfw3:hover a {
    background: #ffffff url(../img/fw_icon3_hover.png) 20px center no-repeat;
}

.zxfw ul li.zxfw4:hover a {
    background: #ffffff url(../img/fw_icon4_hover.png) 20px center no-repeat;
}

.zxfw ul li.zxfw5:hover a {
    background: #ffffff url(../img/fw_icon5_hover.png) 20px center no-repeat;
}

.zxfw ul li.zxfw6:hover a {
    background: #ffffff url(../img/fw_icon6_hover.png) 20px center no-repeat;
}

.zxfw ul li span {
    margin-left: 70px;
}

.zxfw ul li:hover a {
    color: #15569d;
}

/*中心风采*/
.part3 {
    background: url(../img/fc_bg.png) center center no-repeat;
    background-size: cover;
    height: 420px;
    overflow: hidden;
    margin-top: 30px;
}

.part3 .zxfc .sz_title {
    border-bottom: 5px #1093a1 solid;
    margin-top: 30px;
}

.ladyScroll {
    height: 216px;
    margin: 40px auto 0 ;
    position: relative;
}
.ladyScroll .scrollWrap {
    width: 1416px;
    margin-left: -13px;
    /*padding-top: 15px;*/
    overflow: hidden;
    position: absolute;
}

.ladyScroll dl {
    float: left;
    width: 280px;
    text-align: center;
    position: relative;
    margin: 0 13px;
}
.ladyScroll span {
    display: block;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../img/fc_bg1.png") center center repeat;
    z-index: 2;
}
.ladyScroll i{
    display: none;
    width: 31px;
    height:31px;
    position: absolute;
    left: 50%;
    margin-left: -15.5px;
    bottom: 70px;
    background: url("../img/jh.png") center center repeat;
    z-index: 3;
}
.ladyScroll dt {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.ladyScroll img {
    display: block;
    width: 100%;
    height: 216px;
}

.ladyScroll dd {
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.ladyScroll dl a {
    color: #fff;
    font-size: 15px;
}

.ladyScroll dl a:hover {
    text-decoration: none;

}
.ladyScroll dd:hover{
    color: #fff;
    font-weight: bold;
}
.ladyScroll dl:hover dd{
    left: 0;
    top: 60px;
    transition: 0.7s;
}
.ladyScroll dl:hover span {
    background: url("../img/fc_bg1.png") center center repeat;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 3;
    transition: 0.6s;
}
.ladyScroll dl:hover i{
    display: block;
}
/*友情链接*/
.part4{
    background: #e5e6e7;
}
.part4 .link{
    height: 60px;
    line-height: 60px;
}
.part4 .link h1{
    float: left;
    font-size: 24px;
    color: #333333;
}
.part4 .link ul li{
    float: left;
    margin: 0 25px;
}
.part4 .link ul li a{
    font-size: 15px;
    color: #333333;
}
.part4 .link ul li a:hover{
    color: #054080;
}
/*页脚*/
.footer{
    background: #054080 url(../img/foot_bg.png) center center no-repeat;
}
.foot{
    background: url(../img/foot_logo.png) center center no-repeat;
    height: 225px;
}
.foot .copy{
    float: left;
    margin-top: 36px;
}
.foot .copy p{
    font-size: 12px;
    color: #ffffff;
    padding-left: 34px;
    height: 21px;
    line-height: 21px;
    margin:15px 0;
}
.foot .copy p.p1{
    background: url(../img/dh.png) left center no-repeat;
}
.foot .copy p.p2{
    background: url(../img/yx.png) left center no-repeat;
}
.foot .copy p.p3{
    background: url(../img/dz.png) left center no-repeat;
}
.foot .copy p.p4{
    background: url(../img/yb.png) left center no-repeat;
}
.foot img{
    float: right;
    display: block;
    margin-top: 40px;
    width:130px;
}
/*列表页*/
.ziban {
    display: block;
    width: 100%;
    height: 350px;
    margin: 0 auto;
}
.box-zt {
    min-height: 600px;
    margin: 30px auto;
    /*background: rgba(255,255,255,0.8);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8ffffff,endcolorstr=#c8ffffff);*/
    /*box-shadow: 0px 2px 8px 0px rgba(212, 211, 211, 0.58);*/
}
/*列表页左侧*/
.menu_left {
    float: left;
    width: 240px;
}

.menu_left dl {
    background: #f5f5f5;
    padding-bottom: 10px;
}

.menu_left dl dt {
    background: #15569d;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}

.menu_left dl dt img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 16px;
    height: 50px;
}

.menu_left dl dd {
    text-align: center;
    height: 50px;
    border-bottom: 1px #ebebeb solid;
    line-height: 50px;
}

.menu_left dl dd:last-child {
    /*border-bottom:none;*/
}

.menu_left dl dd a {
    display: block;
    font-size: 15px;
    color: #333333;
}

.menu_left dl dd a:hover {
    color: #15569d;
    font-weight: bold;
    background: #e8e8e8;
    border-left: 2px solid #ffa800;
}

.menu_left dl dd a.on {
    color: #15569d;
    font-weight: bold;
    background: #e8e8e8;
    border-left: 2px solid #ffa800;
}

/*列表页右侧*/
.box-zt-right {
    float: right;
    width: 1117px;
}

.box-zt-right .place {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #cccccc solid;
}

.box-zt-right .place .place-bt {
    font-size: 22px;
    float: left;
}

.box-zt-right .place .place_r {
    float: right;
}

.box-zt-right .place .place_r span {
    background: url(../img/place.png) left center no-repeat;
    padding-left: 20px;
    line-height: 38px;
}

.box-zt-right .place .place_r a {
    font-size: 13px;
    color: #333333;
    padding: 0 5px;
}

.box-zt-right .place .place_r a:hover {
    color: #15569d;
}

.box-zt-right .list_box {
    margin-top: 10px;
}

.box-zt-right .list_box li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
}

.box-zt-right .list_box li em {
    float: right;
    font-size: 14px;
    color: #666;
}

.box-zt-right .list_box li a {
    display: block;
}

.box-zt-right .list_box li a:hover {
    color: #15569d;
    font-weight: bold;
}

/*内容页*/
.box-zt-right .main_content {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 2.0;
}

.box-zt-right .main_content .title {
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 1.7;
    margin-top: 30px;
    height: auto;
    border: 0;
    font-weight: bold;
}

.box-zt-right .main_content .Subtitle {
    text-align: center;
    font-size: 12px;
    color: #333333;
    line-height: 2.5;
    background: #f5f5f5;
    margin-top: 10px;
}

.box-zt-right .main_content .dpzw {
    font-size: 14px;
    color: #333333;
    line-height: 2.5;
    margin-top: 15px;
    border-bottom: 1px #cccccc dashed;
    padding-bottom: 30px;
}

.box-zt-right .main_content .dpzw p {
    
}

.box-zt-right .main_content .page_box {
    margin-top: 20px;
}

.box-zt-right .main_content .page_box a {
    color: #666;
    line-height: 20px;
}

.box-zt-right .main_content .page_box a:hover {
    color: #15569d;
}

/*图片列表页*/
.pic_list ul {
    padding: 10px 0;
}

.pic_list ul li {
    float: left;
    width: 50%;height: 175px;
}

.pic_list ul li a {
    display: block;
    padding: 10px 15px;
}

.pic_list ul li a:hover {
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(212, 211, 211, 0.58);height: 150px;
}

.pic_list ul li a img {
    width: 100%;
    height: 150px;
    display: block;
}

.pic_list ul li p {
    text-align: left;
    line-height: 30px;
}

.pic_list ul li a:hover p {
    font-weight: bold;
    color: #15569d;
}