body{
	position:relative;
}
.module-link{
    position: fixed;
    top: 215px;
    left: calc( 100% - 148px);
    width: 132px;
    height: 240px;
    background: rgba(0,0,0,0.7);
    padding-left: 18px;
    padding-top: 16px;
    padding-bottom: 10px;
    z-index: 10;
    margin-right: 16px;
}
 .module-link-item{
     display: block;
     position: relative;
     margin-bottom: 19px;
 }
 .module-link-item span{
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     margin-left: 12px;
     color: #fff;
 }

.module-link2{
    position: fixed;
    top: 215px;
    left: calc( 100% - 228px);
    width: 132px;
    height: 240px;
    background: rgba(0,0,0,0.7);
    padding-left: 18px;
    padding-top: 16px;
    padding-bottom: 10px;
    z-index: 10;
    margin-right: 16px;
}
 .module-link-item2{
     display: block;
     position: relative;
     margin-bottom: 19px;
 }
 .module-link-item2 span{
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     margin-left: 12px;
     color: #fff;
 }


  .main-head-title-wrap {
           position: absolute;
		    top: 744px;
		    width: 963px;
		    height: 48px;
		    z-index: 100;
		    left: 50%;
		    transform: translateX(-50%);
        }

        /* .clearfix {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
        } */

        .main-head-title-news {
            width: 625px;
            height: 100%;
        }

        .left-bar {
            width: 5px;
            height: 100%;
            margin-right: 4px;
            background: #de4f37;
        }

        .fl {
            float: left;
        }

        .fr {
            float: right;
        }

        .main-head-title-news-contain {
            width: 580px;
            height: 100%;
            background: url("../../images/main-head-title-bg.png");
            background-size: 100%;
            line-height: 48px;
            padding-left: 30px;
            font-size: 22px;
            color: #fff;
        }

        .main-head-title-notice-contain {
            width: 290px;
            height: 100%;
            padding-left: 20px;
            background: url("../../images/main-head-title-bg.png");
            background-size: 310px;
            line-height: 48px;
            font-size: 22px;
            color: #fff;
        }

        .main-head-title-notice {
            width: 320px;
            height: 100%;
        }