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

/*head width:1400px*/
div.top span.jianfan{margin-left:calc(50% - 700px)}
div.top span.time{text-align:right; margin-right:calc(50% - 700px)}
div.logo{width:700px; margin-left:calc(50% - 700px)}
div.login_mini{width:700px; margin-right:calc(50% - 700px)}
div.login_mini ul{margin-left:calc(50% + 140px)}

/*menu*/
div.menu{width:1400px}
/*菜单"+"表示下一个选择器*/
.header{width:1400px}
.menu{width:1400px}
.nav > li > a{width:140px}

div.weizhi{width:calc(1400px - 20px); background:#fff; padding:5px 10px 0 10px}

div.list{width:1400px; background:none; margin:20px auto 0 auto; overflow:hidden}
div.list ul{overflow:hidden}
div.list li{width:264px; height:488px; background:#fff; border-radius:7px; overflow:hidden; float:left; position:relative}
div.list li > div.img{width:264px; height:393px; background:#eee; border-radius:7px 7px 0 0; overflow:hidden; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; position:absolute}
div.list li > div img{width:100%; height:auto; max-width:100%; max-height:auto; -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); position:absolute; left:50%; top:50%}
div.list li > div.text{background:#fff; overflow:hidden; position:absolute; left:0; bottom:10px}
div.list li > div.text p{width:calc(100% - 20px); min-height:35px; line-height:35px; background:none; margin:0 auto}
div.list li > div.text p.title{max-height:50px; line-height:25px; font-size:18px; font-weight:bold; padding-top:5px; overflow:hidden}
div.list li > div.text p.des{height:50px; line-height:25px; font-size:14px; text-indent:2em; transition:0.5s}
div.list li:hover div.text p.des{height:250px; transition:0.5s}

div.pages{background:#fff}