html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px
}

:focus, :hover {
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

a:hover {
    color: #3291f6;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}



ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
}
/* 球探比分足球即时比到 body 或其他元素 */
body {
    font-size: 1rem; /* 继承自 html */
}

@media (max-width: 768px) {
    body {
        font-size: 0.75rem;/* 18px */
    }
}
/* 1200px 以上的分辨率使用 18px 字体 */
@media (min-width: 1200px) {
    body {
        font-size: 1.125rem;/* 18px */
    }
}


/* reset End */


@media (min-width: 1200px) {
    .container {
        max-width: 90vw;
    }
}

@media (min-width: 1200px) {
    .card-deck .card{
        margin:0 10px;
    }
}

@media (min-width: 1500px) {
    .card-deck .card{
        margin:0 30px;
    }
}

#page {
    overflow: hidden;
    background-color: #fff;
}

.mycontainer {
    max-width: 90vw;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .mycontainer {
        max-width: 100vw;
    }
}

.bg-deepblue {
    /* background-color: #004a91; */
    background-color: #1a568d;
}
/*index*/
.search-submit {
    color: #fff;
    padding: 0;
    background: transparent !important;
    border: none;
}
.header-search-input {
    margin-bottom: 0;
    background: transparent !important;
    border: none;
    color: #d9d9d9 !important;
    line-height: auto;
    width: 9.5rem;
    height: 2.5rem;
    padding-left: 1rem;
    padding-top: 1rem;
}
.form-control-lg {
    outline: none !important;
    box-shadow: none !important;
    font-size: 1rem;
}

.bg-blue {
    /* background-color: #3291f6; */
    background-color: #1567b1;
}
.image-bg {
    position: relative;
    z-index: 1;
}

.image-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-image: url('/static/ccvst_blue/pc/images/bg5.png');*/
    background-image: 
        linear-gradient(to left, transparent, #1567b1),
        url('/static/ccvst_blue/pc/images/top-bg@2x.png');
    background-size: cover;
    /*opacity: 0.15;*/
    opacity: 0.8;
    z-index: -1;
}


.row-8 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col-md-div8 {
    position: relative;
    /* background-color: #00a9ed; */
    flex: 1 0 calc(12.5% - 60px);
    max-width: calc(12.5% - 60px);
    padding: 15px;
    margin: 0 30px;
    box-sizing: border-box;
    text-align: center;
}
.abox-3 {
    /* padding: 0 30px; */
    padding: 0;
}
.myhover-up {
    transition: transform 0.3s ease;
}
.myhover-up:hover {
    transform: translateY(-8px);
    /* transform: scale(1.2); */
}
.index-fk-icon {
    /* margin-bottom: 5px; */
    text-align: center;
}
.index-fk-icon i {
    /* font-size: 40px; */
    /* color: #3291f6; */
    color: white;
    font-size: 32px;
}
.white-color, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color p, .white-color a, .white-color li, .white-color i, .white-color span {
    color: #fff;
}
.abox-1 p, .abox-2 p, .abox-3 p, .abox-4 p {
    font-size: .8rem;
    margin-bottom: 0;
}

li:first-child .topid {
    background-color: #e6505a;
}
li:nth-child(2) .topid {
    background-color: #ec6a23;
}
li:nth-child(3) .topid {
    background-color: #f8aa2d;
}

li .topid {
    display: inline-block;
    width: 22px;
    height: 22px;
    /*height: 22px;*/
    background-color: #c8c9cc;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 50%;*/
    /*margin-top: -11px;*/
    line-height: 22px;
    text-align: center;
    /*font-size: 16px;*/
    color: #fff;
    font-style: oblique;
}

.m-notice-r ul {
    overflow: hidden;
}

.m-notice-r ul li:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
}

.m-notice-r ul li {
    display: block;
    overflow: hidden;
    padding-top: 2%;
    text-align: left;
}
.m-notice-r ul li .m-notice-date {
    float: left;
    width: 12%;
    overflow: hidden;
    /* color: #999999; */
    font-size: 12px;
    line-height: 26px;
    /* border-right: 1px solid #e2e2e2; */
    border: 1px solid blue;
    text-align: center;
}
.m-notice-r ul li .m-notice-date b {
    font-size: 14px;
    display: block;
    line-height: 20px;
    /* font-family: Impact; */
    font-weight: normal;
    background-color: #1567B1;
    color: white;
}
.m-notice-r ul li .m-notice-txt {
    float: left;
    width: 85%;
    overflow: hidden;
    text-align: left;
    transition: all 0.3s;
}

