@charset "utf-8"; @import url("english_reset.css"); @import url("footer.css"); body{ font-family: Arial; } .warp{ background: #FFF; margin:0 auto; position:relative;} .w1960{ width: 1960px;} .Footer.Footer_2{ margin-top:0;} .PartHeader{ position: relative; height: 180px; background:#961617;} .PartHeader .Con{ display: flex; justify-content: space-between; align-items: center; } .PartHeader .Logo{ display: flex; height: 180px; align-items: center; } .PartHeader .PR{ display: flex; justify-content: flex-end; max-width: 1400px; flex-direction: column; align-items: flex-end;} .PartHeader .InfoLink{ height: 40px; display: flex; align-items: center; } .PartHeader .InfoLink span{ font-size: 20px; color: #FFF; } .PartHeader .InfoLink .SearchBox{ position: relative; overflow: hidden; width: 270px; height: 40px; border-radius: 20px; background-color: #690f10; margin-left: 15px; display: flex; justify-content: space-between; } .PartHeader .InfoLink .SearchBox input{ border: none; background: none; height: 100%; line-height: 1.3; font-size: 18px; color: #ccc; outline: medium; padding-left: 20px; width: 190px; } .PartHeader .InfoLink .SearchBox a{ display: block; width: 60px; height: 40px; background: url("../engfile/images/english_ico_14.png") no-repeat center; cursor: pointer; } .PartHeader .PartNav{ height: 60px; margin-top: 20px;} .PartHeader .PartNav ul{ display: flex; } .PartHeader .PartNav li{ position: relative; overflow: hidden; height: 60px; font-size: 22px; } .PartHeader .PartNav li + li{ margin-left: 85px;} .PartHeader .PartNav li::before{ content: ''; display: block; position: absolute; bottom: 5px; border-bottom: 3px solid #FFF; left: 50%; transform: translateX(-50%); width: 0; transition: width 0.3s;} .PartHeader .PartNav li a{ display: block; line-height: 60px; color: #FFF; } .PartHeader .PartNav li:hover a{ color: #FFF; } .PartHeader .PartNav li:hover::before{ width: 100%; } .jlc_Banner{overflow:hidden;margin:0 auto;position: relative;} .jlc_Banner img{ min-width:100%;} @media screen and (max-width:2560px ) { .jlc_Banner img{/* transform: translateX(calc((100vw - 2560px) / 2)); */} } .warp.ny .jlc_Banner{height: 500px;} .warp.ny .jlc_Banner img{height:100%;object-fit: cover;} .NewsPart{ height: 960px; padding-top: 1px;} .AnimTit{ display: flex; height: 90px; cursor: pointer; justify-content: space-between; align-items: center; margin-top: 50px;} .AnimTit .Con{ } .AnimTit .Con h1{ font-size: 72px; color: #000; user-select: none; } .AnimTit .More{ width: 290px; height: 90px; position: relative; background-color: #961617; transition: all 0.3s; } .AnimTit .More a{ display: flex; height: 100%; align-items: center; justify-content: space-evenly;} .AnimTit .More span{ font-size: 28px; color: #FFF; user-select: none; font-style: italic; } .AnimTit .More:hover{ box-shadow:0px 0px 12px -4px #b54b4b; transform: translateY(-3px); } .FocusPart{ width: 1032px; margin-top: 80px; } .FocusPart .Pic{ position: relative; overflow: hidden; height: 665px; box-shadow: 0px 0px 8px -3px #a58787; z-index: 1;} .FocusPart .Pic img{ width: 100%; height: 100%; object-fit: cover; } .FocusPart .Text{ position: relative; width: 740px; padding: 0 130px 0 30px; background: url("../engfile/images/english_ico_17.png") no-repeat right top; margin-top: -115px; z-index: 2;} .FocusPart .Text::before{content: '';display: block;position: absolute;top: 0;left: 0;transform: translateX(-100%);height: 100%;background: url("../engfile/images/english_ico_18.png") repeat-x;width: calc((100vw - 1960px) / 2);width: calc((2560px - 1960px) / 2);min-width: 50px;} .FocusPart .Text .con{padding: 25px 0; position: relative; display: flex; height: 80px; flex-direction: column; justify-content: center; font-family: '微软雅黑';} .FocusPart .Text .con p{ display: block; font-size: 24px; color: #FFF; } .FocusPart .Text .con h1{ position: relative; overflow: hidden; display: block; font-size: 28px; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; color: #FFF; } .FocusPart .Text .con h1 a{ color: #FFF; transition: all 0.3s;} .FocusPart .Text .con h1 a:hover{ text-decoration: underline; } .NewsListBox{ width: 885px; margin-top: 80px; } .NewsListBox li{ position: relative; overflow: hidden; display: flex; justify-content: space-between; margin-top: 12px;} .NewsListBox li + li{ margin-top: 92px; } .NewsListBox li .date{ width: 180px; height: 152px; border-right: 2px solid #f2f2f2; display: flex; align-items: center; justify-content: center; flex-direction: column; user-select: none; } .NewsListBox li .date h1{ font-size: 85px; color: #961617; } .NewsListBox li .date p{ font-size: 18px; color: #999999; } .NewsListBox li .txt{ position: relative; overflow: hidden; width: 655px; padding-top: 10px;} .NewsListBox li .txt h1{ position: relative; overflow: hidden; font-size: 24px; line-height: 1.5; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal;} .NewsListBox li .txt .desc{ position: relative; overflow: hidden; font-size: 18px; color: #999; line-height: 1.5; margin-top: 15px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;} .Part2{ padding: 130px 0 270px; background-color: #edeff0; } .Part3{ margin-top: -130px; } .Part3 .w1960{ padding: 50px 0 60px; background: #FFF; } .Part3 .w1960::before, .Part3 .w1960::after{ content: ''; display: block; position: absolute; width: 65px; height: 100%; top: 0; background: #FFF;} .Part3 .w1960::before{ left: 0; transform: translateX(-100%); } .Part3 .w1960::after{ right: 0; transform: translateX(100%); } .Part3 ul{ display: flex; justify-content: flex-start; } .Part3 li{ position: relative; width: 610px; height: 390px; } .Part3 li::after{ content:''; display: block; position: relative; margin-top: 5px; height: 15px; background-color: #961617; } .Part3 li + li{ margin-left: 65px; } .Part3 li img{ width: 100%; height: 100%; object-fit: cover; } .Part3 li h1{ position: absolute; left: 0; bottom: 0; width: 100%; height: 82px; font-size: 38px; text-align: center; line-height: 82px; padding: 0 20px; box-sizing: border-box; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; background: rgba(0,0,0,0.3); color: #FFF; transition: all 0.3s;} .Part3 li h1:hover{ text-decoration: underline; } .Part4{ background-color: #edeff0; padding-top: 50px; } .Part4 .Tit{ } .Part4 .Tit h1{ display: inline-block; font-size: 72px; color: #000; line-height: 1.5; } .CampusPart{ height: 650px; margin-top: 70px; } .CampusPart ul{} .CampusPart li{ position: relative; overflow: hidden; float: left; } .CampusPart li>a>img{ width: 100%; height: 100%; object-fit: cover; } .CampusPart li.p1{ width: 980px; height: 650px; } .CampusPart li.p2{ width: 460px; height: 420px; margin-top: -30px; background: url("../engfile/images/english_ico_19.png") no-repeat right bottom #FFF; display: flex; align-items: center; justify-content: center;} .CampusPart li.p3{ width: 520px; height: 285px; margin-top: 105px; } .CampusPart li.p4{ width: 460px; height: 260px; } .CampusPart li.p5{ width: 520px; height: 260px; background: url("../engfile/images/english_ico_20.png") no-repeat left top #961617; } .CampusPart .More{ width: 290px; height: 90px; position: relative; background-color: #961617; transition: all 0.3s; } .CampusPart .More a{ display: flex; height: 100%; align-items: center; justify-content: space-evenly;} .CampusPart .More span{ font-size: 28px; color: #FFF; user-select: none; font-style: italic; } .CampusPart .More:hover{ box-shadow:0px 0px 12px -4px #b54b4b; transform: translateY(-3px); } .Footer{} .Footer .RedCon{ background: #932127; padding: 15px 0;} .Footer .RedCon .FootDate{ display: flex; flex-direction: column; flex-wrap: wrap; min-width: 800px; max-height: 102px; } .Footer .RedCon .FootDate li{ position: relative; display: flex; justify-content: flex-start; font-size: 16px; color: #FFF; line-height: 1.5; padding: 5px 0;} .Footer .RedCon .FootDate li img{ margin-right: 10px; } .RelEwm{} .RelEwm ul{ display: flex; align-items: center; height: 102px; } .RelEwm li{ margin-left: 30px; } .RelEwm li img{ max-width:88px; } .BlackCon{ background: #000; padding: 15px 0;} .BlackCon ul{ display: flex; justify-content: center; flex-wrap: wrap;} .BlackCon li{ font-size: 16px; line-height: 1.5; color: #FFF; margin: 0 15px;} /*通用概览==========================*/ .dw1400{ width: 1400px; } .PageTitlePart{margin-top: -130px;/* z-index: 4; */} .PageTitlePart .w1400{ overflow:initial; } .PageTitlePart .PageTit{color: #FFF;user-select: none;text-shadow: 2px 1px 3px #3a3838;} .PageTitlePart .PageTit h1{ font-size: 48px; line-height: 1.5;} .PageTitlePart .PageTit p{ font-size: 16px; line-height: 1.5; margin-top: 5px; } .PageTitlePart .dqwz{position: relative;padding: 15px 0;/* height: 60px; */line-height: 30px;color: #FFF;background-color: #972c2c;max-width: 830px;margin:28px 0 0;overflow: initial;} .PageTitlePart .dqwz a{color: #FFF;padding: 0 5px;} .PageTitlePart .dqwz a:hover{ text-decoration: underline; } .PageTitlePart .dqwz::before, .PageTitlePart .dqwz::after{ content: ''; display: block; position: absolute; height: 60px; top: 0; } .PageTitlePart .dqwz::before{width: calc((100vw - 1400px) / 2);width: calc((2560px - 1400px) / 2);transform: translateX(-100%);background-color: #972c2c;} .PageTitlePart .dqwz::after{ width: 20px; right: -20px; background: url("../images/PubList_ico_1.png") no-repeat left top; } .PageConMain{ margin-top: 65px; } .PageLeftNav{ width: 313px; } .PageLeftNav .NavLogo{ height: 138px; background: url("../images/PubList_ico_3.png") no-repeat right bottom #972c2c; display: flex; align-items: center; justify-content: center; user-select: none; box-shadow:0px 0px 5px -2px #333; } .PageLeftNav .ChannPart{ width: 277px; margin: 10px auto 55px; background: url("../images/PubList_ico_7.png") no-repeat center bottom #f3f3f3; padding-bottom: 250px; } .PageLeftNav .ChannPart .onBar{ position: absolute; z-index: 0; width: 313px; height: 86px; background-color: #972c2c; left: -18px; filter: drop-shadow(0px 2px 5px #999); } .PageLeftNav .ChannPart .onBar.First{ background-image: url("../images/PubList_ico_4.png"); background-repeat: no-repeat; background-position: right top; } .PageLeftNav .ChannPart .onBar::before, .PageLeftNav .ChannPart .onBar::after{ content: ''; display: block; width: 18px; height: 9px; position: absolute; bottom: -9px; } .PageLeftNav .ChannPart .onBar::before{ left: 0; background: url("../images/PubList_ico_5.png") no-repeat; } .PageLeftNav .ChannPart .onBar::after{ right: 0; background: url("../images/PubList_ico_6.png") no-repeat; } .PageLeftNav .ChannPart ul{ position: relative; z-index: 1; } .PageLeftNav .ChannPart li{ position: relative; height: 88px; padding-bottom: 2px; } .PageLeftNav .ChannPart li::after{ content: ''; display: block; position: absolute; width: 80%; height: 2px; background: linear-gradient(to right, transparent, #FFF, #FFF, #FFF, transparent); left: 10%; bottom: 0; transition: all 0.5s; } .PageLeftNav .ChannPart li:nth-last-of-type(1)::after{ display: none; } .PageLeftNav .ChannPart li a{display: flex;height: 100%;font-size: 22px;color: #972c2c;align-items: center;justify-content: center;line-height: 1.2;transition: color 0.5s;position: relative;z-index: 2;padding: 0 20px;word-break: keep-all;} .PageLeftNav .ChannPart li.on a{ color: #FFF; } .PageLeftNav .ChannPart li.on::after{ opacity: 0; } .PageLeftNav .ChannPart li:nth-of-type(1).on::before{ content: ''; display: block; position: absolute; top: 0; right: -17px; width: 130px; height: 100%; z-index: 0; background: url("../images/PubList_ico_4.png") no-repeat right top; } .ContentPart{width: 1040px;margin-top: 15px;} .ContentPart .ConTitle{ height: 71px; border-bottom: 1px solid #972c2c; } .ContentPart .ConTitle span{ font-size: 32px; color: #972c2c; line-height: 70px; display: inline-block; padding: 0 15px; padding-left: 25px; background: url("../images/dian.png") no-repeat left center; user-select: none; } .ConNewsPart{min-height: calc(100vh - 659px);} .NewsList{ padding: 10px 0; } .NewsList li{ position: relative; overflow: hidden; display: flex; justify-content: space-between; padding: 10px 0; font-size: 18px; } .NewsList li a{ display: inline-block; position: relative; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; max-width:calc(100% - 150px); } .NewsList li a:hover{ text-decoration: underline; } /*仿layui分页样式*/ .ThePages{padding: 10px 0px;clear: both;overflow:hidden; text-align: center;} .ThePages a,.ThePages span,.ThePages em{display: inline-block; *display: inline; *zoom: 1;color: #333;font-size: 12px;} .ThePages a,.ThePages em{padding: 0 15px;line-height: 28px;} .ThePages a:not([href]){cursor: no-drop;} .ThePages span a,.ThePages>a{border: 1px solid #e2e2e2;} .ThePages span,.ThePages>a{margin: 0 -3px 5px 0;background-color: #fff;} .ThePages span.onhover a{background: #972c2c; border: 1px solid #972c2c; color:#FFF;} .ThePages span.pn a{font-size:0;height: 28px;} .ThePages span.pn.prev a::after{content:'Prev';font-size: 12px;} .ThePages span.pn.next a::after{content:'Next';font-size: 12px;} /*概览-文章*/ .ContentText{ padding:20px 10px; } .ContentText img{ max-width:100%; } /*文章细览===========================================================*/ .article{padding-bottom: 30px;position: relative;} .article .Article_fbt2{text-indent: 2em;font-size:14px;} .article .Article_bt {height: auto;font-size: 42px;color:#000000;text-align:center;padding:10px 0;line-height:1.5;} .article .Article_bt h1{font-weight: normal; } .article .Article_fbt{/* padding-bottom:10px; */font-size: 18px;text-align: center;line-height: 35px;} .article .Article_ly{font-size: 12px;color:#888888; text-align:center;margin:0 auto;margin-top:8px;background: url(../images/PublicText_ico_1.png) center bottom repeat-x;padding-bottom: 20px;} .article .Article_zw{margin-top:20px;overflow: hidden;min-height: 200px;line-height: 30px;border-bottom: 1px solid #EEEEEE;} .share_jiucuo{margin-top: 10px;height: 50px;/* line-height: 50px; */} .share{width: 400px;float: left;height:auto;font-size: 12px;margin-top: 10px;} .share .fx{display: block;float: left;height: 20px;margin-top: 2px;} .jiucuo1{/* width: 432px; */float: right;height: 30px;margin-top: 10px;} .pages{ clear:both;font-size: 14px;} .pages span{width:auto;color:#fff;padding:0 15px;background: #8c1515;display:block;height: 32px;line-height: 32px;float:left;} .pages a{padding-left:10px;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;display: inline-block;width: 90%;float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;} .pages .prevpage{height: 32px;line-height:32px;background:#eee;} .pages .nextpage{height: 32px;line-height:32px;margin: 5px 0;background:#eee;} .information{margin-top:2px; font-size: 14px;} .information h1{background:#eee; overflow:hidden;} .information span{width:auto;display:block;color:#fff;padding:0 15px;background: #1d5ec8;margin:2px 0;height:40px;line-height:40px;font-size: 14px;float: left;overflow: hidden;} .information ul{padding: 10px;background:#fff;} .information ul li{height:30px;line-height:30px;background: url(Home_ico_4.png) left center no-repeat;padding-left: 20px;text-align:right;} .information ul li a{float:left;width: 89%;text-align: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;} .information ul li i{ color:#666;} .information ul li span{color:#666; float: right; background: none;padding: 0;margin: 0;line-height: 30px;height: 30px;} #Zoom img{max-width: 100%;display: block;margin: 0 auto;} #Zoom video{width: 100%;} #Zoom table{cellspacing:0px;cellpadding:1px;border-spacing:1px;background:#909090;/* background:#ffffff; */} #Zoom table tr td{background:#ffffff;} #sp{ text-align:center;} .smallFont{font-size: 10px; margin:0 5px 0 5px;cursor: pointer;} .medFont {font-size: 14px;margin:0 5px 0 0;cursor: pointer;} .largeFont{font-size: 16px;margin:0 5px 0 0;cursor: pointer;} .curFont { color:red;} .Article_xx{ overflow: hidden; background: #fff; color: #333; font-size: 14px; line-height: 30px; margin-bottom: 10px; } .Article_xx table{cellspacing:0px;cellpadding:1px;border-spacing:1px;background: #eeeeee;} .Article_xx table tr td{background:#ffffff;}