@charset "utf-8";/* CSS Document */
/* 大屏幕 ：大于等于990px*/
@media only screen and (min-width: 900px) {
body{width:908px;line-height: 150%;word-break:break-all;word-wrap:break-word;}
section {display: flex;flex-direction: row;}
article {padding: 0.0625em;margin: 0.0625em;flex:1;}
.tsmain {display: flex;}
.navleft {flex: 0 1 60%;margin: 1.0em 0.1em 0.1em 0.1em;border-left:0.1em solid #44cef6;border-top:0.3em solid #44cef6;border-right:0.1em solid #44cef6;border-bottom:0.1em solid #44cef6;border-radius:0.3em;padding: 0.5em;}/*文章导航右边*/
.navright {flex: 0 1 40%;margin:1.0em 0.1em 0.1em 0.1em;border-left:0.1em solid #44cef6;border-top:0.3em solid #44cef6;border-right:0.1em solid #44cef6;border-bottom:0.1em solid #44cef6;border-radius:0.3em;padding: 0.5em;}/*文章导航右边*/
.aleft {flex: 0 1 50%;margin:1.0em 0.1em 0.1em 0.1em;border-left:0.1em solid #44cef6;border-top:0.3em solid #44cef6;border-right:0.1em solid #44cef6;border-bottom:0.1em solid #44cef6;border-radius:0.3em;padding: 0.5em;}/*文章中间左边*/
.aright {flex: 0 1 50%;margin: 1.0em 0.1em 0.1em 0.1em;border-left:0.1em solid #44cef6;border-top:0.3em solid #44cef6;border-right:0.1em solid #44cef6;border-bottom:0.1em solid #44cef6;border-radius:0.3em;padding: 0.5em;}/*文章中间右边*/
.rightnav{overflow: hidden;position: fixed;right:2.0em;bottom:6.0em;background: #A8F8FF;text-align: center;border-radius: 0.5em;}/*右侧导航*/
.rightdiv{padding:0.1em 0.2em;font-size:120%;}/*右侧导航*/
}

/* 平板电脑和小屏电脑之间的分辨率*/
@media only screen and (max-width: 899px) {
body{font-size:120%;line-height: 200%;word-break:break-all;word-wrap:break-word;}
a{font-size:110%;text-decoration:none;line-height:200%;}
section{display: flex;flex-direction:column;}
article{padding: 0.01em;margin: 0.01em;}
.navleft {flex: 0 1 100%;margin: 0.5em 0em 0.2em 0em;border-left:0.1em solid #44cef6;border-top:0.3em solid #44cef6;border-right:0.1em solid #44cef6;border-bottom:0.1em solid #44cef6;border-radius:0.3em;padding: 0.01em;}/*文章导航右边*/
.navright {flex: 0 1 100%;margin: 0.5em 0em 0.2em 0em; border-left:0.1em solid #44cef6;border-top:0.3em solid #44cef6;border-right:0.1em solid #44cef6;border-bottom:0.1em solid #44cef6;border-radius:0.3em;padding: 0.01em;}/*文章导航右边*/
.aleft {flex: 0 1 100%;margin: 0.5em 0em 0.2em 0em;border-left:0.1em solid #44cef6;border-top:0.3em solid #44cef6;border-right:0.1em solid #44cef6;border-bottom:0.1em solid #44cef6;border-radius:0.3em;padding: 0.01em;}/*文章底部右边*/
.aright {flex: 0 1 100%;margin: 0.5em 0em 0.2em 0em; border-left:0.1em solid #44cef6;border-top:0.3em solid #44cef6;border-right:0.1em solid #44cef6;border-bottom:0.1em solid #44cef6;border-radius:0.3em;padding: 0.01em;}/*文章底部右边*/
.rightnav{overflow: hidden;position: fixed;right:0.0em;bottom:0.0em;background: #A8F8FF;text-align: center;border-radius: 0.5em;}/*右侧导航*/
.rightdiv{padding:0.1em 0.1em;display: inline;font-size:120%;}/*右侧导航*/
 }
/* 全局*/
a{text-decoration:none;}
a:link {color:#1685a9;cursor:pointer;}
a:visited {color:#1685a9;font-weight:bold;}
a:hover {color:#f00056;}
a:active {color:#f00056;cursor:pointer;}
html {font-family:"微软雅黑","仿宋", "华文宋体", "宋体","Times New Roman",Arial, Helvetica,sans-serif;line-height:150%;background-color:#f2f8f7;margin-top:0.2em;}
body{font-family:"微软雅黑","仿宋","华文宋体","宋体","Times New Roman",Arial, Helvetica,sans-serif;margin-top:0.0em;margin-right:auto;margin-left: auto;padding:0.5em;line-height:150%;font-size: 105%;background-color:#FFFFFF;}
header {padding: 0.5em 0em;}
h1 {text-align: center;line-height:150%;font-size:130%;margin: 0;font-weight: bolder;color: #1685a9;padding: 0.5em 0em;}
p{text-indent:2em;line-height:200%;}
img{text-align: center;color: #1685a9;font-weight: bold;max-width: 90%; height: auto;}
.tsleft {text-align: left;line-height:140%;font-size:120%;font-weight: bolder;background: #A8F8FF;border-radius: 0.25em;margin: 0.5em 0em 0.5em 0em;padding:0.5em 0.01em 0.5em 0.5em;color: #1685a9;}
.tscenter {text-align: center;line-height:140%;font-size:120%;font-weight: bolder;background: #A8F8FF;border-radius: 0.25em;margin: 0.5em 0em 0.5em 0em;padding:0.5em 0.01em 0.5em 0.5em;color: #1685a9;}
.container > div {border-radius:0.3em;padding: 0.5em;font-size: 105%;border:0.0625em dotted #e9e7ef;}
.tsright{text-align:right;line-height:200%;font-size: 110%;}/*转载声明*/
.tsquote{font-style:oblique;margin-left: 2.0em;margin-right: 2.0em;} /*摘录等*/
.tsauthor{background: #e9e7ef;border-radius:0.20em;line-height:150%;font-size: 110%;padding: 0.5em 0em;}
.ts120{font-size:120%;font-weight:bold;color:#177cb0;line-height:200%;}
.tsbook{color:#065279;font-weight: lighter; font-style:oblique;}
.ts90{font-size:90%;}
.tscolor{color:#065279;}
.tsad {margin: 1.0em 0.01em 0.5em 0.01em; border-left:0.1em dotted #1685a9;border-top:0.1em dotted #1685a9;border-right:0.1em dotted #1685a9;border-bottom:0.1em dotted #1685a9;border-radius:0.3em;padding: 0.01em;}
/*图片放大*/
#imglarge {transition: transform 0.6s;}
#imglarge:hover {transform: scale(1.2);}
#fontlarge {transition: transform 0.6s;}
#fontlarge:hover {transform: scale(1.1);}
/*位置导航*/
nav {line-height:150%;}
.pagenav {padding: 1.0em 0.4em;}
.pagenavmenu {display: inline-block;padding: 0.6em 0.4em;}
.pagenavmenu a:after {display: inline-block;content: '>';}
/*菜单*/
.menubtn {background-color: #70f3ff;;color: white;padding:0.4em 0.6em;border: none;font-size:120%;}
.menudown {position: relative;display: inline-block;border-radius:0.5em;padding:0.1em 0.2em;vertical-align: middle;}
.menudown-content {display: none;position: absolute;background-color:#A8F8FF;
min-width: 6.6em;box-shadow: 0.0em 0.2em 0.5em 0.0em #065279;z-index: 1;border-radius:0.5em;}
.menudown-content a {padding: 0.4em 0.4em;display: block;border-radius:0.5em;}
.menudown-content a:hover {background-color:#44cef6;}
.menudown:hover .menudown-content {display: block;}
.menudown:hover .menubtn {background-color:#A8F8FF;}