.m-notice-r ul li .m-notice-txt > p {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    /* color: #666; */
    align-content: center;
}

.m-row-col-xl-7{
    max-width: 14.285714%;

    /* max-width: 16.666667%; */
}

@media (min-width: 768px) {
    #m-row-col-xl-7>* {
        max-width: 14.285714%;
    }
}



/*index end*/

/* 主导航菜单 */

.wsmainfull {
    z-index: 99999 !important;
}

.wsmainfull {
    width: 100%;
    height: 70px;
    /* background-color: #fff!important; */
    z-index: 999;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
@media (min-width: 1500px) {
    .wsmainwp, .headerwp {
        /*max-width: 1420px !important;*/
         max-width: 1200px !important; 
    }
    
}

.wsmainwp {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
}


.wsmenu {
    color: #fff;
    /* font-size: 14.5px; */
    font-size: 1rem;
    font-weight: 400;
    padding: 0;
    float: right;
    display: block;
    height: 70px;
    overflow: hidden;
}

.wsmenu>.wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: block;
    padding: 0;
}

.wsmenu>.wsmenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
}

@media (min-width: 1500px) {
    .wsmenu>.wsmenu-list>li>a {
        /* padding: 10px 20px 10px 20px; */
        padding: 10px 19px 10px 20px !important; 
    }
}
@media (max-width: 1210px) {
    .wsmenu>.wsmenu-list>li>a {
        padding-left: 10px !important;  
        padding-right: 10px !important; 
    }
}

@media only screen and (min-width: 992px) and (max-width:1162px) {
 
    .wsmenu>.wsmenu-list>li>a {
        padding-left: 10px !important; 
        padding-right: 10px!important; 
    }
}

.wsmenu>.wsmenu-list>li>a {
    display: block;
    padding: 10px 12px 10px 12px;
    line-height: 50px;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    /* font-weight: 800; */
}
.wsmenu a:focus {
    outline: 0;
}

.wsmenu>.wsmenu-list>li:hover>a {
    color: #3291f6;
}

.wsmenu>.wsmenu-list>li a {
    /* color: #666; */
    color: white;
}

.wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .3s, opacity .3s;
    -ms-transition: -ms-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}


.wsmenu>.wsmenu-list>li>ul.sub-menu {
    position: absolute;
    top: 70px;
    /* z-index: 1000; */
    z-index: 9000;
    margin: 0;
    padding: 0;
    min-width: 190px;
    background-color: #fff;
    border: solid 1px #eee;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .4s, opacity .4s;
    -ms-transition: -ms-transform .4s, opacity .4s;
    -moz-transition: -moz-transform .4s, opacity .4s;
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg)
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .4s, opacity .4s;
    -ms-transition: -ms-transform .4s, opacity .4s;
    -moz-transition: -moz-transform .4s, opacity .4s;
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg)
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    position: relative;
    background-image: none;
    color: #888;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 15px;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    border-right: 0 solid;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
    background-color: #3291f6;
    color: #fff;
    padding: 8px 15px 8px 23px;
}

.wsmenu .menu-with-separator li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    height: calc(100% - 50px);
    border-right: 1px solid #fff;
}

.wsmenu:after {
    clear: both;
}
.wsmenu:before, .wsmenu:after {
    content: "";
    display: table;
}

/* 导航增加竖线分割 */
.wsmenu .menu-with-separator li {  
    position: relative;  
    display: inline-block; /* 或者 flex，取决于您的布局需求 */  
    height: auto; /* 确保高度由内容决定 */  
    padding-right: 15px; /* 为竖线留出空间 */  
}   
  
