@charset "utf-8";
/* CSS Document */
body{background:url(../images/koushu_bg.jpg) no-repeat center 40px #e1e1e1}

div.head{height:40px}
div.logo,div.login{display:none}

/*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); display:none}
div.login_mini ul{margin-left:calc(50% + 140px)}
div.search{display:none}

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

div.list{width:1400px; margin:412px auto 0 auto; overflow:hidden}
div.list ul.koushu{overflow:hidden}
div.list ul.koushu li{width:100%; height:480px; background:rgba(255,255,255,0.95); margin-top:25px; border-radius:7px; overflow:hidden; position:relative}
div.list  ul.koushu li > div.pic{width:650px; height:430px; background:#f2f6f8; border-radius:7px; margin:25px 0 0 25px; overflow:hidden; position:relative; 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;}
div.list ul.koushu img{width:auto; height:100%; max-width:auto; max-height:100%; -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.koushu{width:calc(100% - 725px); min-height:370px; background:rgba(219,219,219,0.75); border-radius:7px;; position:absolute; right:25px; top:55px}
div.koushu p{width:calc(100% - 30px); margin:0 auto}
div.koushu p.title{max-height:135px; line-height:45px; font-size:30px; font-weight:bold; margin-top:15px}
div.koushu p.des{color:#7C7C7C; line-height:30px; font-size:18px; text-indent:2em}
div.koushu a{color:#CC0000}
div.koushu i{width: 0px; height: 0px; border: 15px solid #000; border-top-color:transparent; border-bottom-color:transparent; border-left-color:transparent; border-right-color:rgba(219,219,219,0.75); position:absolute; left:-30px; top:37px}