/*背景图*/
.bgpicture{background-image: url("/static/image/bg.jpg")}

/*头部*/
.banner{width: 1200px;height:15%;margin: auto;}
.bannerimg{width: 100%;height: 100%;}

/*导航栏*/
.nav{width: 100%;min-height:0px;background: black;}
.navul{width: 1200px;margin: auto;}/*ul*/
.navli{display: inline-block;font-size: 16px;width: 96.9px;text-align: center;font-family: "宋体";}/*li*/
.navli a{color: white;line-height: 40px;display: block;}/*li链接*/
.navli a:hover{background: red;}/*li链接鼠标移动*/

/*轮播图*/
.slid{width: 1200px;height:300px;margin: auto;}
.slidimg{width: 1200px;height: 300px;}

.top{width: 1200px;max-height:320px;margin: auto;margin-top: 15px;overflow: hidden;}/*王进杰简介+作品展示*/
/*王进杰简介*/
.personal{width: 25%;max-height:310px;float: left;background: white;border-radius: 10px 10px;}
.title{width: 100%;height: 40px;float: left;border-bottom: 1px solid #e0dfe7;position: relative;}/*标题*/
.titletxt{line-height: 40px;color: #e60000;font-size: 18px;letter-spacing:2px;margin-left: 4%;font-family: "宋体";font-weight: bold;}
.more{position: absolute;right: 0;bottom: 0;font-size: 14px;margin-right: 3%;}
.more a:hover{color: blue;text-decoration: underline;}
.content{width: 96%;min-height: 0px;float: left;margin: 0% 2%;margin-top: 5px;}/*内容*/
.personimg{width: 100%;height:60%;}
.contentli{list-style-type: disc;list-style-position: inside;overflow: hidden;white-space:nowrap;text-overflow:ellipsis; -o-text-overflow:ellipsis;line-height: 27px;color: #cc564c;font-size: 14px;}
.contentli a{color: black;}
.contentli a:hover{color: blue;text-decoration: underline;}
/*作品展示*/
.workshow{width: 73%;max-height:310px;float: left;background: white;border-radius: 10px 10px;margin-left: 2%;}
.workshowtxt{width: 40%;min-height: 0px;float: left;}/*作品展示文字列表*/
.workshowpicture{width: 59%;min-height: 0px;float: left;margin-left: 1%}/*作品展示图片列表*/
.workshowimg{width: 31.3%;height:125px;float: left;position: relative;margin:0% 1% 2% 1%;} /*作品展示图片*/
.showimg{width: 100%;height: 100%;float: left;margin-top: 5px;}
.workshowtxt2{color:white;font-size: 12px;position: absolute;bottom: 0;left: 0;width: 100%;text-align: center;}/*作品展示文字*/

/*工作室动态*/
.dynamic{width: 25%;max-height:310px;float: left;background: white;border-radius: 10px 10px;}
/*学员作品*/
.studentshow{width: 73%;min-height: 0px;float: left;background: white;border-radius: 10px 10px;margin-left: 2%;}
.studentshowcontent{width: 98%;min-height: 0px;float: left;margin: 0px 1%;}/*学员作品内容*/
.studentshowpicture{width: 18%;height: 130px;float: left;position: relative;margin:4px 1%;}/*学员作品图片*/

/*底部*/
.pagefooter{width: 100%;height: 100px;background: url("/static/image/bottombg.jpg");margin-top: 15px;float: left;}
.footer{margin: auto;text-align: center;line-height: 15px;padding-top: 30px;}
.foottxt{color: white;font-size: 12px;font-family: "宋体"}
.foottxt span{margin-right: 30px;}
.foottxt span a{color: white;}