.wsmenu .menu-with-separator li:not(:last-child):after {  
    content: '';  
    position: absolute;  
    top: 50%; /* 垂直居中 */  
    right: 5px; /* 留出一些空间 */  
    transform: translateY(-50%); /* 向上移动自身高度的50%，以实现垂直居中 */  
    height: calc(100% - 50px); /* 调整高度以适应文字，20px是上下内边距的总和，根据实际情况调整 */  
    border-right: 1px solid #fff;  
}  
  
/* 调整a标签的样式，确保它和li的高度一致，如果需要的话 */  
.menu-with-separator li a {  
    display: block; /* 设置为块级元素，占满整个li */  
    padding: 10px 0; /* 上下内边距，根据需要调整 */  
}

.wsmenu {
    overflow: visible;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 100%; /* 根据需要调整 */
    top: 0;
    z-index: 1000;
    background-color: #fff; /* 确保背景颜色不是白色 */
}

/* 当鼠标悬停或点击时显示子菜单 */
.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu:focus-within > .dropdown-menu {
    display: block;
}

/* 一级菜单悬停样式 */
.dropdown-submenu > a:hover + .dropdown-menu,
.dropdown-submenu > a:focus + .dropdown-menu {
    display: block;
}

ul.dropdown-menu>li>a{
	position: relative;
    background-image: none;
    color: #888 !important;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 15px;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    border-right: 0 solid;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

/*ul.dropdown-menu>li>a:hover {*/
/*    background-color: #3291f6;*/
/*    color: #fff !important;*/
/*    padding: 8px 15px 8px 23px;*/
/*}*/
.menu3 {
    min-width: 190px;
}
.menu3 > li > a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 8px 15px 8px 23px;
    box-sizing: border-box; /* 确保内边距不会使内容溢出背景 */
}

/* 当鼠标悬停在下拉菜单项上时 */
.menu3 > li > a:hover {
    background-color: #3291f6;
    color: #fff !important;
    text-decoration: none;
}



/* 导航增加竖线分割 End*/
/* 导航菜单结束 */

/* major mainbanner */
/* <=1149px */
@media (max-width: 1199px) {
    .m-top-bg-size{
        height:calc(418px + 5vh);
    }
}
@media (min-width: 1200px) and (max-width: 1499px) {
    .m-top-bg-size{
        height:calc(418px + 8vh);
    }
}
/* >=1500px */
@media (min-width: 1500px) {
    .m-top-bg-size{
        height:calc(418px + 18vh);
    }
}

@media (min-width: 1200px) {
    .m-top-bg {
        background-image: url('/static/ccvst_blue/pc/images/tp1@2x.jpg');
    }
}

@media (min-width: 768px) {
    .m-top-bg {
        background-image: url(/static/ccvst_blue/pc/images/tp1@1x.jpg);
    }
}

.m-top-bg {
    background-image: url('/static/ccvst_blue/pc/images/tp1@1x.jpg');
    background-size: cover;
    background-position: center;
}

/* major mainbanner End*/

/*@media (min-width: 1200px) {*/
/*    .m-bottom-bg {*/
/*        background-image: url(/static/ccvst_blue/pc/images/xyfg@2x.jpg);*/
/*        background-size: cover;*/
/*    background-position: center;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .m-bottom-bg {*/
/*        background-image: url(/static/ccvst_blue/pc/images/xyfg@1x.jpg);*/
/*        background-size: cover;*/
/*    background-position: center;*/
/*    }*/
/*}*/


