﻿@charset "utf-8";


/***************************  内容部分  ***************************/
section.knowledge {width:76rem;height:auto;padding:2rem;margin:3rem calc(50% - 40rem);background:#fff;}
section.knowledge ul {width:100%;height:auto;}
section.knowledge ul li {width:calc(100% - 4rem - 2px);height:auto;padding:2rem;margin-bottom:2rem;border:solid 1px #1c1e2040;}
section.knowledge ul li:after {content:"";display:block;clear:both;}
section.knowledge ul li span {width:100%;height:auto;display:block;font-size:1.5rem;color:#1c1e20;line-height:2rem;white-space:nowrap;overflow:hidden;}
section.knowledge ul li i {width:100%;height:auto;margin:1rem 0;display:block;font-size:0.8rem;font-style:normal;color:#1c1e2080;line-height:1rem;}
section.knowledge ul li p {width:100%;height:auto;display:block;text-indent:2rem;font-size:1rem;color:#1c1e20;line-height:1.5rem;overflow:hidden;}
section.knowledge ul li a {float:right;width:auto;height:2rem;padding:0 1.5rem;margin-top:1rem;display:inline-block;font-size:1rem;color:#fff;line-height:2rem;white-space:nowrap;background:#005c96;border-radius:0.2rem;cursor:pointer;}
section.knowledge ul li a:hover {box-shadow:0 0 0.5rem #1c1e2040;}
