@charset "utf-8";
/* CSS Document */

/* 首页 */

.module .title {
    margin: 60px 0 2px;
    height: 34px;
}

.module .title1 {
    background: url(../imgx/project.png) no-repeat center 0;
}

.module .title2 {
    background: url(../imgx/news.png) no-repeat center 0;
}

.module .title3 {
    background: url(../imgx/school.png) no-repeat center 0;
}

.module .title4 {
    background: url(../imgx/link.png) no-repeat center 0;
    margin-top: 0;
}


.project-box {
    min-height: 321px;
    padding: 28px 0 38px;
}

.project-end {
    min-height: 321px;
    padding: 28px 0 10px;
}

.bg-gray {
    background: #f8f8f8;
}

.project-bar {
    width: 1200px;
    margin: 0 auto;
}

.project-bar .bgkuang {
    width: 538px;
    height: 305px;
    background: url(../imgx/kuang.png) no-repeat center 0;
    padding: 8px;
    display: inline-block;

}

.project-lunbo-box {
    height: 304px;
    position: relative;
}

.project-lunbo-box dd {
    position: absolute;
}
.project-lunbo-box dd a{
cursor: default;
}
.project-lunbo-box dd img {
    width: 538px;
    height: 304px;
    display: inline-block;
   /* cursor: pointer;*/
}

.project-lunbo-box dt {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 6px;
    left: 0;
}