/*.m-bottom-bg {*/
/*    background-image: url('/static/ccvst_blue/pc/images/xyfg@2x.jpg');*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/


.m-bottom-bg{
    background-image: image-set(
        '/static/ccvst_blue/pc/images/xyfg@1x.jpg' 1x,
        '/static/ccvst_blue/pc/images/xyfg@2x.jpg' 2x
    );
    background-size: cover;
    /*background-position: center;*/
    background-image: -webkit-image-set( url(/static/ccvst_blue/pc/images/xyfg@1x.jpg) 1x, url(/static/ccvst_blue/pc/images/xyfg@2x.jpg) 2x) center;
    /*background: image-set(url(/static/ccvst_blue/pc/images/xyfg@1x.jpg) 1x,url(/static/ccvst_blue/pc/images/xyfg@2x.jpg) 2x) center;*/
}
/*分页*/
.pagination {
    display: inline-block;
    margin-top: 20px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.content-img img{
    max-width: 100% !important;
    height: auto;
}

.entry-tags {
    margin-top: 60px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*首页学校概况-列表*/
.m-index-xxgk-list{
    /* 默认的上边距为0，因为我们要单独设置 */  
    margin-top: 0;  
    height:3rem;
    border-bottom: 1px solid #d9d9d9;
    list-style: inside;
    margin-bottom: 1rem;
}

.m-index-xxgk-list:not(:first-child) {  
    /* 除了第一个元素外，其他元素都有上边距15px */  
    margin-top: 15px;  
}  

.m-index-xxgk-list:first-child {  
    /* 第一个元素有下边距15px */  
    margin-bottom: 15px;  
}
.m-index-xxgk-list:last-child {  
    /* 第一个元素有下边距15px */  
    border-bottom: none;
}

#gotop {
    position: fixed;
    z-index: 90;
    bottom: 5rem;
    right: .6rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease-out 0s;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    background: #1567B1;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    border-radius: 50%;
}
#gotop.hide {
    height: 0;
    opacity: 0;
    visibility: hidden;
}
#gotop svg {
    width: 1.375rem;
    height: 1.375rem;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0;
    transition: all .5s ease-out 0s;
}

#gotop:hover {
    border-radius: 50%;
}
/* 设置Swiper容器的最大宽度  居中显示*/
/*.mySwiper {*/
/*    max-width: 90vw; */
/*    margin: 0 auto; */
/*  }*/
  
  /* 设置滑动项之间的间隔 */
  /*.mySwiper .swiper-slide {*/
  /*  width: auto;*/
  /*  margin-right: 10px; */
  /*}*/
  
  /*.mySwiper .swiper-slide img {*/
  /*  width: 100%;*/
  /*  height: auto;*/
  /*}*/
  
  
.m-list2-menu {
    height: 40px;
    border-left: #D9D9D9 1px solid;
    border-right: #D9D9D9 1px solid;
    border-top: #D9D9D9 1px solid;
    display: flex;
    align-items: center;
}

.m-list2-menu:last-child {
    border-top: none;
    border-bottom: #D9D9D9 1px solid;
}

.m-overview-nav {
    background-color:#fff;
}
.m-overview-nav :hover{
    background-color: orange;  
    color:white;
}


  /* 设置Swiper容器的外边距和最大宽度 */
.mySwiper {
  max-width: calc(90vw - 60px); /* 减去两边各30px的外边距 */
  margin-left: 30px;
  margin-right: 30px;
}

/* 调整Swiper的滑动项大小 */
.mySwiper .swiper-slide {
  width: auto; /* 或者您可以设置一个固定宽度 */
  margin-right: 10px; /* 滑动项之间的间隔 */
  display: flex;
  flex-direction: column;
  align-items: center; /* 水平居中 */
  justify-content: flex-end; /* 垂直居底 */
}

/* 调整图片大小 */
.mySwiper .swiper-slide img {
  width: 169px; /* 或者设置为其他值 */
  height: auto; /* 保持图片比例 */
  margin-bottom: 10px; /* 图片与说明文字之间的间隔 */
}

/* 图片说明文字样式 */
.mySwiper .swiper-slide .caption {
  text-align: center; /* 文字居中 */
  font-size: 14px; /* 说明文字大小 */
  color: #fff; /* 字体颜色 */
  font-weight:400;
}


/* 分类也内容列表 */
.xstd-item {
    position: relative;
    padding-left: 180px;
    min-height: 88px;
    margin-top: 30px;
}

.xstd-item_cover {
    width: 150px;
    height: 88px;
    position: absolute;
    left: 0;
    top: 0;
}
.xstd-item_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.xstd-item_title {
    /*font-size: 16px;*/
    font-size:1rem;
    font-weight: bold;
    /*height: 20px;*/
    height: 1.25rem;
    /*line-height: 20px;*/
    line-height: 1.25rem;
    overflow: hidden;
}

.xstd-item_intro {
    color: #999;
    /*height: 50px;*/
    height: 3.125rem;
    /*margin-top: 15px;*/
    margin-top: 1rem;
    overflow: hidden;
}

