﻿/*全局*/
*{margin: 0;padding: 0;box-sizing: border-box;}
body{min-height: 100vh;width:100%;display: flex;justify-content: center;padding:8px;background-color:#DDD;}
a{text-decoration: none;color: inherit;outline: none;
}
a:link,a:visited,a:hover,a:active {text-decoration: none;color: inherit;}

/*控件*/
.CSSelect{height:26px;width:128px;color:#666;padding-left:6px;}
.CSText{height:26px;width:128px;color:#666;padding-left:6px;}
.CSButton{height:26px;width:38px;color:#666;}

/*外观效果*/
.ColorBlue{color:#00f;}
.ColorRed{color:#f00;}
.ColorBlack{color:#000;}
.RoundedRect{border-radius:6px;}
.TextShadow{text-shadow:1px 1px 1 #000;}
.TextCenter{text-align:center;}
.BGCGray{background-color: #ccc;}
.HighlightBG{background-color:#1c8ada;}
.LineHeight27{height:27px;line-height:27px;}
.LineHeight29{height:29px;line-height:29px;}

.CenterWrap{width:760px;height:100%;}
.SiteHead{width:100%;height:auto;margin-bottom:6px;background-color:#fff;}
.SiteHead .SiteTitle{width:100%;height:auto;}
.SiteHead .SiteTitle{width:100%;height:auto;} img{width: 100%;max-width: 100%;height: auto;}
.SiteHead .SiteIntro{width:100%;height:auto;}
.LinkTab{width:100%;height:28px;margin-bottom:6px;background-color:#3a8ae4;}
.LinkTab div:hover{color:#f00;}
.LinkTab .LinkTabItem{float:left;width:auto;height:28px;line-height:28px;margin-left:6px;color:#fff;font-size:12px;font-weight:600;text-shadow:1px 1px 0 #000;}
.SearchBar{width:100%;height:38px;margin-bottom:6px;background-color:#fff;}
.SearchBar .SearchBarItem{float:left;width:auto;height:38px;line-height:38px;margin-left:8px;font-size:14px;color:#666;}

.SubjectList{width:100%;background-color:#fff;padding-top:18px;padding-left:20px;margin-bottom:6px;}
.PaperKindTitle{width:722px;height:38px;padding-left:8px;margin-bottom:10px;line-height:38px;font-size:18px;font-weight:bold;color:#589e58;background-color:#eee;box-shadow:3px 3px 5px rgba(188,188,188,0.5);}
.SubjectList .ListLine{clear:both;display:block;width:760px;height:28px;line-height:28px;font-size:14px;}
.SubjectList .ListItem{float:left;width:56px;height:28px;line-height:28px;text-align:center;}
.SubjectList .NewAndAd{width:722px;height:auto;}
.SubjectList .NewList{width:722px;height:auto;}
.SubjectList .Left{float:left;padding-left:6px;width:642px;font-size:14px;}
.SubjectList .Right{float:left;width:80px;font-size:14px;}
.SubjectList .NewTitle{width:722px;height:auto;}
.SubjectList .NewListItem{text-align:left;width:722px;height:auto;color:#888;}
.SubjectList .AdWrap{clear:both;margin-left:26px;width:672px;height:300px;border:solid 1px #ddd;}

.SubjectList .SubList{float:left;width:830px;height:556px;border:solid 1px #ddd;}

.SubjectLeftRight{display:flex;width:100%;min-height:100px;background-color:#fff;padding-top:18px;padding-left:20px;margin-bottom:6px;}
.SubjectLeftRight .ItemWrap{display:flex;width:570px;height:auto;margin-right:20px;margin-bottom:20px;}
.PageButtonArea{float:left;display: flex;justify-content: center;align-items:center;margin-top:4px;margin-bottom:4px;width:830px;height:36px;align-items:center;}
.PageButtonArea .PageWrap{width:auto;height:36px;}
.PageButtonArea .PageLink{float:left;margin-left:6px;margin-right:6px;font-size:16px;height:36px;line-height:36px;color:#1c8ada;}

.PageWrap{display:flex;width:100%;background-color:#fff;padding-top:18px;padding-bottom:18px;padding-left:20px;margin-bottom:6px;}
.PaperData{width:830px;min-height:100px;margin-bottom:6px;}
.PageWrap .PaperAdWrap{display:flex;margin-left:26px;width:300px;height:300px;border:solid 1px #ddd;}
.PaperData .PaperTitle{width:100%;height:38px;line-height:38px;text-align:center;font-size:16px;font-weight:bold;color:#1c8ada;}
.PaperData .PaperContent{width:100%;height:auto;font-size:16px;color:#000;}
.PaperData .PaperContent img{max-width:100%;height:auto;display:block;}
.PaperData .DownloadMethod{width:100%;height:auto;font-size:16px;color:#000;}
.AboutArea{clear:both;width:722px;height:418px;}
.AboutArea .AboutItemWrap{float:left;margin-left:18px;margin-top:18px;margin-bottom:18px;width:118px;height:382px;background-color:#222;}
.AboutArea .AboutContent{float:left;margin-left:18px;margin-top:18px;margin-bottom:18px;width:550px;height:382px;}
.AboutArea .AboutContent .ContentTitle{margin-top:18px;padding-left:8px;width:100%;height:28px;line-height:28px;font-size:14px;color:#000;border-left:solid 4px #ee8a12;}
.AboutArea .AboutContent .ContentText{margin-top:28px;width:100%;height:auto;font-size:14px;color:#000;}
.AboutArea .AboutItems{width:100%;height:28px;line-height:28px;text-align:center;font-size:14px;font-size:bold;color:#fff;border-bottom:solid 1px #444;}
.AboutArea .AboutItemWrap div:hover{background-color: #1c8ada;cursor:pointer;}

.CopyRight{width:100%;height:106px;display: flex;justify-content: center;align-items:center;background-color:#666;}
.CopyRight .TextLineWrap{float:left;width:328px;height:106px;}
.CopyRight .TextLine{width:100%;height:35px;line-height:35px;text-align:center;font-size:14px;color:#ccc;}
.CopyRight .OACountWrap{float:left;width:100px;height:100px;}
.CopyRight .MinProWrap{float:left;width:100px;height:100px;}