.project-lunbo-box dt .round-piece {
    width: 12px;
    height: 12px;
    background: #bdbdbd;
    margin: 0 2px;
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.project-lunbo-box dt .round-piece.slt {
    width: 12px;
    height: 12px;
    background: url(../imgx/ico3.png) no-repeat;
    margin: 0 2px;
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.project-bar .project-txt {
    width: 506px;
    line-height: 30px;
    display: inline-block;
padding:0px 36px;
}

.project-bar dd p {
    font-size: 18px;
    color: #333;
    /*text-indent: 2em;*/
    margin-top: 30px;
text-align: justify;
}

.news-box {
    margin-top: 30px;
    padding: 0 10px;
}

.news-box .lunbo-box {
    width: 390px;
    height: 230px;
    position: relative;
}

.news-box .lunbo-box dd {
    position: absolute;
    top: 0;
    left: 0;
}

.news-box .lunbo-box dd a{
cursor: default;
}

.lunbo-box dt {
    width: 100%;
    height: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6px;
}

.lunbo-box dt .round-piece {
    width: 12px;
    height: 12px;
    background: #bdbdbd;
    margin: 0 2px;
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.lunbo-box dt .round-piece.slt {
    width: 12px;
    height: 12px;
    background: url(../imgx/ico3.png) no-repeat;
    margin: 0 2px;
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.news-img {
    width: 390px;
    height: 220px;
    float: left;
    margin-top: 14px;
}

.news-list {
    float: right;
}

.news-list li {
    width: 756px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border-top: 1px dotted #dadada;
}

.news-list li a {
    font-size: 16px;
    color: #565656;
    font-family: "宋体";
    height: 49px;
    line-height: 49px;
    padding-left: 26px;
}

.news-list li a:hover {
    text-decoration: underline;
}

.list-ico {
    width: 5px;
    height: 5px;
    background: #3067ac;
    display: inline-block;
    position: absolute;
    top: 21px;
    left: 6px;
}

.school-box {
    width: 1176px;
    height: 580px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.school-move {
    position: absolute;
    top: 0;
    left: -8px;
}

.school-list {
    width: 1200px;
    float: left;
}

.school-list li {
    width: 380px;
    display: inline-block;
    margin: 0 8px;
}

.img-link {
    margin: 20px 0 0px;
    display: inline-block;
text-align: center;
}

.img-link img {
    width: 356px;
    height: 200px;
    border: 10px solid #f4f4f4;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.arrow {
    width: 36px;
    height: 111px;
    position: absolute;
    top: 260px;
    cursor: pointer;
    display: none;
}

.arrow-l {
    background: url(../imgx/arrow-l.png);
    left: 0;
}

.arrow-r {
    background: url(../imgx/arrow-r.png);
    right: 0;
}

.lunbo-btn {
    text-align: center;
    height: 12px;
    padding: 14px 0;
}

.lunbo-btn li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    display: inline-block;
    background: #bdbdbd;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    cursor: pointer;
}

.lunbo-btn li.slt {
    /* width: 51px; */
    background: #0182d8;
}

.link-box {
    margin-top: 40px;
    padding: 50px 0 0;
}

.link-list {
    margin-top: 44px;
    text-align: center;
}

.link-list li {
    margin: 0 10px;
    display: inline-block;
    border: 1px solid #c9c9c9;
}

.link-list li img {
    width: 216px;
    height: 88px;
    display: inline-block;
}


/* 新闻页 */

.path-bar {
    height: 50px;
    line-height: 50px;
    background: url(../imgx/ico1.png) 0 18px no-repeat;
    margin: 24px 0 0;
    padding-left: 26px;
    border-bottom: 1px solid #ddd;
}

.path-bar li {
    font-size: 16px;
    display: inline-block;
    margin: 0 2px;
}

.path-bar li a:hover {
    text-decoration: underline;
}

.news-page-list {}

.news-page-list .ico {
    width: 7px;
    height: 7px;
    background: #3067ac;
    display: inline-block;
    position: absolute;
    top: 31px;
    left: 0px;
}

.news-page-list li {
    padding: 16px 26px;
    border-top: 1px dotted #ddd;
    position: relative;
}

.news-page-list li .news-title {
    width: 1050px;
    display: inline-block;
}

.news-page-list li .news-title a {
    width: 970px;
    font-size: 16px;
    line-height: 36px;
    color: #2b2b2b;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-page-list li .news-title a:hover {
    text-decoration: underline;
}

.news-page-list li .news-date {
    width: 94px;
    line-height: 36px;
    font-size: 16px;
    color: #2b2b2b;
    display: inline-block;
    float: right;
}

.news-page-list li .news-jj {
    width: 720px;
    line-height: 24px;
    font-size: 14px;
    color: #565656;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-num {
    text-align: center;
    font-size: 16px;
    margin: 30px 0 100px;
}

.page-num .page-txt {
    margin: 0 4px;
}

.page-num .page-link {}

.page-num .page-link:hover {
    text-decoration: underline;
}

/* 作品展示页 */

.zuopin-banner {
    width: 1200px;
    height: 220px;
    background: url("../imgx/banner1.jpg") no-repeat;
    margin: 60px auto 20px;
    position: relative;
}

.xiala-box {
    width: 130px;
    background: #fff;
    border: 1px solid #7dcaf1;
    overflow: hidden;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    top: 170px;
    right: 20px;
    z-index: 80;
}

.xiala-box dt {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "宋体";
    background: url(../imgx/ico2.png) no-repeat 91px 13px;
    color: #545454;
    padding-left: 26px;
    cursor: pointer;
}

.xiala-box dd {
    width: 130px;
    cursor: pointer;
    display: none;
    /*     
    position: absolute;
    top: 26px;
    left: -1px;
    border: 1px solid #7dcaf1;
    border-top: none;
    border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px; */

}

.xiala-box dd p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: "宋体";
    color: #545454;
}

.xiala-box dd p:hover {
    background: #b4e3f8;
}

.zuopin-box {}

.zuopin-title {
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    color: #333;
    margin: 0px 24px 0;
}

.zuopin-title .ico {
    width: 5px;
    height: 14px;
    background: #0182d8;
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: 10px;
}

.zuopin-list {}

.zuopin-list li {
    margin: 0 22px;
    float: left;
    margin-bottom: 30px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.zuopin-list li img {
    width: 356px;
    height: 200px;
    border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}

.zuopin-xq {
    padding-bottom: 16px;
}

.zuopin-xq dt {
    width: 330px;
    height: 44px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    font-family: "宋体";
    font-weight: bold;
    margin: 16px 13px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zuopin-xq dd {
    width: 330px;
    line-height: 22px;
    font-size: 14px;
    color: #787878;
    font-family: "宋体";
    padding: 0px 13px;
}

.zuopin-list li:hover {
    background: #f8f8f8;
    -moz-box-shadow: 0px 2px 10px #ccc;
    -webkit-box-shadow: 0px 2px 10px #ccc;
    box-shadow: 0px 2px 10px #ccc;
}

.zuopin-list li:hover .zuopin-xq dt {
    color: #0182d8;
}

/* .more-bar {
    height: 50px;
    border-top: 1px dotted #eceef0;
    position: relative;
}

.more-bar .more-btn {
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: '宋体';
    text-align: center;
    background: #eceef0;
    display: inline-block;
    position: absolute;
    top: -25px;
    left: 560px;
    border: 10px solid #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;

} */


/* 新闻详情页 */

.newspage-title {
    width: 950px;
    font-size: 24px;
    line-height: 48px;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}

.pdf-box {
padding:40px 30px;
    border-top: 1px dotted #cfcfcf;
}

.pdf-box img {
    width: 943px;
    height: 1333px;
    margin: 50px auto 0;
    display: block;
}

.pdf-box p{
font-size:16px;
font-family: '微软雅黑';
line-height:36px;
text-indent: 2em;
}

.news-date {
    text-align: center;
    padding: 0 26px;
}

.news-date .date {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #8a8a8a;
}

.news-date .date a {
    color: #8a8a8a;
}

.fujian-list {
    width: 600px;
    padding: 56px 26px;
}

.fujian-list dt {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
}

.fujian-list dd {
    width: 274px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
}

.fujian-list dd a {
    font-size: 16px;
}

.fujian-list dd a:hover {
    color: #0182d8;
    text-decoration: underline;
}

/* 视频详情页 */
.video-title {
    width: 770px;
    line-height: 32px;
    background: #fff;
    font-size: 24px;
    color: #333;
    margin: 50px 0 0px;
    padding: 26px 404px 20px 26px;
    border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

.module-video {}

.video-box {
    width: 830px;
    height: 490px;
    float: left;
}

.video-list {
    width: 310px;
    height: 490px;
    padding: 0 30px;
    float: right;
    overflow-y: auto;
}

.video-list li {
    width: 290px;
    margin: 10px 0;

}

.video-list li a img {
    width: 290px;
    height: 174px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}

.video-list li a .video-list-title {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    padding-left: 8px;
    display: block;
}

.video-list li a:hover img {
    border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;

    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}

.video-list li a:hover .video-list-title,.video-list li.slt .video-list-title {
    color: #0062ad;
    background: #fff;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    /*阴影*/
    -moz-box-shadow: 0px 1px 3px #ccc;
    -webkit-box-shadow: 0px 1px 3px #ccc;
    box-shadow: 0px 1px 3px #aaa;

}

.video-xiangqing {
    background: #fff;
    padding: 20px 0;
    border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;

}

.video-xiangqing dt {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    background: #0182d8;
    padding: 0 10px;
    margin-left: 22px;
    display: inline-block;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.video-xiangqing dd {
    font-size: 14px;
    color: #666;
    margin: 0 22px 0 6px;
    display: inline-block;
}

.change-bar {
    background: #fff;
    margin-top: 20px;
    padding: 0 26px;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

.change-bar li {
    height: 47px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    border-bottom: 3px solid #fff;
    padding: 0 6px;
    margin-right: 42px;
    display: inline-block;
    cursor: pointer;
}

.change-bar li.slt {
    color: #0182d8;
    border-bottom: 3px solid #0182d8;
}

.change-page {
    width: 100%;
    max-height: 990px;
    position: relative;
    margin-bottom: 50px;
}

.change-page li {
   /* text-align:center;*/
    width: 100%;
    
    max-height: 680px;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
overflow: hidden; 
}
.change-page li p img{
width:1160px;
}
.school-list-title{
width: 200px;
height: 40px;
line-height: 40px;
font-size: 16px;
font-weight: bold;
text-align: center;
font-family: "宋体";
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