/* 分类也内容列表 End*/

/* 照片卡片集合 */
@media (max-width: 1199px) {
    #major-card{
        margin: 0 0px;
    }
   
}

@media (min-width: 1200px) {
    .card-deck .card {
        margin: 0 10px;
    }
}
@media (min-width: 1500px) {
    .card-deck .card {
        margin: 0 30px;
    }
}

.m-teacher-col1 {
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(21,103,177,0.7);
    color: white;
    text-align: center;
}

.card-body {
    padding: 0.25rem;
    text-align: center;
}

/* 照片卡片集合 End*/

/*领导信箱*/
.line_h45 {
    line-height: 35px;
    padding: 40px 280px;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: bold;
}
.text-indent {
    text-indent: 2em;
}
.line_h45 > p{
    margin: 0 0 10px;
}

/*留言板*/
.jyxc_post_Container {
    position: relative;
}

.jyxc_post_Container .homeSubmitLay {
    width: 100%;
    /*min-width: 1170px;*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.jyxc_post_Container .homeSubmitLay .homeSubmitBg {
    width: 100%;
    background-color: #fff;
    /*height: 1020px;*/
    position: absolute;
    z-index: 0;
}

.jyxc_post_Container .homeSubmitLay .banner_sg {
    width: 100%;
    height: 117px;
    position: absolute;
    top: 0;
    background: url(/static/ccvst_blue/pc/images/icon_suggest_home.fe6f0d72.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    color: #000;
    font-size: 42px;
    font-weight: 700;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 35px;
}

.jyxc_post_Container .homeSubmitLay .homeSubmit {
    /*width: 1170px;*/
    width:100%;
    margin: auto;
    margin-top: 143px;
    z-index: 10;
    margin-bottom: 35px;
}

.jyxc_post_Container .homeSubmitLay .banner_sg .askImg {
    width: 38px;
    height: 36px;
    margin-right: 17px;
}

.jyxc_post_Container .homeSubmitLay .banner_sg span {
    color: #c63f46;
}

.jyxc_post_Container .submit_form {
    background-color: #fff;
    padding-top: 39px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    border: 8px solid #e6e8f5;
    margin-top: 4px;
}

.jyxc_post_Container .submit_form .titleL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 48px;
    margin-bottom: 20px;
}

.jyxc_post_Container .submit_form .titleL .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.jyxc_post_Container .submit_form .inputLabel {
    height: 100%;
    background: #f9fbff;
    border: 1px solid #e5e8f6;
    border-radius: 4px;
    font-size: 16px;
    color: #000;
    padding-left: 24px;
}

.jyxc_post_Container button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.jyxc_post_Container .submit_form .contentL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
    position: relative;
}

.jyxc_post_Container .submit_form .contentL .submitContent {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    width: 100%;
    background: #f9fbff;
    border: 1px solid #e5e8f6;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jyxc_post_Container .submit_form .contentL .submitContent textarea {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 175%;
    border-radius: 4px;
    resize: none;
    border-color: transparent;
    width: 100%;
    height: 204px;
    margin-bottom: 10px;
    background-color: transparent;
    overflow: auto;
}

:focus,:hover {
    outline: none
}

.jyxc_post_Container .submit_form .contentL .count {
    position: absolute;
    font-size: 14px;
    color: #409eff;
    right: 18px;
    bottom: 16px;
}

.jyxc_post_Container .submit_form .userInfoL, .jyxc_post_Container .submit_form .userInfoL .phoneL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.jyxc_post_Container .submit_form .userInfoL {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 17px;
    height: 48px;
}

.jyxc_post_Container .submit_form .userInfoL .phoneL {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: row;
    flex-direction: row;
}

.jyxc_post_Container .submit_form .userInfoL .name, .jyxc_post_Container .submit_form .userInfoL .phone {
    width: 245px;
    margin-right: 16px;
}

.jyxc_post_Container .submit_form .phoneVeriCodeLay .phoneVeriCode {
    height: 100%;
    width: 122px;
    border-width: 0;
}


.jyxc_post_Container .submit_form .inputLabel2 {
    height: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 16px;
    color: #000;
    padding-left: 16px;
}

