.root-main {
  background: #f7f7f9;
  height: 110%;
  width: 100%; }

.pageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.pageList__text1 {
  font-size: 14px;
  color: #73778E;
  color: rgba(0, 0, 0, 0.4); }

.pageList__text2 {
  font-size: 14px;
  color: #0B685D;
  font-weight: 400;
  margin-left: 3px; }

.titleBar {
  width: 1200px;
  margin: 0 auto;
  padding: 21px 0 32px 0; }

.icon-you3 {
  margin-left: 8px;
  color: #949495; }

.pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.pageTitle__title {
  font-size: 27px;
  font-weight: 500;
  color: #1d2129;
  margin-top: 43px; }

.pageTitle__text {
  font-size: 13px;
  font-weight: 400;
  color: #4e5969;
  margin-top: 11px; }

.contentPage {
  margin: 0 auto 60px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap; }
  .contentPage .container {
    width: 373px;
    min-height: 277px;
    background: #ffffff;
    border-radius: 5px;
    margin: 0 40px 40px 0;
    cursor: pointer;
    transition: 0.3s; }
    .contentPage .container:nth-child(3n) {
      margin-right: 0; }
    .contentPage .container:hover {
      box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.3); }
    .contentPage .container .title {
      font-size: 19px;
      color: #1d2129;
      line-height: 21px;
      padding: 32px 20px;
      border-bottom: 1px solid #e5e6eb; }
    .contentPage .container .detail {
      font-size: 16px;
      color: #4e5969;
      margin: 21px 21px 32px;
      line-height: 23px; }
