@charset "UTF-8";
/*************************** 全局样式 Begin ***************************/


ul,
ol,
li,
form,
fieldset,
img,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei", '宋体';
    font-size: 16px;
}

ul,
ol,
li {
    list-style-type: none;
}

td,
table,
input {
    font-size: 15px;
    color: #333;
}

a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1768e4;
    text-decoration: none;
    cursor: pointer;
}

/*** 通用部分 ***/

/*** 新闻详细内容 ***/

.NewsTitle {
    font-size: 24px;
    line-height: 180%;
    font-weight: bold;
}

.NewsTitleFu {
    font-size: 18px;
    line-height: 100%;
    padding-bottom: 20px
}

.NewsContent {
    font-size: 16px;
    line-height: 220%
}

.NewsContent div {
    font-size: 16px;
}

.NewsContent a:link,
.NewsContent a:visited {
    color: #0B57B4;
    text-decoration: underline;
}

.NewsContent a:hover {
    color: #E00;
    text-decoration: underline;
}

.NewsText {
    color: #333;
    font-size: 14px;
    line-height: 200%;
}

/*************************** 全局样式 End ***************************/
/*** 分页样式 Begin ***/

.FX_PageDiv {
    width: 100%;
    height: 22px;
    padding: 15px 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.Fx_PageDiv2_span2 span {
    width: 20px;
    height: 18px;
    line-height: 18px;
    color: #333;
    text-align: center;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    border: 1px solid #CCC;
}

.Fx_PageDiv2_span2 strong {
    width: 20px;
    height: 18px;
    line-height: 18px;
    color: #C00;
    text-align: center;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    border: 1px solid #CCC;
    background-color: #DDD;
}

.Fx_PageDiv2_span1 {
    float: left;
    padding-left: 25px;
    padding-top: 3px;
}

.Fx_PageDiv2_span2 {
    float: right;
    padding-right: 25px;
}

.Fx_PageDiv2_1_2,
.Fx_PageDiv2_1_3,
.Fx_PageDiv2_1_4 {
    color: #C00;
}
/*** 分页样式 End ***/
body{
    margin:0;
    font-family: "Microsoft YaHei", sans-serif;
    background: url("top.png") no-repeat center 0,url("bottom.png") no-repeat center bottom,linear-gradient(45deg, #edf5ff, #d7e7ff);

}
.clear{
    clear: both;
}
header{
    height: 920px;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.section-title{
    position: relative;
    margin:30px 0;
}
.section-title a{
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #004c9a;
    font-size: 14px;
}
.section1_l{
    width:640px;
    height:360px;
    border:6px solid #fdbe00;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 999;
}
.section1_r{
    width: 728px;
    height:470px;
    background: url("bg1.png") no-repeat;
    position: absolute;
    right: 0;
}
.section1_r ul li{
    height: 70px;
    line-height: 70px;
    border-bottom:1px dashed #ffffff;
}
.section1_r ul li span{
    color:#565656;
    float: right;
}
.section1_r ul li:last-child{
    border-bottom: none!important;
}
.section1_r ul img{
    vertical-align: middle;
    margin-right: 10px;
}
.title-line{
    width:120px;
    height:4px;
    background:#0076ff;
    margin:10px auto 30px;
    border-radius:3px;
}
.flex{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:26px;
    flex-wrap:wrap;
}
.card{
    background:url("bg2.png") no-repeat #fff;
    width:1140px;
    box-shadow:0 0 12px rgba(0,0,0,0.1);
    padding:30px;
}
.card-item{
    border-bottom:1px solid #eee;
    padding:18px 0;
}
.card-item:last-child{
    border-bottom:0;
}
.date{
    width: 160px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size:20px;
    font-weight: bold;
    border-right: 1px solid #919192;
}
.card-item .ri{
    width: 925px;

}
.card-item .ri h1{
    font-size: 20px;
    line-height: 40px;
}
.card-item .ri p{
    line-height: 30px;
}
.card-item:hover{
    border:1px solid #5a8ee4;
    border-radius: 8px;
    background-color: #dfebff;
}
.card-item:hover .date{
    border-right: 1px solid #5a8ee4;
	color:#5a8ee4;
}
.youth-box{
    width:351px;
    height: 210px;
    background:url("bg3.png") no-repeat left bottom #f4f4f4;
    box-shadow:0 0 12px rgba(0,0,0,0.12);
    padding:15px;
    border-top: 6px solid #0e6ddb;
}
.youth-title{
    font-size:18px;
    margin-bottom:8px;
    font-weight:bold;
    text-align: center;
}
.youth-date{
    color:#545454;
    font-size:14px;
    margin-bottom:10px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #bfbfbf;
}
.youth-box p{
    line-height: 30px;
}
.youth-box .btn{
    display:inline-block;
    margin-top:10px;
    padding:6px 12px;
    background:#cae3ff;
    color:#0e6ddb;
    font-size:14px;
    border-radius:20px;
    text-decoration:none;
}
.youth-more{
    text-align: center;
}
.section-location{
    margin: 30px 0;
    line-height: 60px;
    border-bottom: 1px solid #0e6ddb;
}
.section-location img{
    vertical-align: middle;
    margin-right: 10px;
}
.list ul li{
    line-height: 46px;
    border-bottom: 1px dashed #b0b0b0;
}
.list ul li span{
    float: right;
}
.list ul li img{
    vertical-align: middle;
    margin-right: 10px;
}
footer{
    margin-top:60px;

    color:white;
    padding:35px 10px;
    text-align:center;
    font-size:14px;
    line-height:1.7;
}