.jyxc_post_Container .submit_form .phoneVeriCodeLay {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*width: 245px;*/
    width: 145px;
    height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jyxc_post_Container .submit_form .phoneVeriCodeLay .line {
    width: 1px;
    height: 21.5px;
    background-color: #979797;
}

.jyxc_post_Container .submit_form .phoneVeriCodeLay .input-group-btn .fc-code img{
    border: 1px solid #d9d9d9;
}

.jyxc_post_Container .submit_form .phoneVeriCodeLay .get_code_btn {
    font-weight: 400;
    font-size: 16px;
    color: #409eff;
    text-align: center;
    margin-right: 12px;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    pointer-events: auto;
}

.jyxc_post_Container .submit_form {
    background-color: #fff;
    padding-top: 39px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    border: 8px solid #e6e8f5;
    margin-top: 4px;
}

.jyxc_post_Container .submit_form .submit {
    width: 360px;
    height: 54px;
    background: #c63f46;
    border-radius: 4px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 74px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    position: relative;
    z-index: 2;
}


#my-modal-header .close{
    display: none;
}

#confirmCheck{
    font-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-color: #d6313f;
}

#confirmCheck:hover {
    border-color: #d6313f;
}

.el-message--error {
    background-color: #fdebea;
    border-color: #fbd8d5;
}

.el-message {
    min-width: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #ebeef5;
    position: fixed;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #edf2fc;
    -webkit-transition: opacity .3s,top .4s,-webkit-transform .4s;
    transition: opacity .3s,top .4s,-webkit-transform .4s;
    transition: opacity .3s,transform .4s,top .4s;
    transition: opacity .3s,transform .4s,top .4s,-webkit-transform .4s;
    overflow: hidden;
    padding: 15px 15px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form_line {
    position: absolute;
    bottom: 0;
    background-color: #e9e9e9;
    height: 1px;
    width: calc(100% - 60px);
    /*left: 30px;*/
}

.fc-list-form li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: 16px;
    background: #0f59a4;
}

.replyInfo {
    width: 770px;
    background: #f7f8fa;
    border-radius: 8px;
    padding: 30px 30px;
    margin-top: 10px;
    font-size: 14px;
}

.replyInfo h1 {
    font-family: ???è??é?…é?‘;
    font-size: 20px;
    font-weight: 700;
}

.replyInfo .replyInfoName {
    color: #8c8c8c;
    margin-top: 6px;
}

.replyInfo .replyInfoName .replyName {
    font-family: ???è??é?…é?‘;
    font-weight: 700;
    min-width: 110px;
}
.replyInfo .replyInfoName .replyMsg {
    vertical-align: middle;
}
.replyInfo .replyInfoName li {
    float: left;
}

.replyInfo .replyContent {
    color: #8c8c8c;
    line-height: 24px;
    margin-top: 20px;
}

.replyInfo h3 {
    font-family: ???è??é?…é?‘;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 24px;
    color: #191919;
    border-bottom: 1px solid #e6e6e6;
}

.replyInfo .replyHandle {
    margin-top: 24px;
}
.replyInfo .replyHandle .handleIcon {
    width: 34px;
    height: 34px;
}
.fl{
    float:left;
}
.replyInfo .replyHandle .replyHandleMain {
    margin-left: 8px;
    width: 664px;
    border-bottom: 0 solid #e6e6e6;
    padding-bottom: 15px;
}
.replyInfo .replyHandle h4 {
    font-size: 14px;
    color: #333;
}

.replyInfo .replyHandle .replyHandleMain .handleTime {
    font-size: 12px;
    color: #8c8c8c;
    margin-top: 6px;
}

.replyInfo .replyHandle .replyHandleMain .handleContent {
    line-height: 28px;
    color: #333;
}

.replyInfo .replyContent .replyContentMain {
    color: #333;
    margin-left: 72px;
    line-height: 28px;
    word-break: break-all;
}

.sitText {
    text-align: justify;
}

.handleContent {
    line-height: 28px;
    color: #333;
    padding-bottom: 15px;
    margin-top: 16px;
}

.noWrap {
    white-space: pre-line;
    /*white-space: pre-wrap;*/
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
/*留言板结束*/
