body { background-color: #eee; font-family:"Microsoft YaHei",΢ÈíÑźÚ,"MicrosoftJhengHei",»ªÎÄϸºÚ,STHeiti,MingLiu; font-weight: 400; font-size: 14px; color: #fff; -webkit-font-smoothing: antialiased; -webkit-overflow-scrolling: touch; width: 100%; max-width: 100%; } a { word-wrap: break-word; -webkit-transition: color .1s ease-in,background .1s ease-in; -moz-transition: color .1s ease-in,background .1s ease-in; -ms-transition: color .1s ease-in,background .1s ease-in; -o-transition: color .1s ease-in,background .1s ease-in; transition: color .1s ease-in,background .1s ease-in } a:visited { color: #1b6dba } a:hover,a:focus { color: #1b6dba; text-decoration: none; outline: 0 } a:before,a:after { -webkit-transition: color .1s ease-in,background .1s ease-in; -moz-transition: color .1s ease-in,background .1s ease-in; -ms-transition: color .1s ease-in,background .1s ease-in; -o-transition: color .1s ease-in,background .1s ease-in; transition: color .1s ease-in,background .1s ease-in } ul { margin: 0; padding: 0; list-style: none; } p{ margin: 0; padding: 0; } .nav-block { width: 100%; background-color: #fff; } .nav-container { margin: 0 auto; display: flex; width: 82%; } .nav-container .nav-list { margin: 0; padding: 0; display: flex; align-items: center; width: 100%; } .nav-list .nav-item{ display: inline-block; width: 12%; text-align: center; height: 78px; line-height:78px; position: relative; } .nav-list .nav-item > a{ font-size:18px; display: flex; justify-content: center; align-items: center; color: #015510; font-family:"Microsoft YaHei",΢ÈíÑźÚ,"MicrosoftJhengHei",»ªÎÄϸºÚ,STHeiti,MingLiu; } .nav-list .nav-item:hover:after{ content: ""; display: block; width: 100%; height: 2px; background-color: #015510; position: absolute; bottom: 0; left: 0; right: 0; } .sub-nav-list { display: none; position: absolute; left: 0; right: 0; top: 78px; background-color: #fff; z-index: 9999; box-shadow: 0 2px 2px #eee; } .sub-nav-item{ height: 42px; line-height: 42px; border-top: 1px solid #015510; color: #015510; } .sub-nav-item > a{ color: #015510; display: block; width: 100%; height: 100%; } .sub-nav-item:hover a{ background-color: #015510; color: #fff; } .nav-list-icon{ width: 100px; height: 78px; max-height: 78px; background: url(../../images/pagesicon/nav-list-icon.png) no-repeat; background-size: 100% 100%; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; -ms-background-size: 100% 100%; background-position: center center; margin-right: 60px; } .middle-wrapper{ margin: 50px 0 100px; color: #000; } .top-block { display: flex; height: 396px; width: 75.7%; margin: 0 auto; } .top-left-news { height: 100%; width: 72%; background: url(../../images/pagesicon/newsbg.png) no-repeat; background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; -ms-background-size: contain; background-position: left; background-color: #fff; border-top: 36px solid #eee; position: relative; } .top-left-news .block-title { width: 200px; height: 214px; border: 1px solid #015510; color: #015510; font-size: 20px; position: absolute; background-color: #fff; left: 15px; top: -36px; padding: 68px 30px; } .top-left-news .news-block { width: 75%; float: right; display: flex; } .top-left-news .img-wrapper { width: auto; max-width: 282px; height: 270px; margin-top: 50px; background-color: #fff; border: 6px solid #fff; box-shadow: 0 0 10px 3px #eee; } .top-left-news .img-wrapper img{ height: 100%; width: 100%; object-fit: cover; } .top-left-news .content-wrapper { width: 100%; padding: 20px 40px; } #news-list { list-style: disc; padding-left: 16px; color: #676767; margin: 15px auto; } #news-list .news-item{ line-height: 25px; } #news-list .news-item a{ color: #676767; display: inline-block; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; } .top-left-news .content-wrapper .sub-title { height: 40px; line-height: 40px; } .top-left-news .content-wrapper .first-news { border-bottom: 1px solid #ccc; padding-bottom: 15px; } .top-left-news .content-wrapper .first-news h3 { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; height: 16px; line-height: 16px; font-size: 16px; color: #3a3a3a; font-weight: bold; } .top-left-news .content-wrapper .first-news .date { color: #015510; font-weight: bold; } .top-left-news .content-wrapper .first-news .describle { font-size: 12px; color: #676767; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; line-height: 20px; margin: 15px auto; } .top-right-exchange { background-color: #fff; height: 100%; width: 28%; margin-left: 10px; } .top-right-exchange .block-title { height: 80px; width: 100%; background-color: #015510; background: url(../../images/pagesicon/exchangebg.png) no-repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; background-position: center center; background-color: #015510; color: #fff; display: flex; justify-content: center; align-items: center; } .top-right-exchange .block-title p{ margin: 0; padding: 0 15px; } #exchange-list { padding: 10px 15px; overflow: hidden; } #exchange-list .exchange-item{ display: flex; align-items: center; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin: 20px 15px; } #exchange-list .date-box{ width: 60px; height: 60px; background-color: #015510; color: #fff; text-align: center; } #exchange-list .content { padding-left: 15px; width: 280px; max-width: 280px; } #exchange-list .content .p1 { font-size: 16px; font-weight:bold; color: #3a3a3a; margin-bottom: 4px; line-height: 20px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; } #exchange-list .content .p2 { font-size: 12px; color: #676767; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; } .bottom-block { height: 260px; width: 75.7%; background: url(../../images/pagesicon/researchbg.png) no-repeat; background-size: auto; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; -ms-background-size: auto; background-position: right; background-color: #fff; margin: 10px auto 0; border-left: 38px solid #eee; position: relative; } .bottom-block .block-title { width: 255px; height: 194px; background-color: #fff; color: #015510; border: 1px solid #015510; position: absolute; top: 20px; left: -38px; padding: 50px 30px; } .bottom-block .research-list { width: calc(100% - 217px); float: right; display: flex; margin: 10px auto; padding: 0 15px; overflow: auto; scroll-behavior: auto; } .bottom-block .research-item { width: auto; height: 200px; max-height: 200px; min-width: 150px; text-align: center; position: relative; padding: 10px; margin: 15px; background-color: #fff; } .bottom-block .research-item img { width: auto; height: 200px; max-height: 100%; max-width: 100%; box-shadow: 0 0px 3px 2px #e5e3e3; } .bottom-block .research-item p { position: absolute; background-color: rgba(1, 85, 16, .7); color: #fff; padding: 10px 15px; height: 70px; left: 0; right: 0; bottom: 0; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; line-height: 28px; } .partner-box { position: relative; } .partner-box .friend-links{ background-color: #015510; position: absolute; left: 0; bottom:0; width: 300px; height: 60px; font-size: 18px; color: #fff; text-align: center; z-index: 1; padding: 5px; } .partner-box .outerbox { background: url(../../images/pagesicon/partnerbg.png) no-repeat; background-size: 100% 100%; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; -ms-background-size: 100% 100%; background-position: center center; width: 86%; position: relative; right: 0; left: 14%; background-color: #fff; padding: 0 157px; height: 90px; } .partner-box .outerbox .partner-info { display: inline-block; height: auto; width: 13%; float: left; margin: 16px 4px; } .partner-box .partner-info img { max-width: 100%; border: 1px solid #ccc; } .partner-box .partner-info img:hover { border: 1px solid #015510; }