.content { margin-bottom: 60px; } .banner{position:relative;} .bannertext{background: rgba(27,99,149,0.8); width: 700px;height: 100%;position: absolute;top: 0;right: 1400px;color: #fff;} .bannertext .title{font-size: 60px;font-weight: 600; margin: 60px 0 0 150px;border-bottom: 2px solid #D8AD5D;padding-bottom: 10px; width: 300px; text-align: center;} .bannertext .en{margin-right: 250px;float: right;font-size: 30px;font-weight: 600;} /* 左侧导航 */ .left_nav { /**width: 215px;**/width: 175px; padding: 15px 0 0px 30px; background: #3371ae; /**padding: 30px 0 30px 30px;margin-top: -80px; position: relative;**/position: fixed;top: 34%; } .left_nav .tit { margin-bottom: 10px; } .left_nav .tit .CN { font-size: 30px; color: #fff; font-weight: bold; margin-bottom: 40px; } .left_nav .tit .EN { font-size: 45px; color: #fff; opacity: 0.1; height: 45px; line-height: 45px; } .left_nav_list li { line-height: 20px; height: 20px; margin-bottom: 30px; } .left_nav_list li a { font-size: 14px; color: #fff; display: block; } .left_nav_list li.on, .left_nav_list li:hover { border-left: 3px solid #fff; } .left_nav_list li.on a, .left_nav_list li:hover a { padding-left: 15px; font-size: 18px; } /* 右侧内容 */ .content_right { width: 1200px; margin-top: 40px; } .cpList li { width: 1120px;margin-bottom: 45px;background: #fff; height: 340px;padding: 40px;} .cpList li .img { max-width: 475px; max-height: 345px; overflow: hidden; text-align: center; border: 1px solid #D7D3D4;} .cpList li .imgfr{float:right;margin-left:60px;} .cpList li .imgfl{float:left;margin-right:60px;} .cpList li .img img { width: 100%; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: transform 300ms; -moz-transition: transform 300ms; -ms-transition: transform 300ms; -o-transition: transform 300ms; transition: transform 300ms; } .cpList li .tit { font-size: 24px; color: #333; margin-bottom: 25px; } .cpList li .smy, .cpList li .smy * { font-size: 16px; line-height: 40px; margin-top: 10px; color: #555; text-align: justify; } .cpList li:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }